Uses of Class
jakarta.faces.context.FacesContextFactory
Packages that use FacesContextFactory
-
Uses of FacesContextFactory in com.sun.faces.context
Subclasses of FacesContextFactory in com.sun.faces.contextModifier and TypeClassDescriptionclass
class
ThisFacesContextFactory
is responsible for injecting the defaultFacesContext
instance into the top-levelFacesContext
as configured by the runtime.Constructors in com.sun.faces.context with parameters of type FacesContextFactory -
Uses of FacesContextFactory in jakarta.faces.context
Methods in jakarta.faces.context that return FacesContextFactoryModifier and TypeMethodDescriptionFacesContextFactory.getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.context with parameters of type FacesContextFactoryModifierConstructorDescriptionFacesContextFactory
(FacesContextFactory wrapped) If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.