public static class ClientBehaviorContext.Parameter extends 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(String name,
Object value)
Creates a Parameter instance. |
Modifier and Type | Method and Description |
---|---|
Ciąg znaków |
getName()
Returns the Parameter's name. |
Object |
getValue()
Returns the Parameter's value. |
public ClientBehaviorContext.Parameter(String name, Object value)
Creates a Parameter instance.
name
- the name of the parametervalue
- the value of the parameterNullPointerException
- if name
is null.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.