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, AttributeAware, CodiConfig

@AlternativeImplementation
public class AlternativeWindowContextConfig
extends WindowContextConfig

Author:
Gerhard Petracek
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 WindowContextConfig

isUnknownWindowIdsAllowed

public boolean isUnknownWindowIdsAllowed()

Overrides:
isUnknownWindowIdsAllowed in class WindowContextConfig

isAddWindowIdToActionUrlsEnabled

public boolean isAddWindowIdToActionUrlsEnabled()

Overrides:
isAddWindowIdToActionUrlsEnabled in class WindowContextConfig

getWindowContextTimeoutInMinutes

public int getWindowContextTimeoutInMinutes()

Overrides:
getWindowContextTimeoutInMinutes in class WindowContextConfig

getMaxWindowContextCount

public int getMaxWindowContextCount()

Overrides:
getMaxWindowContextCount in class WindowContextConfig

isCloseEmptyWindowContextsEnabled

public boolean isCloseEmptyWindowContextsEnabled()

Overrides:
isCloseEmptyWindowContextsEnabled in class WindowContextConfig

isEagerWindowContextDetectionEnabled

public boolean isEagerWindowContextDetectionEnabled()

Overrides:
isEagerWindowContextDetectionEnabled in class WindowContextConfig

isCreateWindowContextEventEnabled

public boolean isCreateWindowContextEventEnabled()

Overrides:
isCreateWindowContextEventEnabled in class WindowContextConfig

isCloseWindowContextEventEnabled

public boolean isCloseWindowContextEventEnabled()

Overrides:
isCloseWindowContextEventEnabled in class WindowContextConfig


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