org.apache.myfaces.config.impl.digester
public class DigesterFacesConfigDispenserImpl extends Object implements FacesConfigDispenser
| Method Summary | |
|---|---|
| void | feed(Object facesConfig)
Add another unmarshalled faces config object.
|
| void | feedApplicationFactory(String factoryClassName)
Add another ApplicationFactory class name
|
| void | feedFacesContextFactory(String factoryClassName)
Add another FacesContextFactory class name
|
| void | feedLifecycleFactory(String factoryClassName)
Add another LifecycleFactory class name
|
| void | feedRenderKitFactory(String factoryClassName)
Add another RenderKitFactory class name
|
| Iterator | getActionListenerIterator() |
| Iterator | getApplicationFactoryIterator() |
| String | getComponentClass(String componentType) |
| Iterator | getComponentTypes() |
| String | getConverterClassByClass(String className) |
| String | getConverterClassById(String converterId) |
| Iterator | getConverterClasses() |
| Converter | getConverterConfiguration(String converterClassName) |
| Iterator | getConverterConfigurationByClassName() |
| Iterator | getConverterIds() |
| String | getDefaultLocale() |
| String | getDefaultRenderKitId() |
| Iterator | getFacesContextFactoryIterator() |
| Iterator | getLifecycleFactoryIterator() |
| Iterator | getLifecyclePhaseListeners() |
| Iterator | getManagedBeans() |
| String | getMessageBundle() |
| Iterator | getNavigationHandlerIterator() |
| Iterator | getNavigationRules() |
| Iterator | getPropertyResolverIterator() |
| Iterator | getRenderers(String renderKitId) |
| String | getRenderKitClass(String renderKitId) |
| Iterator | getRenderKitFactoryIterator() |
| Iterator | getRenderKitIds() |
| Iterator | getStateManagerIterator() |
| Iterator | getSupportedLocalesIterator() |
| String | getValidatorClass(String validatorId) |
| Iterator | getValidatorIds() |
| Iterator | getVariableResolverIterator() |
| Iterator | getViewHandlerIterator() |
Parameters: facesConfig unmarshalled faces config object
Parameters: factoryClassName a class name
Parameters: factoryClassName a class name
Parameters: factoryClassName a class name
Parameters: factoryClassName a class name
Returns: Iterator over ActionListener class names
Returns: Iterator over ApplicationFactory class names
Returns: component class that belongs to the given component type
Returns: Iterator over all defined component types
Returns: converter class that is associated with the given class name
Returns: converter class that belongs to the given converter id
Returns: Iterator over all classes with an associated converter
Returns: Iterator over all defined converter ids
Returns: the default locale name
Returns: the default render kit id
Returns: Iterator over FacesContextFactory class names
Returns: Iterator over LifecycleFactory class names
Returns: Iterator over javax.faces.event.PhaseListener implementation class names
Returns: Iterator over ManagedBeans
Returns: Iterator over message bundle names
Returns: Iterator over NavigationHandler class names
Returns: Iterator over NavigationRules
Returns: Iterator over PropertyResolver class names
Returns: Iterator over Renderers for the given renderKitId
Returns: renderkit class name for given renderkit id
Returns: Iterator over RenderKit factory class names
Returns: Iterator over all defined renderkit ids
Returns: Iterator over StateManager class names
Returns: Iterator over supported locale names
Returns: validator class name that belongs to the given validator id
Returns: Iterator over all defined validator ids
Returns: Iterator over VariableResolver class names
Returns: Iterator over ViewHandler class names