org.apache.myfaces.orchestra.conversation
Class AccessScopeManagerConfiguration
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessScopeManagerConfiguration
public AccessScopeManagerConfiguration()
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.