org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config
Class ConversationConfig
java.lang.Object
org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversationConfig
protected ConversationConfig()
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.