org.apache.myfaces.config
public interface FacesConfigDispenser
Version: $Revision: 169649 $ $Date: 2005-05-11 17:47:12 +0200 (Wed, 11 May 2005) $
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) delivers a converter-configuration for one class-name |
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 (in reverse order!)
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 the config classes for the converters
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 ManagedBean
s
Returns: Iterator over message bundle names (in reverse order!)
Returns: Iterator over NavigationHandler class names
Returns: Iterator over NavigationRule
s
Returns: Iterator over PropertyResolver class names
Returns: Iterator over Renderer
s 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