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 |
---|
Parameter(java.lang.String name,
java.lang.Object value)
Creates a Parameter instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the Parameter's name. |
java.lang.Object |
getValue()
Returns the Parameter's value. |