|
|||||||||
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(String name,
Object value)
Creates a Parameter instance. |
Method Summary | |
---|---|
String |
getName()
Returns the Parameter's name. |
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(String name, Object value)
Creates a Parameter instance.
name
- the name of the parametervalue
- the value of the parameter
NullPointerException
- if name
is null.Method Detail |
---|
public String getName()
Returns the Parameter's name.
public Object getValue()
Returns the Parameter's value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |