Uses of Class
jakarta.faces.context.ExternalContext
Packages that use ExternalContext
-
Uses of ExternalContext in jakarta.faces.context
Subclasses of ExternalContext in jakarta.faces.contextModifier and TypeClassDescriptionclassProvides a simple implementation ofExternalContextthat can be subclassed by developers wishing to provide specialized behavior to an existingExternalContextinstance.Methods in jakarta.faces.context that return ExternalContextModifier and TypeMethodDescriptionabstract ExternalContextExternalContextFactory.getExternalContext(Object context, Object request, Object response) Create (if needed) and return anExternalContextinstance that is initialized for the processing of the specified request and response objects, for this web application.abstract ExternalContextFacesContext.getExternalContext()FacesContextWrapper.getExternalContext()The default behavior of this method is to callFacesContext.getExternalContext()on the wrappedFacesContextobject.ExternalContextWrapper.getWrapped()Constructors in jakarta.faces.context with parameters of type ExternalContextModifierConstructorDescriptionExternalContextWrapper(ExternalContext wrapped) If this external context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.