org.apache.myfaces.orchestra.conversation
Class AccessScopeManagerConfiguration
java.lang.Object
org.apache.myfaces.orchestra.conversation.AccessScopeManagerConfiguration
- Direct Known Subclasses:
- FlashScopeManagerConfiguration
public class AccessScopeManagerConfiguration
- extends java.lang.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
Method Summary |
java.util.Set |
getIgnoreViewIds()
|
void |
setIgnoreViewIds(java.util.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 |
AccessScopeManagerConfiguration
public AccessScopeManagerConfiguration()
getIgnoreViewIds
public java.util.Set getIgnoreViewIds()
setIgnoreViewIds
public void setIgnoreViewIds(java.util.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 © 2009 The Apache Software Foundation. All Rights Reserved.