org.apache.myfaces.extensions.cdi.jsf.impl.config
Class DefaultWindowContextConfig

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
      extended by org.apache.myfaces.extensions.cdi.jsf.impl.config.DefaultWindowContextConfig
All Implemented Interfaces:
Serializable, AttributeAware, CodiConfig, ConversationConfig, WindowContextConfig, JsfModuleConfig

@ApplicationScoped
public class DefaultWindowContextConfig
extends AbstractAttributeAware
implements WindowContextConfig, ConversationConfig, JsfModuleConfig

customizable via a bean annotated and configured as Alternative

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
DefaultWindowContextConfig()
           
 
Method Summary
 int getConversationTimeoutInMinutes()
           
 int getMaxWindowContextCount()
           
 int getWindowContextTimeoutInMinutes()
           
 boolean isAccessBeanEventEnabled()
           
 boolean isAddWindowIdToActionUrlsEnabled()
           
 boolean isCloseConversationEventEnabled()
           
 boolean isCloseEmptyWindowContextsEnabled()
           
 boolean isCloseWindowContextEventEnabled()
           
 boolean isCreateWindowContextEventEnabled()
           
 boolean isInitialRedirectEnabled()
           
 boolean isRestartConversationEventEnabled()
           
 boolean isScopeBeanEventEnabled()
           
 boolean isStartConversationEventEnabled()
           
 boolean isUnknownWindowIdsAllowed()
           
 boolean isUnscopeBeanEventEnabled()
           
 boolean isUrlParameterSupported()
           
 boolean isUseViewConfigsAsNavigationCasesEnabled()
           
 
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

DefaultWindowContextConfig

public DefaultWindowContextConfig()
Method Detail

isUrlParameterSupported

public boolean isUrlParameterSupported()
Specified by:
isUrlParameterSupported in interface WindowContextConfig

isUnknownWindowIdsAllowed

public boolean isUnknownWindowIdsAllowed()
Specified by:
isUnknownWindowIdsAllowed in interface WindowContextConfig

isAddWindowIdToActionUrlsEnabled

public boolean isAddWindowIdToActionUrlsEnabled()
Specified by:
isAddWindowIdToActionUrlsEnabled in interface WindowContextConfig

getWindowContextTimeoutInMinutes

public int getWindowContextTimeoutInMinutes()
Specified by:
getWindowContextTimeoutInMinutes in interface WindowContextConfig

getConversationTimeoutInMinutes

public int getConversationTimeoutInMinutes()
Specified by:
getConversationTimeoutInMinutes in interface ConversationConfig

isScopeBeanEventEnabled

public boolean isScopeBeanEventEnabled()
Specified by:
isScopeBeanEventEnabled in interface ConversationConfig

isAccessBeanEventEnabled

public boolean isAccessBeanEventEnabled()
Specified by:
isAccessBeanEventEnabled in interface ConversationConfig

isUnscopeBeanEventEnabled

public boolean isUnscopeBeanEventEnabled()
Specified by:
isUnscopeBeanEventEnabled in interface ConversationConfig

isStartConversationEventEnabled

public boolean isStartConversationEventEnabled()
Specified by:
isStartConversationEventEnabled in interface ConversationConfig

isCloseConversationEventEnabled

public boolean isCloseConversationEventEnabled()
Specified by:
isCloseConversationEventEnabled in interface ConversationConfig

isRestartConversationEventEnabled

public boolean isRestartConversationEventEnabled()
Specified by:
isRestartConversationEventEnabled in interface ConversationConfig

getMaxWindowContextCount

public int getMaxWindowContextCount()
Specified by:
getMaxWindowContextCount in interface WindowContextConfig

isCloseEmptyWindowContextsEnabled

public boolean isCloseEmptyWindowContextsEnabled()
Specified by:
isCloseEmptyWindowContextsEnabled in interface WindowContextConfig

isCreateWindowContextEventEnabled

public boolean isCreateWindowContextEventEnabled()
Specified by:
isCreateWindowContextEventEnabled in interface WindowContextConfig

isCloseWindowContextEventEnabled

public boolean isCloseWindowContextEventEnabled()
Specified by:
isCloseWindowContextEventEnabled in interface WindowContextConfig

isInitialRedirectEnabled

public boolean isInitialRedirectEnabled()
Specified by:
isInitialRedirectEnabled in interface JsfModuleConfig

isUseViewConfigsAsNavigationCasesEnabled

public boolean isUseViewConfigsAsNavigationCasesEnabled()
Specified by:
isUseViewConfigsAsNavigationCasesEnabled in interface JsfModuleConfig


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