com.webmethods.caf.faces.bean
Class PageFlowScopeAdapter

java.lang.Object
  extended by com.webmethods.caf.faces.bean.PageFlowScopeAdapter
All Implemented Interfaces:
IPageFlowScopeAdapter
Direct Known Subclasses:
AbstractTaskContentProvider, AttachmentsMigrationProvider, BaseIteratorTableContentProvider, BasePortalContainerAttachmentsProvider, BaseTaskWorkloadProvider, Credentials, DataModelTableContentProvider, DefaultCalendarProvider, ELPropertyContentProvider, JcrAttachmentsProvider, JcrNodeProvider, LazyNodeTreeContentProvider, ListTableContentProvider, NewsfeedContentProvider, ObjectMethodContentProvider, PortalItemModel, PrincipalModel, RowSetTableContentProvider, SimpleWrappedPrincipalModel, TableSelectItemGroupProvider, TableTreeContentProvider

public class PageFlowScopeAdapter
extends Object
implements IPageFlowScopeAdapter

A managed bean implementing 'expireWithPageFlow'.


Field Summary
protected  Boolean fExpireWithPageFlow
          The value of 'expireWithPageFlow' flag from faces-config.
 
Constructor Summary
PageFlowScopeAdapter()
           
 
Method Summary
 Boolean getExpireWithPageFlow()
          Returns the value of the expireWithPageFlow flag
 void setExpireWithPageFlow(Boolean value)
          Sets the expireWithPageFlow flag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fExpireWithPageFlow

protected Boolean fExpireWithPageFlow
The value of 'expireWithPageFlow' flag from faces-config.

NOTE: changing this value will have no effect after the managed bean has already been initialized and stored.

Constructor Detail

PageFlowScopeAdapter

public PageFlowScopeAdapter()
Method Detail

getExpireWithPageFlow

public Boolean getExpireWithPageFlow()
Description copied from interface: IPageFlowScopeAdapter
Returns the value of the expireWithPageFlow flag

Specified by:
getExpireWithPageFlow in interface IPageFlowScopeAdapter
Returns:

setExpireWithPageFlow

public void setExpireWithPageFlow(Boolean value)
Description copied from interface: IPageFlowScopeAdapter
Sets the expireWithPageFlow flag. NOTE: changing this value has no effect if the managed bean has already been initialized and stored.

Specified by:
setExpireWithPageFlow in interface IPageFlowScopeAdapter
Parameters:
value - true or false