Class Factory
- java.lang.Object
- 
- org.apache.myfaces.config.element.Factory
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- FactoryImpl
 
 public abstract class Factory extends Object implements Serializable - Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<String>getApplicationFactory()List<String>getClientWindowFactory()abstract List<String>getExceptionHandlerFactory()abstract List<String>getExternalContextFactory()List<String>getFaceletCacheFactory()abstract List<String>getFacesContextFactory()List<String>getFlashFactory()List<String>getFlowHandlerFactory()abstract List<String>getLifecycleFactory()abstract List<String>getPartialViewContextFactory()abstract List<String>getRenderkitFactory()List<String>getSearchExpressionContextFactory()abstract List<String>getTagHandlerDelegateFactory()abstract List<String>getViewDeclarationLanguageFactory()abstract List<String>getVisitContextFactory()
 
-