@ApplicationScoped public class JsfModuleConfig extends AbstractAttributeAware implements CodiConfig
Modifier | Constructor and Description |
---|---|
protected |
JsfModuleConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAlwaysKeepMessages()
Per default all faces-messages are preserved for the next rendering process
|
boolean |
isAlwaysUseNavigationHandlerOnSecurityViolation()
Per default the current view gets replaced with the error-view (in case of a security-violation).
|
boolean |
isInitialRedirectEnabled()
If the initial redirect is enabled, a redirect will be performed for adding the current window-id to the url.
|
boolean |
isInvalidValueAwareMessageInterpolatorEnabled()
Allows to use e.g.:
"Validation error: {invalidValue} isn't a valid value."
|
boolean |
isUseViewConfigsAsNavigationCasesEnabled()
esp useful for JSF 2.0
|
containsAttribute, getAttribute, initConfig, setAttribute, setAttribute
public boolean isInitialRedirectEnabled()
public boolean isUseViewConfigsAsNavigationCasesEnabled()
public boolean isInvalidValueAwareMessageInterpolatorEnabled()
public boolean isAlwaysKeepMessages()
public boolean isAlwaysUseNavigationHandlerOnSecurityViolation()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.