Subsumes several unmarshalled faces config objects and presents a simple interface
to the combined configuration data.
feed
public void feed(Object facesConfig)
Add another unmarshalled faces config object.
facesConfig
- unmarshalled faces config object
feedApplicationFactory
public void feedApplicationFactory(String factoryClassName)
Add another ApplicationFactory class name
factoryClassName
- a class name
feedFacesContextFactory
public void feedFacesContextFactory(String factoryClassName)
Add another FacesContextFactory class name
factoryClassName
- a class name
feedLifecycleFactory
public void feedLifecycleFactory(String factoryClassName)
Add another LifecycleFactory class name
factoryClassName
- a class name
feedRenderKitFactory
public void feedRenderKitFactory(String factoryClassName)
Add another RenderKitFactory class name
factoryClassName
- a class name
getActionListenerIterator
public Iterator getActionListenerIterator()
- Iterator over ActionListener class names (in reverse order!)
getApplicationFactoryIterator
public Iterator getApplicationFactoryIterator()
- Iterator over ApplicationFactory class names
getComponentClass
public String getComponentClass(String componentType)
- component class that belongs to the given component type
getComponentTypes
public Iterator getComponentTypes()
- Iterator over all defined component types
getConverterClassByClass
public String getConverterClassByClass(String className)
- converter class that is associated with the given class name
getConverterClassById
public String getConverterClassById(String converterId)
- converter class that belongs to the given converter id
getConverterClasses
public Iterator getConverterClasses()
- Iterator over all classes with an associated converter
getConverterConfiguration
public Converter getConverterConfiguration(String converterClassName)
delivers a converter-configuration for one class-name
getConverterConfigurationByClassName
public Iterator getConverterConfigurationByClassName()
- Iterator over the config classes for the converters
getConverterIds
public Iterator getConverterIds()
- Iterator over all defined converter ids
getDefaultLocale
public String getDefaultLocale()
getDefaultRenderKitId
public String getDefaultRenderKitId()
- the default render kit id
getFacesContextFactoryIterator
public Iterator getFacesContextFactoryIterator()
- Iterator over FacesContextFactory class names
getLifecycleFactoryIterator
public Iterator getLifecycleFactoryIterator()
- Iterator over LifecycleFactory class names
getLifecyclePhaseListeners
public Iterator getLifecyclePhaseListeners()
- Iterator over
javax.faces.event.PhaseListener
implementation class names
getManagedBeans
public Iterator getManagedBeans()
getMessageBundle
public String getMessageBundle()
- Iterator over message bundle names (in reverse order!)
getNavigationHandlerIterator
public Iterator getNavigationHandlerIterator()
- Iterator over NavigationHandler class names
getNavigationRules
public Iterator getNavigationRules()
getPropertyResolverIterator
public Iterator getPropertyResolverIterator()
- Iterator over PropertyResolver class names
getRenderKitClass
public String getRenderKitClass(String renderKitId)
- renderkit class name for given renderkit id
getRenderKitFactoryIterator
public Iterator getRenderKitFactoryIterator()
- Iterator over RenderKit factory class names
getRenderKitIds
public Iterator getRenderKitIds()
- Iterator over all defined renderkit ids
getRenderers
public Iterator getRenderers(String renderKitId)
- Iterator over
Renderer
s for the given renderKitId
getStateManagerIterator
public Iterator getStateManagerIterator()
- Iterator over StateManager class names
getSupportedLocalesIterator
public Iterator getSupportedLocalesIterator()
- Iterator over supported locale names
getValidatorClass
public String getValidatorClass(String validatorId)
- validator class name that belongs to the given validator id
getValidatorIds
public Iterator getValidatorIds()
- Iterator over all defined validator ids
getVariableResolverIterator
public Iterator getVariableResolverIterator()
- Iterator over VariableResolver class names
getViewHandlerIterator
public Iterator getViewHandlerIterator()
- Iterator over ViewHandler class names