org.apache.myfaces.extensions.cdi.jsf.alternative.config
Class AlternativeJsfModuleConfig

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

@AlternativeImplementation
public class AlternativeJsfModuleConfig
extends JsfModuleConfig

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
AlternativeJsfModuleConfig()
           
 
Method Summary
protected  void init()
          Logs the activation of the config
 boolean isAlwaysKeepMessages()
          
 boolean isInitialRedirectEnabled()
          
 boolean isInvalidValueAwareMessageInterpolatorEnabled()
          
 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

AlternativeJsfModuleConfig

public AlternativeJsfModuleConfig()
Method Detail

init

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


isInitialRedirectEnabled

public boolean isInitialRedirectEnabled()

Overrides:
isInitialRedirectEnabled in class JsfModuleConfig

isUseViewConfigsAsNavigationCasesEnabled

public boolean isUseViewConfigsAsNavigationCasesEnabled()

Overrides:
isUseViewConfigsAsNavigationCasesEnabled in class JsfModuleConfig

isInvalidValueAwareMessageInterpolatorEnabled

public boolean isInvalidValueAwareMessageInterpolatorEnabled()

Overrides:
isInvalidValueAwareMessageInterpolatorEnabled in class JsfModuleConfig

isAlwaysKeepMessages

public boolean isAlwaysKeepMessages()

Overrides:
isAlwaysKeepMessages in class JsfModuleConfig


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