org.apache.myfaces.orchestra.conversation
Class FlashScopeManagerConfiguration

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.FlashScopeManagerConfiguration

public class FlashScopeManagerConfiguration
extends java.lang.Object

Provides configuration information to a FlashScopeManager instance.

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


Constructor Summary
FlashScopeManagerConfiguration()
           
 
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
 

Constructor Detail

FlashScopeManagerConfiguration

public FlashScopeManagerConfiguration()
Method Detail

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 2007 The Apache Software Foundation. All Rights Reserved.