addApplication
public void addApplication(Application application)
addComponent
public void addComponent(String componentType,
String componentClass)
addConverter
public void addConverter(Converter converter)
addFactory
public void addFactory(Factory factory)
addLifecyclePhaseListener
public void addLifecyclePhaseListener(String value)
addManagedBean
public void addManagedBean(ManagedBean bean)
addRenderKit
public void addRenderKit(RenderKit renderKit)
addValidator
public void addValidator(String id,
String validatorClass)
getApplications
public List getApplications()
getComponents
public Map getComponents()
getConverters
public List getConverters()
getFactories
public List getFactories()
getLifecyclePhaseListener
public List getLifecyclePhaseListener()
getManagedBeans
public List getManagedBeans()
getNavigationRules
public List getNavigationRules()
getRenderKits
public List getRenderKits()
getValidators
public Map getValidators()