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

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

@AlternativeImplementation
public class AlternativeWindowContextConfig
extends org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

Alternative implementation of WindowContextConfig

See Also:
Serialized Form

Constructor Summary
AlternativeWindowContextConfig()
           
 
Method Summary
 int getMaxWindowContextCount()
          
 int getWindowContextTimeoutInMinutes()
          
protected  void init()
          Logs the activation of the config
 boolean isAddWindowIdToActionUrlsEnabled()
          
 boolean isCloseEmptyWindowContextsEnabled()
          
 boolean isCloseWindowContextEventEnabled()
          
 boolean isCreateWindowContextEventEnabled()
          
 boolean isEagerWindowContextDetectionEnabled()
          
 boolean isUnknownWindowIdsAllowed()
          
 boolean isUrlParameterSupported()
          
 
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

AlternativeWindowContextConfig

public AlternativeWindowContextConfig()
Method Detail

init

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


isUrlParameterSupported

public boolean isUrlParameterSupported()

Overrides:
isUrlParameterSupported in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

isUnknownWindowIdsAllowed

public boolean isUnknownWindowIdsAllowed()

Overrides:
isUnknownWindowIdsAllowed in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

isAddWindowIdToActionUrlsEnabled

public boolean isAddWindowIdToActionUrlsEnabled()

Overrides:
isAddWindowIdToActionUrlsEnabled in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

getWindowContextTimeoutInMinutes

public int getWindowContextTimeoutInMinutes()

Overrides:
getWindowContextTimeoutInMinutes in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

getMaxWindowContextCount

public int getMaxWindowContextCount()

Overrides:
getMaxWindowContextCount in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

isCloseEmptyWindowContextsEnabled

public boolean isCloseEmptyWindowContextsEnabled()

Overrides:
isCloseEmptyWindowContextsEnabled in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

isEagerWindowContextDetectionEnabled

public boolean isEagerWindowContextDetectionEnabled()

Overrides:
isEagerWindowContextDetectionEnabled in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

isCreateWindowContextEventEnabled

public boolean isCreateWindowContextEventEnabled()

Overrides:
isCreateWindowContextEventEnabled in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig

isCloseWindowContextEventEnabled

public boolean isCloseWindowContextEventEnabled()

Overrides:
isCloseWindowContextEventEnabled in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig


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