org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config
Interface ConversationConfig
- All Superinterfaces:
- CodiConfig, Serializable
public interface ConversationConfig
- extends CodiConfig, Serializable
- Author:
- Gerhard Petracek
getConversationTimeoutInMinutes
int getConversationTimeoutInMinutes()
- Timeout for
ConversationScoped
beans,
which will be used if the conversation doesn't get closed manually.
- Returns:
- timeout in minutes
isScopeBeanEventEnabled
boolean isScopeBeanEventEnabled()
isAccessBeanEventEnabled
boolean isAccessBeanEventEnabled()
isUnscopeBeanEventEnabled
boolean isUnscopeBeanEventEnabled()
isStartConversationEventEnabled
boolean isStartConversationEventEnabled()
isCloseConversationEventEnabled
boolean isCloseConversationEventEnabled()
isRestartConversationEventEnabled
boolean isRestartConversationEventEnabled()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.