Uses of Class
jakarta.faces.context.ExternalContext
Package
Description
-
Uses of ExternalContext in com.sun.faces.application
Modifier and TypeMethodDescriptionstatic void
ApplicationAssociate.clearInstance
(ExternalContext externalContext) static ApplicationAssociate
ApplicationAssociate.getInstance
(ExternalContext externalContext) -
Uses of ExternalContext in com.sun.faces.application.resource
ModifierConstructorDescriptionResourcePathsIterator
(String rootPath, int maxDepth, String[] extensions, String[] restrictedDirectories, ExternalContext externalContext) -
Uses of ExternalContext in com.sun.faces.config
Modifier and TypeMethodDescriptionstatic WebConfiguration
WebConfiguration.getInstance
(ExternalContext extContext) Return the WebConfiguration instance for this application. -
Uses of ExternalContext in com.sun.faces.config.initfacescontext
-
Uses of ExternalContext in com.sun.faces.context
Modifier and TypeClassDescriptionclass
This implementation ofExternalContext
is specific to the servlet implementation.Modifier and TypeMethodDescriptionExternalContextFactoryImpl.getExternalContext
(Object servletContext, Object request, Object response) FacesContextImpl.getExternalContext()
-
Uses of ExternalContext in com.sun.faces.spi
Modifier and TypeMethodDescriptionstatic InjectionProvider
InjectionProviderFactory.createInstance
(ExternalContext extContext) Creates a new instance of the class specified by thecom.sun.faces.InjectionProvider
system property.static SerializationProvider
SerializationProviderFactory.createInstance
(ExternalContext extContext) Creates a new instance of the class specified by thecom.sun.faces.InjectionProvider
system property. -
Uses of ExternalContext in com.sun.faces.util
Modifier and TypeMethodDescriptionstatic HttpServletMapping
Util.getFirstWildCardMappingToFacesServlet
(ExternalContext externalContext) static boolean
Util.isResourceExactMappedToFacesServlet
(ExternalContext externalContext, String resource) Checks if the FacesServlet is exact mapped to the given resource. -
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.