Uses of Interface
jakarta.servlet.ServletContext
Packages that use ServletContext
Package
Description
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
The jakarta.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library.
-
Uses of ServletContext in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type ServletContextModifier and TypeMethodDescriptionstatic voidApplicationAssociate.clearInstance(ServletContext servletContext) static ApplicationAssociateApplicationAssociate.getInstance(ServletContext context) Constructors in com.sun.faces.application with parameters of type ServletContext -
Uses of ServletContext in com.sun.faces.config
Methods in com.sun.faces.config that return ServletContextMethods in com.sun.faces.config with parameters of type ServletContextModifier and TypeMethodDescriptionstatic voidFacesInitializer.addAnnotatedClasses(Set<Class<?>> classes, ServletContext servletContext) voidInitFacesContext.addServletContextEntryForInitContext(ServletContext servletContext) static voidInitFacesContext.cleanupInitMaps(ServletContext servletContext) Clean up entries from the threadInitContext and initContextServletContext maps using a ServletContext.static ConfigManagerConfigManager.createInstance(ServletContext servletContext) voidConfigManager.destroy(ServletContext servletContext, FacesContext facesContext) This method will remove any information about the application.static ConfigManagerConfigManager.getInstance(ServletContext servletContext) static InitFacesContextInitFacesContext.getInstance(ServletContext servletContext) static WebConfigurationWebConfiguration.getInstance(ServletContext servletContext) Return the WebConfiguration instance for this application.static WebConfigurationWebConfiguration.getInstanceWithoutCreating(ServletContext servletContext) booleanConfigManager.hasBeenInitialized(ServletContext servletContext) voidConfigManager.initialize(ServletContext servletContext, InitFacesContext facesContext) This method bootstraps Faces based on the parsed configuration resources.voidFacesInitializer.onStartup(Set<Class<?>> classes, ServletContext servletContext) voidFacesInitializer2.onStartup(Set<Class<?>> classes, ServletContext servletContext) voidInitFacesContext.reInitializeExternalContext(ServletContext sc) static voidConfigManager.removeInstance(ServletContext servletContext) Constructors in com.sun.faces.config with parameters of type ServletContext -
Uses of ServletContext in com.sun.faces.config.configprovider
Methods in com.sun.faces.config.configprovider with parameters of type ServletContextModifier and TypeMethodDescriptionprotected URIBaseWebConfigResourceProvider.getContextURLForPath(ServletContext context, String path) BaseWebConfigResourceProvider.getResources(ServletContext context) MetaInfFaceletTaglibraryConfigProvider.getResources(ServletContext context) MetaInfFacesConfigResourceProvider.getResources(ServletContext context) WebAppFlowConfigResourceProvider.getResources(ServletContext context) WebFacesConfigResourceProvider.getResources(ServletContext context) -
Uses of ServletContext in com.sun.faces.config.initfacescontext
Constructors in com.sun.faces.config.initfacescontext with parameters of type ServletContext -
Uses of ServletContext in com.sun.faces.config.manager
Methods in com.sun.faces.config.manager with parameters of type ServletContextModifier and TypeMethodDescriptionstatic SchemaDbfFactory.getSchema(ServletContext servletContext, FacesSchema schemaId) Get the schema for the given schema id.static SchemaDbfFactory.getSchema(ServletContext servletContext, String documentNS, String version, String localName) Get the schema for the given schema id.static DocumentInfo[]Documents.getXMLDocuments(ServletContext servletContext, List<ConfigurationResourceProvider> providers, ExecutorService executor, boolean validating) Obtains an array ofDocuments to be processedstatic voidDbfFactory.removeSchemaMap(ServletContext servletContext) Remove the schema map from the servlet context. -
Uses of ServletContext in com.sun.faces.config.manager.spi
Constructors in com.sun.faces.config.manager.spi with parameters of type ServletContextModifierConstructorDescriptionCreates a newAnnotationScannerinstance.FilterClassesFromFacesInitializerAnnotationProvider(ServletContext servletContext) -
Uses of ServletContext in com.sun.faces.config.manager.tasks
Constructors in com.sun.faces.config.manager.tasks with parameters of type ServletContextModifierConstructorDescriptionFindAnnotatedConfigClasses(ServletContext servletContext, InitFacesContext facesContext, ProvideMetadataToAnnotationScanTask metadataGetter) FindConfigResourceURIsTask(ConfigurationResourceProvider provider, ServletContext servletContext) Constructs a newURITaskinstance.ParseConfigResourceToDOMTask(ServletContext servletContext, boolean validating, URI documentURI) Constructs a new ParseTask instance -
Uses of ServletContext in com.sun.faces.config.processor
Methods in com.sun.faces.config.processor with parameters of type ServletContextModifier and TypeMethodDescriptionprotected ObjectAbstractConfigProcessor.createInstance(ServletContext sc, FacesContext facesContext, String className, Class<?> rootType, Object root, Node source) protected ObjectAbstractConfigProcessor.createInstance(ServletContext sc, FacesContext facesContext, String className, Class<?> rootType, Object root, Node source, boolean performInjection, boolean[] didPerformInjection) protected ObjectAbstractConfigProcessor.createInstance(ServletContext sc, FacesContext facesContext, String className, Node source) voidAbstractConfigProcessor.destroy(ServletContext sc, FacesContext facesContext) voidApplicationConfigProcessor.destroy(ServletContext sc, FacesContext facesContext) voidConfigProcessor.destroy(ServletContext servletContext, FacesContext facesContext) voidLifecycleConfigProcessor.destroy(ServletContext sc, FacesContext facesContext) protected voidAbstractConfigProcessor.destroyInstance(ServletContext sc, FacesContext facesContext, String className, Object instance) protected Class<?> AbstractConfigProcessor.findRootType(ServletContext sc, FacesContext facesContext, String source, Node sourceNode, Class<?>[] ctorArguments) voidAbstractConfigProcessor.initializeClassMetadataMap(ServletContext servletContext, FacesContext facesContext) voidConfigProcessor.initializeClassMetadataMap(ServletContext servletContext, FacesContext facesContext) Called to initialize the per-application metadata used by the ConfigProcessorprotected Class<?> AbstractConfigProcessor.loadClass(ServletContext sc, FacesContext facesContext, String className, Object fallback, Class<?> expectedType) voidApplicationConfigProcessor.process(ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) voidBehaviorConfigProcessor.process(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) voidComponentConfigProcessor.process(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) voidConfigProcessor.process(ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) Process the array ofDocuments.voidConverterConfigProcessor.process(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) voidFaceletTaglibConfigProcessor.process(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) voidFacesConfigExtensionProcessor.process(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) voidFacesFlowDefinitionConfigProcessor.process(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) voidFactoryConfigProcessor.process(ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) voidLifecycleConfigProcessor.process(ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) voidNavigationConfigProcessor.process(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) voidProtectedViewsConfigProcessor.process(ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) voidRenderKitConfigProcessor.process(ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) voidResourceLibraryContractsConfigProcessor.process(ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) Process the configuration documents.voidValidatorConfigProcessor.process(ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) -
Uses of ServletContext in com.sun.faces.context
Methods in com.sun.faces.context with parameters of type ServletContextModifier and TypeMethodDescriptionstatic ObjectContextParamUtils.getValue(ServletContext servletContext, ContextParam contextParam) Get the value.static <T> TContextParamUtils.getValue(ServletContext servletContext, ContextParam contextParam, Class<T> clazz) Get the value.Constructors in com.sun.faces.context with parameters of type ServletContextModifierConstructorDescriptionApplicationMap(ServletContext servletContext) ExternalContextImpl(ServletContext sc, ServletRequest request, ServletResponse response) InitParameterMap(ServletContext newServletContext) -
Uses of ServletContext in com.sun.faces.spi
Fields in com.sun.faces.spi declared as ServletContextMethods in com.sun.faces.spi with parameters of type ServletContextModifier and TypeMethodDescriptionstatic AnnotationProviderAnnotationProviderFactory.createAnnotationProvider(ServletContext sc) voidHighAvailabilityEnabler.enableHighAvailability(ServletContext ctx) AnnotationScanner.getAnnotatedClassesInCurrentModule(ServletContext extContext) ConfigurationResourceProvider.getResources(ServletContext context) Constructors in com.sun.faces.spi with parameters of type ServletContext -
Uses of ServletContext in com.sun.faces.util
Methods in com.sun.faces.util with parameters of type ServletContextModifier and TypeMethodDescriptionstatic String[]Util.split(ServletContext sc, String toSplit, String regex) -
Uses of ServletContext in jakarta.servlet
Methods in jakarta.servlet that return ServletContextModifier and TypeMethodDescriptionServletContext.getContext(String uripath) Returns aServletContextobject that corresponds to a specified URL on the server.FilterConfig.getServletContext()Returns a reference to theServletContextin which the caller is executing.GenericFilter.getServletContext()Returns a reference to theServletContextin which this filter is running.GenericServlet.getServletContext()Returns a reference to theServletContextin which this servlet is running.ServletConfig.getServletContext()Returns a reference to theServletContextin which the caller is executing.ServletContextEvent.getServletContext()Return the ServletContext that changed.ServletRequest.getServletContext()Gets the servlet context to which this ServletRequest was last dispatched.ServletRequestEvent.getServletContext()Returns the ServletContext of this web application.ServletRequestWrapper.getServletContext()Gets the servlet context to which the wrapped servlet request was last dispatched.Methods in jakarta.servlet with parameters of type ServletContextModifier and TypeMethodDescriptionvoidAsyncContext.dispatch(ServletContext context, String path) Dispatches the request and response objects of this AsyncContext to the given path scoped to the given context.voidServletContainerInitializer.onStartup(Set<Class<?>> c, ServletContext ctx) Notifies this ServletContainerInitializer of the startup of the application represented by the given ServletContext.Constructors in jakarta.servlet with parameters of type ServletContextModifierConstructorDescriptionServletContextAttributeEvent(ServletContext source, String name, Object value) Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.ServletContextEvent(ServletContext source) Construct a ServletContextEvent from the given context.ServletRequestAttributeEvent(ServletContext sc, ServletRequest request, String name, Object value) Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.ServletRequestEvent(ServletContext sc, ServletRequest request) Construct a ServletRequestEvent for the given ServletContext and ServletRequest. -
Uses of ServletContext in jakarta.servlet.http
Methods in jakarta.servlet.http that return ServletContextModifier and TypeMethodDescriptionHttpSession.getServletContext()Returns the ServletContext to which this session belongs. -
Uses of ServletContext in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return ServletContextModifier and TypeMethodDescriptionabstract ServletContextPageContext.getServletContext()The ServletContext instance.Methods in jakarta.servlet.jsp with parameters of type ServletContextModifier and TypeMethodDescriptionabstract JspApplicationContextJspFactory.getJspApplicationContext(ServletContext context) Obtains theJspApplicationContextinstance associated with the web application for the givenServletContext. -
Uses of ServletContext in jakarta.servlet.jsp.jstl.core
Methods in jakarta.servlet.jsp.jstl.core with parameters of type ServletContextModifier and TypeMethodDescriptionstatic ObjectConfig.get(ServletContext context, String name) Looks up a configuration variable in the "application" scope.static voidConfig.remove(ServletContext context, String name) Removes a configuration variable from the "application" scope.static voidConfig.set(ServletContext context, String name, Object value) Sets the value of a configuration variable in the "application" scope.