Package jakarta.faces.component
Interface StateHolder
- 
- All Known Subinterfaces:
- PartialStateHolder,- StateHelper
 - All Known Implementing Classes:
- AjaxBehavior,- BeanValidator,- BehaviorBase,- ClientBehaviorBase,- DateTimeConverter,- DoubleRangeValidator,- EnumConverter,- HtmlBody,- HtmlColumn,- HtmlCommandButton,- HtmlCommandLink,- HtmlCommandScript,- HtmlDataTable,- HtmlDoctype,- HtmlForm,- HtmlGraphicImage,- HtmlHead,- HtmlInputFile,- HtmlInputHidden,- HtmlInputSecret,- HtmlInputText,- HtmlInputTextarea,- HtmlMessage,- HtmlMessages,- HtmlOutcomeTargetButton,- HtmlOutcomeTargetLink,- HtmlOutputFormat,- HtmlOutputLabel,- HtmlOutputLink,- HtmlOutputText,- HtmlPanelGrid,- HtmlPanelGroup,- HtmlSelectBooleanCheckbox,- HtmlSelectManyCheckbox,- HtmlSelectManyListbox,- HtmlSelectManyMenu,- HtmlSelectOneListbox,- HtmlSelectOneMenu,- HtmlSelectOneRadio,- LengthValidator,- LongRangeValidator,- MethodExpressionActionListener,- MethodExpressionValidator,- MethodExpressionValueChangeListener,- NumberConverter,- RegexValidator,- UIColumn,- UICommand,- UIComponent,- UIComponentBase,- UIData,- UIForm,- UIGraphic,- UIImportConstants,- UIInput,- UIMessage,- UIMessages,- UINamingContainer,- UIOutcomeTarget,- UIOutput,- UIPanel,- UIParameter,- UISelectBoolean,- UISelectItem,- UISelectItemGroup,- UISelectItemGroups,- UISelectItems,- UISelectMany,- UISelectOne,- UIViewAction,- UIViewParameter,- UIViewRoot,- UIWebsocket
 
 public interface StateHoldersee Javadoc of Faces Specification
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTransient()voidrestoreState(FacesContext context, Object state)ObjectsaveState(FacesContext context)voidsetTransient(boolean newTransientValue)
 
- 
- 
- 
Method Detail- 
saveStateObject saveState(FacesContext context) 
 - 
restoreStatevoid restoreState(FacesContext context, Object state) 
 - 
isTransientboolean isTransient() 
 - 
setTransientvoid setTransient(boolean newTransientValue) 
 
- 
 
-