Uses of Class
jakarta.faces.view.StateManagementStrategy
Package | Description |
---|---|
com.sun.faces.application.view | |
jakarta.faces.view |
-
Uses of StateManagementStrategy in com.sun.faces.application.view
Subclasses of StateManagementStrategy in com.sun.faces.application.view Modifier and Type Class Description class
FaceletFullStateManagementStrategy
A state management strategy for FSS.class
FaceletPartialStateManagementStrategy
The state management strategy for PSS.class
JspStateManagementStrategy
A state management strategy for JSP.Methods in com.sun.faces.application.view that return StateManagementStrategy Modifier and Type Method Description StateManagementStrategy
FaceletViewHandlingStrategy. getStateManagementStrategy(FacesContext context, String viewId)
StateManagementStrategy
JspViewHandlingStrategy. getStateManagementStrategy(FacesContext context, String viewId)
-
Uses of StateManagementStrategy in jakarta.faces.view
Methods in jakarta.faces.view that return StateManagementStrategy Modifier and Type Method Description abstract StateManagementStrategy
ViewDeclarationLanguage. getStateManagementStrategy(FacesContext context, String viewId)
For implementations that want to control the implementation of state saving and restoring, theStateManagementStrategy
allows them to do so.StateManagementStrategy
ViewDeclarationLanguageWrapper. getStateManagementStrategy(FacesContext context, String viewId)