| Package | Description |
|---|---|
| com.sun.faces.application.view | |
| jakarta.faces.view |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
StateManagementStrategy |
FaceletViewHandlingStrategy.getStateManagementStrategy(FacesContext context,
String viewId) |
StateManagementStrategy |
JspViewHandlingStrategy.getStateManagementStrategy(FacesContext context,
String viewId) |
| Modifier and Type | Method and Description |
|---|---|
StateManagementStrategy |
ViewDeclarationLanguageWrapper.getStateManagementStrategy(FacesContext context,
String viewId) |
abstract StateManagementStrategy |
ViewDeclarationLanguage.getStateManagementStrategy(FacesContext context,
String viewId)
For implementations that want to control the implementation of state saving and restoring, the
|
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.