Uses of Class
jakarta.faces.context.ExternalContext
-
Packages that use ExternalContext Package Description jakarta.faces.context -
-
Uses of ExternalContext in jakarta.faces.context
Subclasses of ExternalContext in jakarta.faces.context Modifier and Type Class Description class
ExternalContextWrapper
Provides a simple implementation ofExternalContext
that can be subclassed by developers wishing to provide specialized behavior to an existingExternalContext
instance.Methods in jakarta.faces.context that return ExternalContext Modifier and Type Method Description abstract 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()
ExternalContext
FacesContextWrapper. getExternalContext()
The default behavior of this method is to callFacesContext.getExternalContext()
on the wrappedFacesContext
object.ExternalContext
ExternalContextWrapper. getWrapped()
Constructors in jakarta.faces.context with parameters of type ExternalContext Constructor Description ExternalContextWrapper(ExternalContext wrapped)
If this external context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-