org.apache.myfaces.config.impl.digester.elements
Class Application
java.lang.Object
org.apache.myfaces.config.element.Application
org.apache.myfaces.config.impl.digester.elements.Application
- All Implemented Interfaces:
- Serializable
public class Application
- extends Application
- implements Serializable
- Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application
public Application()
addActionListener
public void addActionListener(String listener)
addDefaultRenderkitId
public void addDefaultRenderkitId(String id)
addDefaultValidatorId
public void addDefaultValidatorId(String id)
addMessageBundle
public void addMessageBundle(String bundle)
addNavigationHandler
public void addNavigationHandler(String handler)
addPartialTraversal
public void addPartialTraversal(String traversal)
addStateManager
public void addStateManager(String manager)
addSystemEventListener
public void addSystemEventListener(SystemEventListener systemEventListener)
addPropertyResolver
public void addPropertyResolver(String resolver)
addVariableResolver
public void addVariableResolver(String handler)
addLocaleConfig
public void addLocaleConfig(LocaleConfig config)
addResourceHandler
public void addResourceHandler(String handler)
addViewHandler
public void addViewHandler(String handler)
addElResolver
public void addElResolver(String handler)
addResourceBundle
public void addResourceBundle(ResourceBundle bundle)
getActionListener
public List<String> getActionListener()
- Specified by:
getActionListener
in class Application
getDefaultRenderkitId
public List<String> getDefaultRenderkitId()
- Specified by:
getDefaultRenderkitId
in class Application
getDefaultValidatorIds
public List<String> getDefaultValidatorIds()
- Specified by:
getDefaultValidatorIds
in class Application
getMessageBundle
public List<String> getMessageBundle()
- Specified by:
getMessageBundle
in class Application
getNavigationHandler
public List<String> getNavigationHandler()
- Specified by:
getNavigationHandler
in class Application
getPartialTraversal
public List<String> getPartialTraversal()
- Specified by:
getPartialTraversal
in class Application
getResourceHandler
public List<String> getResourceHandler()
- Specified by:
getResourceHandler
in class Application
getSystemEventListeners
public List<SystemEventListener> getSystemEventListeners()
- Specified by:
getSystemEventListeners
in class Application
getViewHandler
public List<String> getViewHandler()
- Specified by:
getViewHandler
in class Application
getStateManager
public List<String> getStateManager()
- Specified by:
getStateManager
in class Application
getPropertyResolver
public List<String> getPropertyResolver()
- Specified by:
getPropertyResolver
in class Application
getVariableResolver
public List<String> getVariableResolver()
- Specified by:
getVariableResolver
in class Application
getLocaleConfig
public List<LocaleConfig> getLocaleConfig()
- Specified by:
getLocaleConfig
in class Application
getElResolver
public List<String> getElResolver()
- Specified by:
getElResolver
in class Application
getResourceBundle
public List<ResourceBundle> getResourceBundle()
- Specified by:
getResourceBundle
in class Application
isDefaultValidatorsPresent
public boolean isDefaultValidatorsPresent()
- Specified by:
isDefaultValidatorsPresent
in class Application
setDefaultValidatorsPresent
public void setDefaultValidatorsPresent()
getResourceLibraryContractMappings
public List<ContractMapping> getResourceLibraryContractMappings()
- Specified by:
getResourceLibraryContractMappings
in class Application
addResourceLibraryContractMapping
public void addResourceLibraryContractMapping(ContractMapping mapping)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.