org.apache.myfaces.config.impl.digester.elements
public class FacesConfig extends Object
Method Summary | |
---|---|
void | addApplication(Application application) |
void | addComponent(String componentType, String componentClass) |
void | addConverter(Converter converter) |
void | addFactory(Factory factory) |
void | addLifecyclePhaseListener(String value) |
void | addManagedBean(ManagedBean bean) |
void | addNavigationRule(NavigationRule rule) |
void | addRenderKit(RenderKit renderKit) |
void | addValidator(String id, String validatorClass) |
List | getApplications() |
Map | getComponents() |
List | getConverters() |
List | getFactories() |
List | getLifecyclePhaseListener() |
List | getManagedBeans() |
List | getNavigationRules() |
List | getRenderKits() |
Map | getValidators() |