Uses of Interface
org.springframework.web.context.ServletContextAware
Packages that use ServletContextAware
Package
Description
This package contains classes used to determine the requested the media types in a request.
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes.Provides generic filter base classes allowing for bean-style configuration.
Support classes for the multipart resolution framework.
-
Uses of ServletContextAware in org.springframework.web.accept
Classes in org.springframework.web.accept that implement ServletContextAwareModifier and TypeClassDescriptionclassFactory to create aContentNegotiationManagerand configure it withContentNegotiationStrategyinstances. -
Uses of ServletContextAware in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement ServletContextAwareModifier and TypeClassDescriptionclassExporter that takes Spring-defined objects and exposes them as ServletContext attributes.classFactoryBeanthat fetches a specific, existing ServletContext attribute.classFactoryBeanthat retrieves a specific ServletContext init parameter (that is, a "context-param" defined inweb.xml).classConvenient superclass for application objects running in aWebApplicationContext. -
Uses of ServletContextAware in org.springframework.web.filter
Classes in org.springframework.web.filter that implement ServletContextAwareModifier and TypeClassDescriptionclassBase class forFilters that perform logging operations before and after a request is processed.classServlet Filter that allows one to specify a character encoding for requests.classSimple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.classFilterto handle CORS pre-flight requests and intercept CORS simple and actual requests with aCorsProcessor, and to update the response, for example, with CORS response headers, based on the policy matched through the providedCorsConfigurationSource.classProxy for a standard Servlet Filter, delegating to a Spring-managed bean that implements the Filter interface.classFilterthat parses form data for HTTP PUT, PATCH, and DELETE requests and exposes it as Servlet request parameters.classExtract values from "Forwarded" and "X-Forwarded-*" headers, wrap the request and response, and make they reflect the client-originated protocol and address in the following methods:getServerName()getServerPort()getScheme()isSecure()sendRedirect(String).classSimple base implementation ofFilterwhich treats its config parameters (init-paramentries within thefiltertag inweb.xml) as bean properties.classFilterthat converts posted method parameters into HTTP methods, retrievable viaHttpServletRequest.getMethod().classFilter base class that aims to guarantee a single execution per request dispatch, on any servlet container.classOverridesHttpServletResponse.sendRedirect(String)and handles it by setting the HTTP status and "Location" headers, which keeps the Servlet container from re-writing relative redirect URLs into absolute ones.classServlet Filter that exposes the request to the current thread, through bothLocaleContextHolderandRequestContextHolder.classFilterthat createsobservationsfor HTTP exchanges.classSimple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.classFilterthat generates anETagvalue based on the content on the response.final classFilterthat modifies the URL, and then redirects or wraps the request to apply the change. -
Uses of ServletContextAware in org.springframework.web.multipart.support
Classes in org.springframework.web.multipart.support that implement ServletContextAwareModifier and TypeClassDescriptionclassServlet Filter that resolves multipart requests via aMultipartResolver.