org.apache.myfaces.orchestra.conversation
Class AccessScopeManagerConfiguration

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.AccessScopeManagerConfiguration
Direct Known Subclasses:
FlashScopeManagerConfiguration

public class AccessScopeManagerConfiguration
extends Object

Provides configuration information to a AccessScopeManager instance.

While an AccessScopeManager object is expected to be request-scoped, an instance of this type is usually application-scoped (aka singleton scoped).

Since:
1.1

Constructor Summary
AccessScopeManagerConfiguration()
           
 
Method Summary
 Set getIgnoreViewIds()
           
 void setIgnoreViewIds(Set ignoreViewIds)
          Do not terminate any "unaccessed conversations" after handling a request to any of the specified views.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessScopeManagerConfiguration

public AccessScopeManagerConfiguration()
Method Detail

getIgnoreViewIds

public Set getIgnoreViewIds()

setIgnoreViewIds

public void setIgnoreViewIds(Set ignoreViewIds)
Do not terminate any "unaccessed conversations" after handling a request to any of the specified views. Special "ignored views" are useful when dealing with things like nested frames within a page that periodically refresh themselves while the "main" part of the page remains unsubmitted.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.