public abstract class FacesContextFactory extends Object implements FacesWrapper<FacesContextFactory>
| Constructor and Description | 
|---|
| FacesContextFactory()Deprecated.  | 
| FacesContextFactory(FacesContextFactory delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract FacesContext | getFacesContext(Object context,
               Object request,
               Object response,
               Lifecycle lifecycle) | 
| FacesContextFactory | getWrapped()If this factory has been decorated, the implementation doing the decorating may override this method to provide
 access to the implementation being wrapped. | 
@Deprecated public FacesContextFactory()
public FacesContextFactory(FacesContextFactory delegate)
public abstract FacesContext getFacesContext(Object context, Object request, Object response, Lifecycle lifecycle) throws FacesException
FacesExceptionpublic FacesContextFactory getWrapped()
null.getWrapped in interface FacesWrapper<FacesContextFactory>FacesContextFactory if this factory decorates another, or null
         otherwiseCopyright © 2021 The Apache Software Foundation. All rights reserved.