Uses of Class
jakarta.faces.context.ExternalContext
-
Uses of ExternalContext in jakarta.faces.context
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofExternalContext
that can be subclassed by developers wishing to provide specialized behavior to an existingExternalContext
instance.Modifier and TypeMethodDescriptionabstract ExternalContext
ExternalContextFactory.getExternalContext
(Object context, Object request, Object response) Create (if needed) and return anExternalContext
instance that is initialized for the processing of the specified request and response objects, for this web application.abstract ExternalContext
FacesContext.getExternalContext()
FacesContextWrapper.getExternalContext()
The default behavior of this method is to callFacesContext.getExternalContext()
on the wrappedFacesContext
object.ExternalContextWrapper.getWrapped()
ModifierConstructorDescriptionExternalContextWrapper
(ExternalContext wrapped) If this external context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.