org.apache.myfaces.extensions.cdi.jsf.api.config
Interface JsfModuleConfig

All Superinterfaces:
CodiConfig

public interface JsfModuleConfig
extends CodiConfig

Config for all JSF specific configurations.

Author:
Gerhard Petracek

Method Summary
 boolean isInitialRedirectEnabled()
          If the initial redirect is enabled, a redirect will be performed for adding the current window-id to the url.
 boolean isUseViewConfigsAsNavigationCasesEnabled()
          esp useful for JSF 2.0
 

Method Detail

isInitialRedirectEnabled

boolean isInitialRedirectEnabled()
If the initial redirect is enabled, a redirect will be performed for adding the current window-id to the url.

Returns:
true for activating it, false otherwise

isUseViewConfigsAsNavigationCasesEnabled

boolean isUseViewConfigsAsNavigationCasesEnabled()
esp useful for JSF 2.0

Returns:
true for creating additional navigation-cases based on view configs for ConfigurableNavigationHandler#getNavigationCases


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