public static class ClientBehaviorContext.Parameter
extends java.lang.Object
Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle. ClientBehavior implementations can determine which Parameters to include by calling ClientBehaviorContext.getParameters().
Constructor and Description |
---|
ClientBehaviorContext.Parameter(java.lang.String name,
java.lang.Object value)
Creates a Parameter instance. |
public ClientBehaviorContext.Parameter(java.lang.String name, java.lang.Object value)
Creates a Parameter instance.
name
- the name of the parametervalue
- the value of the parameterjava.lang.NullPointerException
- if name
is null.Copyright 2002-2010 Oracle America Inc, Inc. All Rights Reserved.