org.apache.myfaces.extensions.cdi.core.alternative.scope.conversation.config
Class AlternativeConversationConfig

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
          extended by org.apache.myfaces.extensions.cdi.core.alternative.scope.conversation.config.AlternativeConversationConfig
All Implemented Interfaces:
Serializable, AttributeAware, CodiConfig

@AlternativeImplementation
public class AlternativeConversationConfig
extends ConversationConfig

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
AlternativeConversationConfig()
           
 
Method Summary
 int getConversationTimeoutInMinutes()
          
protected  void init()
          Logs the activation of the config
 boolean isAccessBeanEventEnabled()
          
 boolean isCloseConversationEventEnabled()
          
 boolean isConversationRequiredEnabled()
          
 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

AlternativeConversationConfig

public AlternativeConversationConfig()
Method Detail

init

@PostConstruct
protected void init()
Logs the activation of the config


getConversationTimeoutInMinutes

public int getConversationTimeoutInMinutes()

Overrides:
getConversationTimeoutInMinutes in class ConversationConfig

isScopeBeanEventEnabled

public boolean isScopeBeanEventEnabled()

Overrides:
isScopeBeanEventEnabled in class ConversationConfig

isAccessBeanEventEnabled

public boolean isAccessBeanEventEnabled()

Overrides:
isAccessBeanEventEnabled in class ConversationConfig

isUnscopeBeanEventEnabled

public boolean isUnscopeBeanEventEnabled()

Overrides:
isUnscopeBeanEventEnabled in class ConversationConfig

isStartConversationEventEnabled

public boolean isStartConversationEventEnabled()

Overrides:
isStartConversationEventEnabled in class ConversationConfig

isCloseConversationEventEnabled

public boolean isCloseConversationEventEnabled()

Overrides:
isCloseConversationEventEnabled in class ConversationConfig

isRestartConversationEventEnabled

public boolean isRestartConversationEventEnabled()

Overrides:
isRestartConversationEventEnabled in class ConversationConfig

isConversationRequiredEnabled

public boolean isConversationRequiredEnabled()

Overrides:
isConversationRequiredEnabled in class ConversationConfig


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