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.StateHolder
StateHolder
public void setTransient(boolean isTransient)
setTransient
in interface javax.faces.component.StateHolder
isTransient
- True when transient, false when not transient.StateHolder
Copyright © 2008–2018. All rights reserved.