Uses of Class
jakarta.faces.context.ExternalContextFactory
Packages that use ExternalContextFactory
-
Uses of ExternalContextFactory in jakarta.faces.context
Classes in jakarta.faces.context that implement interfaces with type arguments of type ExternalContextFactoryModifier and TypeClassDescriptionclassExternalContextFactory is a factory object that creates (if needed) and returns newExternalContextinstances, initialized for the processing of the specified request and response objects.Methods in jakarta.faces.context that return ExternalContextFactoryModifier and TypeMethodDescriptionExternalContextFactory.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 ExternalContextFactoryModifierConstructorDescriptionIf this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.