Uses of Class
jakarta.faces.view.StateManagementStrategy
-
Packages that use 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 classFaceletFullStateManagementStrategyA state management strategy for FSS.classFaceletPartialStateManagementStrategyThe state management strategy for PSS.Methods in com.sun.faces.application.view that return StateManagementStrategy Modifier and Type Method Description StateManagementStrategyFaceletViewHandlingStrategy. 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 StateManagementStrategyViewDeclarationLanguage. getStateManagementStrategy(FacesContext context, String viewId)For implementations that want to control the implementation of state saving and restoring, theStateManagementStrategyallows them to do so.StateManagementStrategyViewDeclarationLanguageWrapper. getStateManagementStrategy(FacesContext context, String viewId)
-