Class ApplicationImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.Application
- 
- org.apache.myfaces.config.impl.element.ApplicationImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ApplicationImpl extends Application implements Serializable - Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ApplicationImpl()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
addActionListenerpublic void addActionListener(String listener) 
 - 
addDefaultRenderkitIdpublic void addDefaultRenderkitId(String id) 
 - 
addDefaultValidatorIdpublic void addDefaultValidatorId(String id) 
 - 
addMessageBundlepublic void addMessageBundle(String bundle) 
 - 
addNavigationHandlerpublic void addNavigationHandler(String handler) 
 - 
addStateManagerpublic void addStateManager(String manager) 
 - 
addSystemEventListenerpublic void addSystemEventListener(SystemEventListener systemEventListener) 
 - 
addPropertyResolverpublic void addPropertyResolver(String resolver) 
 - 
addVariableResolverpublic void addVariableResolver(String handler) 
 - 
addLocaleConfigpublic void addLocaleConfig(LocaleConfig config) 
 - 
addResourceHandlerpublic void addResourceHandler(String handler) 
 - 
addViewHandlerpublic void addViewHandler(String handler) 
 - 
addElResolverpublic void addElResolver(String handler) 
 - 
addResourceBundlepublic void addResourceBundle(ResourceBundle bundle) 
 - 
getActionListenerpublic List<String> getActionListener() - Specified by:
- getActionListenerin class- Application
 
 - 
getDefaultRenderkitIdpublic List<String> getDefaultRenderkitId() - Specified by:
- getDefaultRenderkitIdin class- Application
 
 - 
getDefaultValidatorIdspublic List<String> getDefaultValidatorIds() - Specified by:
- getDefaultValidatorIdsin class- Application
 
 - 
getMessageBundlepublic List<String> getMessageBundle() - Specified by:
- getMessageBundlein class- Application
 
 - 
getNavigationHandlerpublic List<String> getNavigationHandler() - Specified by:
- getNavigationHandlerin class- Application
 
 - 
getResourceHandlerpublic List<String> getResourceHandler() - Specified by:
- getResourceHandlerin class- Application
 
 - 
getSystemEventListenerspublic List<SystemEventListener> getSystemEventListeners() - Specified by:
- getSystemEventListenersin class- Application
 
 - 
getViewHandlerpublic List<String> getViewHandler() - Specified by:
- getViewHandlerin class- Application
 
 - 
getStateManagerpublic List<String> getStateManager() - Specified by:
- getStateManagerin class- Application
 
 - 
getPropertyResolverpublic List<String> getPropertyResolver() - Specified by:
- getPropertyResolverin class- Application
 
 - 
getVariableResolverpublic List<String> getVariableResolver() - Specified by:
- getVariableResolverin class- Application
 
 - 
getLocaleConfigpublic List<LocaleConfig> getLocaleConfig() - Specified by:
- getLocaleConfigin class- Application
 
 - 
getElResolverpublic List<String> getElResolver() - Specified by:
- getElResolverin class- Application
 
 - 
getResourceBundlepublic List<ResourceBundle> getResourceBundle() - Specified by:
- getResourceBundlein class- Application
 
 - 
isDefaultValidatorsPresentpublic boolean isDefaultValidatorsPresent() - Specified by:
- isDefaultValidatorsPresentin class- Application
 
 - 
setDefaultValidatorsPresentpublic void setDefaultValidatorsPresent() 
 - 
getResourceLibraryContractMappingspublic List<ContractMapping> getResourceLibraryContractMappings() - Specified by:
- getResourceLibraryContractMappingsin class- Application
 
 - 
addResourceLibraryContractMappingpublic void addResourceLibraryContractMapping(ContractMapping mapping) 
 - 
getSearchKeywordResolverpublic List<String> getSearchKeywordResolver() - Specified by:
- getSearchKeywordResolverin class- Application
 
 - 
addSearchKeywordResolverpublic void addSearchKeywordResolver(String resolver) 
 - 
getSearchExpressionHandlerpublic List<String> getSearchExpressionHandler() - Specified by:
- getSearchExpressionHandlerin class- Application
 
 - 
addSearchExpressionHandlerpublic void addSearchExpressionHandler(String handler) 
 
- 
 
-