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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddActionListener(String listener) voidvoidvoidaddElResolver(String handler) voidaddLocaleConfig(LocaleConfig config) voidaddMessageBundle(String bundle) voidaddNavigationHandler(String handler) voidaddPropertyResolver(String resolver) voidaddResourceBundle(ResourceBundle bundle) voidaddResourceHandler(String handler) voidvoidaddSearchExpressionHandler(String handler) voidaddSearchKeywordResolver(String resolver) voidaddStateManager(String manager) voidaddSystemEventListener(SystemEventListener systemEventListener) voidaddVariableResolver(String handler) voidaddViewHandler(String handler) booleanvoid
- 
Constructor Details- 
ApplicationImplpublic ApplicationImpl()
 
- 
- 
Method Details- 
addActionListener
- 
addDefaultRenderkitId
- 
addDefaultValidatorId
- 
addMessageBundle
- 
addStateManager
- 
addSystemEventListener
- 
addPropertyResolver
- 
addVariableResolver
- 
addLocaleConfig
- 
addResourceHandler
- 
addViewHandler
- 
addElResolver
- 
addResourceBundle
- 
getActionListener- Specified by:
- getActionListenerin class- Application
 
- 
getDefaultRenderkitId- Specified by:
- getDefaultRenderkitIdin class- Application
 
- 
getDefaultValidatorIds- Specified by:
- getDefaultValidatorIdsin class- Application
 
- 
getMessageBundle- Specified by:
- getMessageBundlein class- Application
 
- 
getResourceHandler- Specified by:
- getResourceHandlerin class- Application
 
- 
getSystemEventListeners- Specified by:
- getSystemEventListenersin class- Application
 
- 
getViewHandler- Specified by:
- getViewHandlerin class- Application
 
- 
getStateManager- Specified by:
- getStateManagerin class- Application
 
- 
getPropertyResolver- Specified by:
- getPropertyResolverin class- Application
 
- 
getVariableResolver- Specified by:
- getVariableResolverin class- Application
 
- 
getLocaleConfig- Specified by:
- getLocaleConfigin class- Application
 
- 
getElResolver- Specified by:
- getElResolverin class- Application
 
- 
getResourceBundle- Specified by:
- getResourceBundlein class- Application
 
- 
isDefaultValidatorsPresentpublic boolean isDefaultValidatorsPresent()- Specified by:
- isDefaultValidatorsPresentin class- Application
 
- 
setDefaultValidatorsPresentpublic void setDefaultValidatorsPresent()
- 
getResourceLibraryContractMappings- Specified by:
- getResourceLibraryContractMappingsin class- Application
 
- 
addResourceLibraryContractMapping
- 
getSearchKeywordResolver- Specified by:
- getSearchKeywordResolverin class- Application
 
- 
addSearchKeywordResolver
- 
getSearchExpressionHandler- Specified by:
- getSearchExpressionHandlerin class- Application
 
- 
addSearchExpressionHandler
 
-