org.apache.myfaces.config.impl.digester.elements
Class FacesConfig
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.FacesConfig
public class FacesConfig
- extends Object
- Author:
- Oliver Rossmueller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesConfig
public FacesConfig()
addApplication
public void addApplication(Application application)
addFactory
public void addFactory(Factory factory)
addComponent
public void addComponent(String componentType,
String componentClass)
addConverter
public void addConverter(Converter converter)
addManagedBean
public void addManagedBean(ManagedBean bean)
addNavigationRule
public void addNavigationRule(NavigationRule rule)
addRenderKit
public void addRenderKit(RenderKit renderKit)
addLifecyclePhaseListener
public void addLifecyclePhaseListener(String value)
addValidator
public void addValidator(String id,
String validatorClass)
getApplications
public List<Application> getApplications()
getFactories
public List<Factory> getFactories()
getComponents
public Map<String,String> getComponents()
getConverters
public List<Converter> getConverters()
getManagedBeans
public List<ManagedBean> getManagedBeans()
getNavigationRules
public List<NavigationRule> getNavigationRules()
getRenderKits
public List<RenderKit> getRenderKits()
getLifecyclePhaseListener
public List<String> getLifecyclePhaseListener()
getValidators
public Map<String,String> getValidators()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.