Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.context.request Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
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
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
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
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
RequestScopeRequest-backed ScopeRelies on a thread-bound RequestAttributes instance, whichClassorg.springframework.web.context.requestSpring MVC
ServletRequestAttributesServlet-based implementation of the RequestAttributes interface.Classorg.springframework.web.context.requestSpring 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
StandardServletAsyncWebRequestA Servlet 3.Classorg.springframework.web.context.request.asyncSpring 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
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