Interface | Description |
---|---|
ParamHolder<T> |
This interface represents a (request) parameter holder which extends
ValueHolder with ParamHolder.getName()
method to obtain the parameter name associated with the parameter value and changes the ParamHolder.getLocalValue()
method to return the original, unconverted value and changes the ParamHolder.getValue() method to return the value
converted to String . |
Class | Description |
---|---|
EditableValueHolderStateHelper |
Helper class to save and restore state of an
EditableValueHolder . |
SimpleParam<T> |
This class provides a basic and default implementation of the
ParamHolder interface. |
Copyright © 2012–2020 OmniFaces. All rights reserved.