Package jakarta.faces.context
Class FacesContextFactory
java.lang.Object
jakarta.faces.context.FacesContextFactory
- All Implemented Interfaces:
- FacesWrapper<FacesContextFactory>
public abstract class FacesContextFactory
extends Object
implements FacesWrapper<FacesContextFactory>
see Javadoc of Faces Specification
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract FacesContextgetFacesContext(Object context, Object request, Object response, Lifecycle lifecycle) If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- 
Constructor Details- 
FacesContextFactoryDeprecated.
- 
FacesContextFactory
 
- 
- 
Method Details- 
getFacesContextpublic abstract FacesContext getFacesContext(Object context, Object request, Object response, Lifecycle lifecycle) throws FacesException - Throws:
- FacesException
 
- 
getWrappedIf this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returnsnull.- Specified by:
- getWrappedin interface- FacesWrapper<FacesContextFactory>
- Returns:
- the decorated FacesContextFactoryif this factory decorates another, ornullotherwise
- Since:
- 2.0
 
 
-