|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.component.behavior.ClientBehaviorContext.Parameter
public static class ClientBehaviorContext.Parameter
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 Summary | |
---|---|
ClientBehaviorContext.Parameter(java.lang.String name,
java.lang.Object value)
Creates a Parameter instance. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the Parameter's name. |
java.lang.Object |
getValue()
Returns the Parameter's value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 parameter
java.lang.NullPointerException
- if name
is null.Method Detail |
---|
public java.lang.String getName()
Returns the Parameter's name.
public java.lang.Object getValue()
Returns the Parameter's value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |