Class ApplicationImpl
java.lang.Object
org.apache.myfaces.config.element.Application
org.apache.myfaces.config.impl.element.ApplicationImpl
- All Implemented Interfaces:
Serializable
- Author:
- Oliver Rossmueller
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addActionListener
(String listener) void
void
void
addElResolver
(String handler) void
addLocaleConfig
(LocaleConfig config) void
addMessageBundle
(String bundle) void
addNavigationHandler
(String handler) void
addPropertyResolver
(String resolver) void
addResourceBundle
(ResourceBundle bundle) void
addResourceHandler
(String handler) void
void
addSearchExpressionHandler
(String handler) void
addSearchKeywordResolver
(String resolver) void
addStateManager
(String manager) void
addSystemEventListener
(SystemEventListener systemEventListener) void
addVariableResolver
(String handler) void
addViewHandler
(String handler) boolean
void
-
Constructor Details
-
ApplicationImpl
public ApplicationImpl()
-
-
Method Details
-
addActionListener
-
addDefaultRenderkitId
-
addDefaultValidatorId
-
addMessageBundle
-
addStateManager
-
addSystemEventListener
-
addPropertyResolver
-
addVariableResolver
-
addLocaleConfig
-
addResourceHandler
-
addViewHandler
-
addElResolver
-
addResourceBundle
-
getActionListener
- Specified by:
getActionListener
in classApplication
-
getDefaultRenderkitId
- Specified by:
getDefaultRenderkitId
in classApplication
-
getDefaultValidatorIds
- Specified by:
getDefaultValidatorIds
in classApplication
-
getMessageBundle
- Specified by:
getMessageBundle
in classApplication
-
getResourceHandler
- Specified by:
getResourceHandler
in classApplication
-
getSystemEventListeners
- Specified by:
getSystemEventListeners
in classApplication
-
getViewHandler
- Specified by:
getViewHandler
in classApplication
-
getStateManager
- Specified by:
getStateManager
in classApplication
-
getPropertyResolver
- Specified by:
getPropertyResolver
in classApplication
-
getVariableResolver
- Specified by:
getVariableResolver
in classApplication
-
getLocaleConfig
- Specified by:
getLocaleConfig
in classApplication
-
getElResolver
- Specified by:
getElResolver
in classApplication
-
getResourceBundle
- Specified by:
getResourceBundle
in classApplication
-
isDefaultValidatorsPresent
public boolean isDefaultValidatorsPresent()- Specified by:
isDefaultValidatorsPresent
in classApplication
-
setDefaultValidatorsPresent
public void setDefaultValidatorsPresent() -
getResourceLibraryContractMappings
- Specified by:
getResourceLibraryContractMappings
in classApplication
-
addResourceLibraryContractMapping
-
getSearchKeywordResolver
- Specified by:
getSearchKeywordResolver
in classApplication
-
addSearchKeywordResolver
-
getSearchExpressionHandler
- Specified by:
getSearchExpressionHandler
in classApplication
-
addSearchExpressionHandler
-