public abstract class AbstractStateHolder extends Object implements javax.faces.component.StateHolder
StateHolders.| Constructor and Description |
|---|
AbstractStateHolder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTransient()
Determines whether this StateHolder is transient or not.
|
void |
setTransient(boolean isTransient)
Sets this StateHolder to transient or not transient.
|
public boolean isTransient()
isTransient in interface javax.faces.component.StateHolderStateHolderpublic void setTransient(boolean isTransient)
setTransient in interface javax.faces.component.StateHolderisTransient - True when transient, false when not transient.StateHolderCopyright © 2008–2018. All rights reserved.