Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.context Classes and Interfaces - 66 results found.
NameDescriptionTypePackageFramework
AbstractContextLoaderInitializerConvenient base class for WebApplicationInitializer implementationsthat register a ContextLoaderListener in the servlet context.Classorg.springframework.web.contextSpring MVC
AbstractRefreshableWebApplicationContextAbstractRefreshableApplicationContextsubclass which implements theClassorg.springframework.web.context.supportSpring MVC
AbstractRequestAttributesAbstract support class for RequestAttributes implementations,offering a request completion mechanism for request-specific destructionClassorg.springframework.web.context.requestSpring MVC
AbstractRequestAttributesScopeAbstract Scope implementation that reads from a particular scopein the current thread-bound RequestAttributes object.Classorg.springframework.web.context.requestSpring MVC
AnnotationConfigWebApplicationContextWebApplicationContext@Configuration-annotatedClassorg.springframework.web.context.supportSpring MVC
AsyncWebRequestInterfaceorg.springframework.web.context.request.asyncSpring MVC
AsyncWebRequestInterceptorasynchronous request handling.Interfaceorg.springframework.web.context.requestSpring MVC
CallableProcessingInterceptorIntercepts concurrent request handling, where the concurrent result isobtained by executing a Callable on behalf of the application withInterfaceorg.springframework.web.context.request.asyncSpring MVC
CallableProcessingInterceptorAdapterAbstract adapter class for the CallableProcessingInterceptor interface,for simplified implementation of individual methods.Classorg.springframework.web.context.request.asyncSpring MVC
ConfigurableWebApplicationContextInterface to be implemented by configurable web application contexts.Interfaceorg.springframework.web.contextSpring MVC
ConfigurableWebEnvironmentSpecialization of ConfigurableEnvironment allowing initialization ofservlet-related PropertySource objects at theInterfaceorg.springframework.web.contextSpring MVC
ContextCleanupListenerWeb application listener that cleans up remaining disposable attributesin the ServletContext, i.Classorg.springframework.web.contextSpring MVC
ContextExposingHttpServletRequestHttpServletRequest decorator that makes all Spring beans in agiven WebApplicationContext accessible as request attributes,Classorg.springframework.web.context.supportSpring MVC
ContextLoaderPerforms the actual initialization work for the root application context.Classorg.springframework.web.contextSpring MVC
ContextLoaderListenerBootstrap listener to start up and shut down Spring's root WebApplicationContext.Classorg.springframework.web.contextSpring MVC
DeferredResultDeferredResult provides an alternative to using a Callable forasynchronous request processing.Classorg.springframework.web.context.request.asyncSpring MVC
DeferredResult .DeferredResultHandlerHandles a DeferredResult value when set.Interfaceorg.springframework.web.context.request.async.DeferredResultSpring MVC
DeferredResultProcessingInterceptorIntercepts concurrent request handling, where the concurrent result isobtained by waiting for a DeferredResult to be set from a threadInterfaceorg.springframework.web.context.request.asyncSpring MVC
DeferredResultProcessingInterceptorAdapterAbstract adapter class for the DeferredResultProcessingInterceptorinterface for simplified implementation of individual methods.Classorg.springframework.web.context.request.asyncSpring MVC
DestructionCallbackBindingListenerAdapter that implements the Servlet HttpSessionBindingListener interface,wrapping a session destruction callback.Classorg.springframework.web.context.requestSpring MVC
FacesRequestAttributesRequestAttributes adapter for a JSF FacesContext.Classorg.springframework.web.context.requestSpring MVC
FacesWebRequestWebRequest adapter for a JSF FacesContext.Classorg.springframework.web.context.requestSpring MVC
GenericWebApplicationContextSubclass of GenericApplicationContext, suitable for web environments.Classorg.springframework.web.context.supportSpring MVC
GroovyWebApplicationContextWebApplicationContext implementation which takesits configuration from Groovy bean definition scripts and/or XML files, as understood byClassorg.springframework.web.context.supportSpring MVC
HttpRequestHandlerServletSimple HttpServlet that delegates to an HttpRequestHandler bean definedin Spring's root web application context.Classorg.springframework.web.context.supportSpring MVC
LiveBeansViewServletServlet variant of LiveBeansView's MBean exposure.Classorg.springframework.web.context.supportSpring MVC
Log4jNestedDiagnosticContextInterceptorRequest logging interceptor that adds a request context message to theLog4J nested diagnostic context (NDC) before the request is processed,Classorg.springframework.web.context.requestSpring MVC
NativeWebRequestExtension of the WebRequest interface, exposing thenative request and response objects in a generic fashion.Interfaceorg.springframework.web.context.requestSpring MVC
NoSupportAsyncWebRequestAn AsyncWebRequest to use when there is no underlying async support.Classorg.springframework.web.context.request.asyncSpring MVC
RequestAttributesAbstraction for accessing attribute objects associated with a request.Interfaceorg.springframework.web.context.requestSpring MVC
RequestContextHolderHolder class to expose the web request in the form of a thread-boundRequestAttributes object.Classorg.springframework.web.context.requestSpring MVC
RequestContextListenerServlet listener that exposes the request to the current thread,through both LocaleContextHolder andClassorg.springframework.web.context.requestSpring MVC
RequestHandledEventEvent raised when a request is handled within an ApplicationContext.Classorg.springframework.web.context.supportSpring MVC
RequestScopeRequest-backed ScopeRelies on a thread-bound RequestAttributes instance, whichClassorg.springframework.web.context.requestSpring MVC
ServletConfigAwareInterface to be implemented by any object that wishes to be notified of theServletConfig (typically determined by the WebApplicationContext)Interfaceorg.springframework.web.contextSpring MVC
ServletConfigPropertySourcePropertySource that reads init parameters from a ServletConfig object.Classorg.springframework.web.context.supportSpring MVC
ServletContextAttributeExporterExporter that takes Spring-defined objects and exposes them asServletContext attributes.Classorg.springframework.web.context.supportSpring MVC
ServletContextAttributeFactoryBeanFactoryBean that fetches a specific, existing ServletContext attribute.Classorg.springframework.web.context.supportSpring MVC
ServletContextAwareInterface to be implemented by any object that wishes to be notified of theServletContext (typically determined by the WebApplicationContext)Interfaceorg.springframework.web.contextSpring MVC
ServletContextAwareProcessorthe ServletContextAware interface.Classorg.springframework.web.context.supportSpring MVC
ServletContextLiveBeansViewLiveBeansView subclass which looks for all ApplicationContextsin the web application, as exposed in ServletContext attributes.Classorg.springframework.web.context.supportSpring MVC
ServletContextParameterFactoryBeanFactoryBean that retrieves a specific ServletContext init parameter(that is, a context-param defined in web.Classorg.springframework.web.context.supportSpring MVC
ServletContextPropertySourcePropertySource that reads init parameters from a ServletContext object.Classorg.springframework.web.context.supportSpring MVC
ServletContextResourceResource implementation forServletContext resources, interpretingClassorg.springframework.web.context.supportSpring MVC
ServletContextResourceLoaderResourceLoader implementation that resolves paths as ServletContextresources, for use outside a WebApplicationContext (for example,Classorg.springframework.web.context.supportSpring MVC
ServletContextResourcePatternResolverServletContext-aware subclass of PathMatchingResourcePatternResolver,able to find matching resources below the web application root directoryClassorg.springframework.web.context.supportSpring MVC
ServletContextScopeScope wrapper for a ServletContext, i.Classorg.springframework.web.context.supportSpring MVC
ServletRequestAttributesServlet-based implementation of the RequestAttributes interface.Classorg.springframework.web.context.requestSpring MVC
ServletRequestHandledEventServlet-specific subclass of RequestHandledEvent,adding servlet-specific context information.Classorg.springframework.web.context.supportSpring MVC
ServletWebRequestWebRequest adapter for an HttpServletRequest.Classorg.springframework.web.context.requestSpring MVC
SessionScopeSession-backed ScopeRelies on a thread-bound RequestAttributes instance, whichClassorg.springframework.web.context.requestSpring MVC
SpringBeanAutowiringSupportConvenient base class for self-autowiring classes that gets constructedwithin a Spring-based web application.Classorg.springframework.web.context.supportSpring MVC
StandardServletAsyncWebRequestA Servlet 3.Classorg.springframework.web.context.request.asyncSpring MVC
StandardServletEnvironmentEnvironment implementation to be used by Servlet-based webapplications.Classorg.springframework.web.context.supportSpring MVC
StaticWebApplicationContextStatic WebApplicationContextinterface to allow for direct replacement of an XmlWebApplicationContext,Classorg.springframework.web.context.supportSpring MVC
TimeoutCallableProcessingInterceptorSends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed.Classorg.springframework.web.context.request.asyncSpring MVC
TimeoutDeferredResultProcessingInterceptorSends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed.Classorg.springframework.web.context.request.asyncSpring MVC
WebApplicationContextInterface to provide configuration for a web application.Interfaceorg.springframework.web.contextSpring MVC
WebApplicationContextUtilsConvenience methods for retrieving the root WebApplicationContext fora given ServletContext.Classorg.springframework.web.context.supportSpring MVC
WebApplicationObjectSupportConvenient superclass for application objects running in a WebApplicationContext.Classorg.springframework.web.context.supportSpring MVC
WebAsyncManagerThe central class for managing asynchronous request processing, mainly intendedas an SPI and not typically used directly by application classes.Classorg.springframework.web.context.request.asyncSpring MVC
WebAsyncTaskHolder for a Callable, a timeout value, and a task executor.Classorg.springframework.web.context.request.asyncSpring MVC
WebAsyncUtilsUtility methods related to processing asynchronous web requests.Classorg.springframework.web.context.request.asyncSpring MVC
WebRequestGeneric interface for a web request.Interfaceorg.springframework.web.context.requestSpring MVC
WebRequestInterceptorInterface for general web request interception.Interfaceorg.springframework.web.context.requestSpring MVC
XmlWebApplicationContextWebApplicationContext implementationwhich takes its configuration from XML documents, understood by anClassorg.springframework.web.context.supportSpring MVC