Uses of Class
jakarta.faces.context.ExternalContext
-
-
Uses of ExternalContext in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type ExternalContext Modifier and Type Method Description static voidApplicationAssociate. clearInstance(ExternalContext externalContext)static ApplicationAssociateApplicationAssociate. getInstance(ExternalContext externalContext) -
Uses of ExternalContext in com.sun.faces.application.resource
Constructors in com.sun.faces.application.resource with parameters of type ExternalContext Constructor Description ResourcePathsIterator(String rootPath, int maxDepth, String[] extensions, String[] restrictedDirectories, ExternalContext externalContext) -
Uses of ExternalContext in com.sun.faces.config
Methods in com.sun.faces.config that return ExternalContext Modifier and Type Method Description ExternalContextInitFacesContext. getExternalContext()Methods in com.sun.faces.config with parameters of type ExternalContext Modifier and Type Method Description static WebConfigurationWebConfiguration. getInstance(ExternalContext extContext)Return the WebConfiguration instance for this application. -
Uses of ExternalContext in com.sun.faces.config.initfacescontext
Subclasses of ExternalContext in com.sun.faces.config.initfacescontext Modifier and Type Class Description classServletContextAdapter -
Uses of ExternalContext in com.sun.faces.context
Subclasses of ExternalContext in com.sun.faces.context Modifier and Type Class Description classExternalContextImplThis implementation ofExternalContextis specific to the servlet implementation.Methods in com.sun.faces.context that return ExternalContext Modifier and Type Method Description ExternalContextExternalContextFactoryImpl. getExternalContext(Object servletContext, Object request, Object response)ExternalContextFacesContextImpl. getExternalContext()Constructors in com.sun.faces.context with parameters of type ExternalContext Constructor Description FacesContextImpl(ExternalContext ec, Lifecycle lifecycle) -
Uses of ExternalContext in com.sun.faces.spi
Methods in com.sun.faces.spi with parameters of type ExternalContext Modifier and Type Method Description static InjectionProviderInjectionProviderFactory. createInstance(ExternalContext extContext)Creates a new instance of the class specified by thecom.sun.faces.InjectionProvidersystem property.static SerializationProviderSerializationProviderFactory. createInstance(ExternalContext extContext)Creates a new instance of the class specified by thecom.sun.faces.InjectionProvidersystem property. -
Uses of ExternalContext in com.sun.faces.util
Methods in com.sun.faces.util with parameters of type ExternalContext Modifier and Type Method Description static jakarta.servlet.http.HttpServletMappingUtil. getFirstWildCardMappingToFacesServlet(ExternalContext externalContext)static booleanUtil. isResourceExactMappedToFacesServlet(ExternalContext externalContext, String resource)Checks if the FacesServlet is exact mapped to the given resource. -
Uses of ExternalContext in jakarta.faces.context
Subclasses of ExternalContext in jakarta.faces.context Modifier and Type Class Description classExternalContextWrapperProvides a simple implementation ofExternalContextthat can be subclassed by developers wishing to provide specialized behavior to an existingExternalContextinstance.Methods in jakarta.faces.context that return ExternalContext Modifier and Type Method Description abstract 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()ExternalContextFacesContextWrapper. getExternalContext()The default behavior of this method is to callFacesContext.getExternalContext()on the wrappedFacesContextobject.ExternalContextExternalContextWrapper. 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.
-