org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config
Class ConversationConfig

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
      extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
All Implemented Interfaces:
Serializable, AttributeAware, CodiConfig

@ApplicationScoped
public class ConversationConfig
extends AbstractAttributeAware
implements CodiConfig

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
protected ConversationConfig()
           
 
Method Summary
 int getConversationTimeoutInMinutes()
          Timeout for ConversationScoped beans, which will be used if the conversation doesn't get closed manually.
 boolean isAccessBeanEventEnabled()
           
 boolean isCloseConversationEventEnabled()
           
 boolean isRestartConversationEventEnabled()
           
 boolean isScopeBeanEventEnabled()
           
 boolean isStartConversationEventEnabled()
           
 boolean isUnscopeBeanEventEnabled()
           
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
containsAttribute, getAttribute, initConfig, setAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationConfig

protected ConversationConfig()
Method Detail

getConversationTimeoutInMinutes

public int getConversationTimeoutInMinutes()
Timeout for ConversationScoped beans, which will be used if the conversation doesn't get closed manually.

Returns:
timeout in minutes

isScopeBeanEventEnabled

public boolean isScopeBeanEventEnabled()

isAccessBeanEventEnabled

public boolean isAccessBeanEventEnabled()

isUnscopeBeanEventEnabled

public boolean isUnscopeBeanEventEnabled()

isStartConversationEventEnabled

public boolean isStartConversationEventEnabled()

isCloseConversationEventEnabled

public boolean isCloseConversationEventEnabled()

isRestartConversationEventEnabled

public boolean isRestartConversationEventEnabled()


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.