public abstract class Factory extends Object implements Serializable
| Constructor and Description | 
|---|
| Factory() | 
| Modifier and Type | Method and 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() | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.