public class PageFlowScopeAdapter extends Object implements IPageFlowScopeAdapter
Modifier and Type | Field and Description |
---|---|
protected Boolean |
fExpireWithPageFlow
The value of 'expireWithPageFlow' flag from faces-config.
|
Constructor and Description |
---|
PageFlowScopeAdapter() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getExpireWithPageFlow()
Returns the value of the expireWithPageFlow flag
|
void |
setExpireWithPageFlow(Boolean value)
Sets the expireWithPageFlow flag.
|
protected Boolean fExpireWithPageFlow
NOTE: changing this value will have no effect after the managed bean has already been initialized and stored.
public Boolean getExpireWithPageFlow()
IPageFlowScopeAdapter
getExpireWithPageFlow
in interface IPageFlowScopeAdapter
public void setExpireWithPageFlow(Boolean value)
IPageFlowScopeAdapter
setExpireWithPageFlow
in interface IPageFlowScopeAdapter
value
- true or false