All Implemented Interfaces:
StateHolder
Components that want to leverage the partial state saving feature must implement this interface instead of implementing StateHolder , from which this interface inherits.
2.0
- Method from javax.faces.component.PartialStateHolder Summary: |
---|
clearInitialState, initialStateMarked, markInitialState |
Method from javax.faces.component.PartialStateHolder Detail: |
---|
Reset the PartialStateHolder to a non-delta tracking state. |
Return |
The runtime must ensure that the
#markInitialState method is called on each instance of
this interface in the view at the appropriate time to indicate
the component is in its initial state. The implementor of the
interface must ensure that #initialStateMarked returns
|