Module org.omnifaces
Package org.omnifaces.component
-
Interface Summary Interface Description ParamHolder<T> This interface represents a (request) parameter holder which extendsValueHolder
withParamHolder.getName()
method to obtain the parameter name associated with the parameter value and changes theParamHolder.getLocalValue()
method to return the original, unconverted value and changes theParamHolder.getValue()
method to return the value converted toString
. -
Class Summary Class Description EditableValueHolderStateHelper Helper class to save and restore state of anEditableValueHolder
.SimpleParam<T> This class provides a basic and default implementation of theParamHolder
interface.