JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
spring-web
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.springframework.http
,
org.springframework.http.client
,
org.springframework.http.client.support
,
org.springframework.http.converter
,
org.springframework.http.converter.feed
,
org.springframework.http.converter.json
,
org.springframework.http.converter.protobuf
,
org.springframework.http.converter.support
,
org.springframework.http.converter.xml
,
org.springframework.http.server
,
org.springframework.remoting.caucho
,
org.springframework.remoting.httpinvoker
,
org.springframework.remoting.jaxws
,
org.springframework.web
,
org.springframework.web.accept
,
org.springframework.web.bind
,
org.springframework.web.bind.annotation
,
org.springframework.web.bind.annotation.support
,
org.springframework.web.bind.support
,
org.springframework.web.client
,
org.springframework.web.client.support
,
org.springframework.web.context
,
org.springframework.web.context.request
,
org.springframework.web.context.request.async
,
org.springframework.web.context.support
,
org.springframework.web.cors
,
org.springframework.web.filter
,
org.springframework.web.jsf
,
org.springframework.web.jsf.el
,
org.springframework.web.method
,
org.springframework.web.method.annotation
,
org.springframework.web.method.support
,
org.springframework.web.multipart
,
org.springframework.web.multipart.commons
,
org.springframework.web.multipart.support
,
org.springframework.web.util
Class Hierarchy
java.lang.
Object
org.springframework.http.client.
AbstractClientHttpRequest
(implements org.springframework.http.client.
ClientHttpRequest
)
org.springframework.http.client.
AbstractClientHttpRequestFactoryWrapper
(implements org.springframework.http.client.
ClientHttpRequestFactory
)
org.springframework.http.client.
BufferingClientHttpRequestFactory
org.springframework.http.client.
InterceptingClientHttpRequestFactory
org.springframework.http.client.
AbstractClientHttpResponse
(implements org.springframework.http.client.
ClientHttpResponse
)
org.springframework.web.context.
AbstractContextLoaderInitializer
(implements org.springframework.web.
WebApplicationInitializer
)
org.springframework.core.env.AbstractEnvironment (implements org.springframework.core.env.ConfigurableEnvironment)
org.springframework.core.env.StandardEnvironment
org.springframework.web.context.support.
StandardServletEnvironment
(implements org.springframework.web.context.
ConfigurableWebEnvironment
)
org.springframework.remoting.httpinvoker.
AbstractHttpInvokerRequestExecutor
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.remoting.httpinvoker.
HttpInvokerRequestExecutor
)
org.springframework.remoting.httpinvoker.
HttpComponentsHttpInvokerRequestExecutor
org.springframework.remoting.httpinvoker.
SimpleHttpInvokerRequestExecutor
org.springframework.http.converter.
AbstractHttpMessageConverter
<T> (implements org.springframework.http.converter.
HttpMessageConverter
<T>)
org.springframework.http.converter.
AbstractGenericHttpMessageConverter
<T> (implements org.springframework.http.converter.
GenericHttpMessageConverter
<T>)
org.springframework.http.converter.json.
AbstractJackson2HttpMessageConverter
(implements org.springframework.http.converter.
GenericHttpMessageConverter
<T>)
org.springframework.http.converter.json.
MappingJackson2HttpMessageConverter
org.springframework.http.converter.xml.
MappingJackson2XmlHttpMessageConverter
org.springframework.http.converter.json.
GsonHttpMessageConverter
(implements org.springframework.http.converter.
GenericHttpMessageConverter
<T>)
org.springframework.http.converter.feed.
AbstractWireFeedHttpMessageConverter
<T>
org.springframework.http.converter.feed.
AtomFeedHttpMessageConverter
org.springframework.http.converter.feed.
RssChannelHttpMessageConverter
org.springframework.http.converter.xml.
AbstractXmlHttpMessageConverter
<T>
org.springframework.http.converter.xml.
AbstractJaxb2HttpMessageConverter
<T>
org.springframework.http.converter.xml.
Jaxb2CollectionHttpMessageConverter
<T> (implements org.springframework.http.converter.
GenericHttpMessageConverter
<T>)
org.springframework.http.converter.xml.
Jaxb2RootElementHttpMessageConverter
org.springframework.http.converter.xml.
MarshallingHttpMessageConverter
org.springframework.http.converter.
ByteArrayHttpMessageConverter
org.springframework.http.converter.
ObjectToStringHttpMessageConverter
org.springframework.http.converter.protobuf.
ProtobufHttpMessageConverter
org.springframework.http.converter.
ResourceHttpMessageConverter
org.springframework.http.converter.xml.
SourceHttpMessageConverter
<T>
org.springframework.http.converter.
StringHttpMessageConverter
org.springframework.remoting.jaxws.
AbstractJaxWsServiceExporter
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
org.springframework.remoting.jaxws.
SimpleHttpServerJaxWsServiceExporter
org.springframework.remoting.jaxws.
SimpleJaxWsServiceExporter
org.springframework.web.method.annotation.
AbstractNamedValueMethodArgumentResolver
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
)
org.springframework.web.method.annotation.
AbstractCookieValueMethodArgumentResolver
org.springframework.web.method.annotation.
ExpressionValueMethodArgumentResolver
org.springframework.web.method.annotation.
RequestHeaderMethodArgumentResolver
org.springframework.web.method.annotation.
RequestParamMethodArgumentResolver
(implements org.springframework.web.method.support.
UriComponentsContributor
)
org.springframework.web.method.annotation.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo
org.springframework.web.context.request.
AbstractRequestAttributes
(implements org.springframework.web.context.request.
RequestAttributes
)
org.springframework.web.context.request.
ServletRequestAttributes
org.springframework.web.context.request.
ServletWebRequest
(implements org.springframework.web.context.request.
NativeWebRequest
)
org.springframework.web.context.request.async.
NoSupportAsyncWebRequest
(implements org.springframework.web.context.request.async.
AsyncWebRequest
)
org.springframework.web.context.request.async.
StandardServletAsyncWebRequest
(implements javax.servlet.
AsyncListener
, org.springframework.web.context.request.async.
AsyncWebRequest
)
org.springframework.web.context.request.
AbstractRequestAttributesScope
(implements org.springframework.beans.factory.config.Scope)
org.springframework.web.context.request.
RequestScope
org.springframework.web.context.request.
SessionScope
org.springframework.core.io.AbstractResource (implements org.springframework.core.io.Resource)
org.springframework.core.io.AbstractFileResolvingResource
org.springframework.web.context.support.
ServletContextResource
(implements org.springframework.core.io.ContextResource)
org.springframework.web.method.annotation.
AbstractWebArgumentResolverAdapter
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
)
org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
org.springframework.web.context.support.
WebApplicationObjectSupport
(implements org.springframework.web.context.
ServletContextAware
)
org.springframework.http.client.support.
AsyncHttpAccessor
org.springframework.web.client.
AsyncRestTemplate
(implements org.springframework.web.client.
AsyncRestOperations
)
org.springframework.http.converter.
BufferedImageHttpMessageConverter
(implements org.springframework.http.converter.
HttpMessageConverter
<T>)
org.springframework.http.
CacheControl
org.springframework.web.context.request.async.
CallableProcessingInterceptorAdapter
(implements org.springframework.web.context.request.async.
CallableProcessingInterceptor
)
org.springframework.web.context.request.async.
TimeoutCallableProcessingInterceptor
org.springframework.web.multipart.commons.
CommonsFileUploadSupport
org.springframework.web.multipart.commons.
CommonsMultipartResolver
(implements org.springframework.web.multipart.
MultipartResolver
, org.springframework.web.context.
ServletContextAware
)
org.springframework.web.multipart.commons.
CommonsFileUploadSupport.MultipartParsingResult
org.springframework.web.multipart.commons.
CommonsMultipartFile
(implements org.springframework.web.multipart.
MultipartFile
, java.io.
Serializable
)
org.springframework.web.filter.
CompositeFilter
(implements javax.servlet.
Filter
)
org.springframework.web.method.support.
CompositeUriComponentsContributor
(implements org.springframework.web.method.support.
UriComponentsContributor
)
org.springframework.web.bind.support.
ConfigurableWebBindingInitializer
(implements org.springframework.web.bind.support.
WebBindingInitializer
)
org.springframework.web.accept.
ContentNegotiationManager
(implements org.springframework.web.accept.
ContentNegotiationStrategy
, org.springframework.web.accept.
MediaTypeFileExtensionResolver
)
org.springframework.web.accept.
ContentNegotiationManagerFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.
ServletContextAware
)
org.springframework.web.context.
ContextCleanupListener
(implements javax.servlet.
ServletContextListener
)
org.springframework.web.context.
ContextLoader
org.springframework.web.context.
ContextLoaderListener
(implements javax.servlet.
ServletContextListener
)
org.springframework.web.method.
ControllerAdviceBean
(implements org.springframework.core.Ordered)
org.springframework.web.util.
CookieGenerator
org.springframework.web.cors.
CorsConfiguration
org.springframework.web.cors.
CorsUtils
org.springframework.validation.DataBinder (implements org.springframework.beans.PropertyEditorRegistry, org.springframework.beans.TypeConverter)
org.springframework.web.bind.
WebDataBinder
org.springframework.web.bind.
ServletRequestDataBinder
org.springframework.web.bind.support.
WebRequestDataBinder
org.springframework.web.cors.
DefaultCorsProcessor
(implements org.springframework.web.cors.
CorsProcessor
)
org.springframework.web.bind.support.
DefaultDataBinderFactory
(implements org.springframework.web.bind.support.
WebDataBinderFactory
)
org.springframework.web.method.annotation.
InitBinderDataBinderFactory
org.springframework.core.io.DefaultResourceLoader (implements org.springframework.core.io.ResourceLoader)
org.springframework.context.support.AbstractApplicationContext (implements org.springframework.context.ConfigurableApplicationContext, org.springframework.beans.factory.DisposableBean)
org.springframework.context.support.AbstractRefreshableApplicationContext
org.springframework.context.support.AbstractRefreshableConfigApplicationContext (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean)
org.springframework.web.context.support.
AbstractRefreshableWebApplicationContext
(implements org.springframework.web.context.
ConfigurableWebApplicationContext
, org.springframework.ui.context.ThemeSource)
org.springframework.web.context.support.
AnnotationConfigWebApplicationContext
(implements org.springframework.context.annotation.AnnotationConfigRegistry)
org.springframework.web.context.support.
GroovyWebApplicationContext
(implements groovy.lang.GroovyObject)
org.springframework.web.context.support.
XmlWebApplicationContext
org.springframework.context.support.GenericApplicationContext (implements org.springframework.beans.factory.support.BeanDefinitionRegistry)
org.springframework.web.context.support.
GenericWebApplicationContext
(implements org.springframework.web.context.
ConfigurableWebApplicationContext
, org.springframework.ui.context.ThemeSource)
org.springframework.context.support.StaticApplicationContext
org.springframework.web.context.support.
StaticWebApplicationContext
(implements org.springframework.web.context.
ConfigurableWebApplicationContext
, org.springframework.ui.context.ThemeSource)
org.springframework.web.context.support.
ServletContextResourceLoader
org.springframework.web.client.
DefaultResponseErrorHandler
(implements org.springframework.web.client.
ResponseErrorHandler
)
org.springframework.web.bind.support.
DefaultSessionAttributeStore
(implements org.springframework.web.bind.support.
SessionAttributeStore
)
org.springframework.web.util.
DefaultUriTemplateHandler
(implements org.springframework.web.util.
UriTemplateHandler
)
org.springframework.web.context.request.async.
DeferredResult
<T>
org.springframework.web.context.request.async.
DeferredResultProcessingInterceptorAdapter
(implements org.springframework.web.context.request.async.
DeferredResultProcessingInterceptor
)
org.springframework.web.context.request.async.
TimeoutDeferredResultProcessingInterceptor
org.springframework.web.jsf.
DelegatingPhaseListenerMulticaster
(implements javax.faces.event.
PhaseListener
)
org.springframework.web.context.request.
DestructionCallbackBindingListener
(implements javax.servlet.http.
HttpSessionBindingListener
, java.io.
Serializable
)
javax.el.
ELResolver
org.springframework.beans.factory.access.el.SpringBeanELResolver
org.springframework.web.jsf.el.
SpringBeanFacesELResolver
org.springframework.web.jsf.el.
WebApplicationContextFacesELResolver
org.springframework.web.method.annotation.
ErrorsMethodArgumentResolver
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
)
org.springframework.web.bind.
EscapedErrors
(implements org.springframework.validation.Errors)
java.util.
EventObject
(implements java.io.
Serializable
)
org.springframework.context.ApplicationEvent
org.springframework.web.context.support.
RequestHandledEvent
org.springframework.web.context.support.
ServletRequestHandledEvent
org.springframework.web.method.annotation.
ExceptionHandlerMethodResolver
org.springframework.web.jsf.
FacesContextUtils
org.springframework.web.context.request.
FacesRequestAttributes
(implements org.springframework.web.context.request.
RequestAttributes
)
org.springframework.web.context.request.
FacesWebRequest
(implements org.springframework.web.context.request.
NativeWebRequest
)
org.springframework.web.accept.
FixedContentNegotiationStrategy
(implements org.springframework.web.accept.
ContentNegotiationStrategy
)
org.springframework.http.converter.
FormHttpMessageConverter
(implements org.springframework.http.converter.
HttpMessageConverter
<T>)
org.springframework.http.converter.support.
AllEncompassingFormHttpMessageConverter
org.springframework.http.converter.xml.
XmlAwareFormHttpMessageConverter
org.springframework.web.filter.
GenericFilterBean
(implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, javax.servlet.
Filter
, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.
ServletContextAware
)
org.springframework.web.filter.
DelegatingFilterProxy
org.springframework.web.filter.
OncePerRequestFilter
org.springframework.web.filter.
AbstractRequestLoggingFilter
org.springframework.web.filter.
CommonsRequestLoggingFilter
org.springframework.web.filter.
Log4jNestedDiagnosticContextFilter
org.springframework.web.filter.
ServletContextRequestLoggingFilter
org.springframework.web.filter.
CharacterEncodingFilter
org.springframework.web.filter.
CorsFilter
org.springframework.web.filter.
HiddenHttpMethodFilter
org.springframework.web.filter.
HttpPutFormContentFilter
org.springframework.web.multipart.support.
MultipartFilter
org.springframework.web.filter.
RequestContextFilter
org.springframework.web.filter.
ShallowEtagHeaderFilter
javax.servlet.
GenericServlet
(implements java.io.
Serializable
, javax.servlet.
Servlet
, javax.servlet.
ServletConfig
)
javax.servlet.http.
HttpServlet
org.springframework.web.context.support.
HttpRequestHandlerServlet
org.springframework.web.context.support.
LiveBeansViewServlet
org.springframework.http.converter.json.
GsonBuilderUtils
org.springframework.http.converter.json.
GsonFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
com.fasterxml.jackson.databind.cfg.
HandlerInstantiator
org.springframework.http.converter.json.
SpringHandlerInstantiator
org.springframework.web.method.
HandlerMethod
org.springframework.web.method.support.
InvocableHandlerMethod
org.springframework.web.method.support.
HandlerMethodArgumentResolverComposite
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
)
org.springframework.web.bind.annotation.support.
HandlerMethodInvoker
org.springframework.web.bind.annotation.support.
HandlerMethodResolver
org.springframework.web.method.support.
HandlerMethodReturnValueHandlerComposite
(implements org.springframework.web.method.support.
AsyncHandlerMethodReturnValueHandler
)
org.springframework.web.method.
HandlerMethodSelector
org.springframework.web.accept.
HeaderContentNegotiationStrategy
(implements org.springframework.web.accept.
ContentNegotiationStrategy
)
org.springframework.web.util.
HtmlUtils
org.springframework.http.client.support.
HttpAccessor
org.springframework.http.client.support.
InterceptingHttpAccessor
org.springframework.web.client.
RestTemplate
(implements org.springframework.web.client.
RestOperations
)
org.springframework.http.client.
HttpComponentsClientHttpRequestFactory
(implements org.springframework.http.client.
ClientHttpRequestFactory
, org.springframework.beans.factory.DisposableBean)
org.springframework.http.client.
HttpComponentsAsyncClientHttpRequestFactory
(implements org.springframework.http.client.
AsyncClientHttpRequestFactory
, org.springframework.beans.factory.InitializingBean)
org.springframework.http.
HttpEntity
<T>
org.springframework.http.
RequestEntity
<T>
org.springframework.http.
ResponseEntity
<T>
org.springframework.http.
HttpHeaders
(implements org.springframework.util.MultiValueMap<K,V>, java.io.
Serializable
)
org.springframework.web.client.
HttpMessageConverterExtractor
<T> (implements org.springframework.web.client.
ResponseExtractor
<T>)
org.springframework.http.
HttpRange
org.springframework.http.client.support.
HttpRequestWrapper
(implements org.springframework.http.
HttpRequest
)
org.springframework.web.util.
HttpSessionMutexListener
(implements javax.servlet.http.
HttpSessionListener
)
org.springframework.web.util.
IntrospectorCleanupListener
(implements javax.servlet.
ServletContextListener
)
org.springframework.http.converter.json.
Jackson2ObjectMapperBuilder
org.springframework.http.converter.json.
Jackson2ObjectMapperFactoryBean
(implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
org.springframework.web.util.
JavaScriptUtils
org.springframework.context.support.LiveBeansView (implements org.springframework.context.ApplicationContextAware, org.springframework.context.support.LiveBeansViewMBean)
org.springframework.web.context.support.
ServletContextLiveBeansView
org.springframework.remoting.jaxws.
LocalJaxWsServiceFactory
org.springframework.remoting.jaxws.
JaxWsPortClientInterceptor
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean, org.aopalliance.intercept.
MethodInterceptor
)
org.springframework.remoting.jaxws.
JaxWsPortProxyFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>)
org.springframework.remoting.jaxws.
LocalJaxWsServiceFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
org.springframework.web.util.
Log4jConfigListener
(implements javax.servlet.
ServletContextListener
)
org.springframework.web.context.request.
Log4jNestedDiagnosticContextInterceptor
(implements org.springframework.web.context.request.
AsyncWebRequestInterceptor
)
org.springframework.web.util.
Log4jWebConfigurer
org.springframework.web.method.annotation.
MapMethodProcessor
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
, org.springframework.web.method.support.
HandlerMethodReturnValueHandler
)
org.springframework.http.converter.json.
MappingJacksonInputMessage
(implements org.springframework.http.
HttpInputMessage
)
org.springframework.http.converter.json.
MappingJacksonValue
org.springframework.web.accept.
MappingMediaTypeFileExtensionResolver
(implements org.springframework.web.accept.
MediaTypeFileExtensionResolver
)
org.springframework.web.accept.
AbstractMappingContentNegotiationStrategy
(implements org.springframework.web.accept.
ContentNegotiationStrategy
, org.springframework.web.accept.
MediaTypeFileExtensionResolver
)
org.springframework.web.accept.
ParameterContentNegotiationStrategy
org.springframework.web.accept.
PathExtensionContentNegotiationStrategy
org.springframework.web.accept.
ServletPathExtensionContentNegotiationStrategy
org.springframework.core.MethodParameter
org.springframework.core.annotation.SynthesizingMethodParameter
org.springframework.web.method.
HandlerMethod.HandlerMethodParameter
org.springframework.util.MimeType (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.springframework.http.
MediaType
(implements java.io.
Serializable
)
org.springframework.web.method.support.
ModelAndViewContainer
org.springframework.web.method.annotation.
ModelAttributeMethodProcessor
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
, org.springframework.web.method.support.
HandlerMethodReturnValueHandler
)
org.springframework.web.method.annotation.
ModelFactory
org.springframework.web.method.annotation.
ModelMethodProcessor
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
, org.springframework.web.method.support.
HandlerMethodReturnValueHandler
)
org.springframework.beans.MutablePropertyValues (implements org.springframework.beans.PropertyValues, java.io.
Serializable
)
org.springframework.web.bind.
ServletRequestParameterPropertyValues
javax.faces.application.
NavigationHandler
org.springframework.web.jsf.
DecoratingNavigationHandler
org.springframework.web.jsf.
DelegatingNavigationHandlerProxy
org.springframework.http.client.
Netty4ClientHttpRequestFactory
(implements org.springframework.http.client.
AsyncClientHttpRequestFactory
, org.springframework.http.client.
ClientHttpRequestFactory
, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
org.springframework.http.client.
OkHttpClientHttpRequestFactory
(implements org.springframework.http.client.
AsyncClientHttpRequestFactory
, org.springframework.http.client.
ClientHttpRequestFactory
, org.springframework.beans.factory.DisposableBean)
org.springframework.core.io.support.PathMatchingResourcePatternResolver (implements org.springframework.core.io.support.ResourcePatternResolver)
org.springframework.web.context.support.
ServletContextResourcePatternResolver
java.beans.
PropertyEditorSupport
(implements java.beans.
PropertyEditor
)
org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
org.springframework.web.multipart.support.
ByteArrayMultipartFileEditor
org.springframework.http.
MediaTypeEditor
org.springframework.web.multipart.support.
StringMultipartFileEditor
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<T>
org.springframework.web.context.support.
ServletConfigPropertySource
org.springframework.web.context.support.
ServletContextPropertySource
org.springframework.http.client.support.
ProxyFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
org.springframework.remoting.support.RemotingSupport (implements org.springframework.beans.factory.BeanClassLoaderAware)
org.springframework.remoting.support.RemoteAccessor
org.springframework.remoting.support.UrlBasedRemoteAccessor (implements org.springframework.beans.factory.InitializingBean)
org.springframework.remoting.caucho.
BurlapClientInterceptor
(implements org.aopalliance.intercept.
MethodInterceptor
)
org.springframework.remoting.caucho.
BurlapProxyFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>)
org.springframework.remoting.caucho.
HessianClientInterceptor
(implements org.aopalliance.intercept.
MethodInterceptor
)
org.springframework.remoting.caucho.
HessianProxyFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>)
org.springframework.remoting.support.RemoteInvocationBasedAccessor
org.springframework.remoting.httpinvoker.
HttpInvokerClientInterceptor
(implements org.springframework.remoting.httpinvoker.
HttpInvokerClientConfiguration
, org.aopalliance.intercept.
MethodInterceptor
)
org.springframework.remoting.httpinvoker.
HttpInvokerProxyFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>)
org.springframework.remoting.support.RemoteExporter
org.springframework.remoting.caucho.
BurlapExporter
(implements org.springframework.beans.factory.InitializingBean)
org.springframework.remoting.caucho.
BurlapServiceExporter
(implements org.springframework.web.
HttpRequestHandler
)
org.springframework.remoting.caucho.
SimpleBurlapServiceExporter
(implements com.sun.net.httpserver.HttpHandler)
org.springframework.remoting.caucho.
HessianExporter
(implements org.springframework.beans.factory.InitializingBean)
org.springframework.remoting.caucho.
HessianServiceExporter
(implements org.springframework.web.
HttpRequestHandler
)
org.springframework.remoting.caucho.
SimpleHessianServiceExporter
(implements com.sun.net.httpserver.HttpHandler)
org.springframework.remoting.support.RemoteInvocationBasedExporter
org.springframework.remoting.rmi.RemoteInvocationSerializingExporter (implements org.springframework.beans.factory.InitializingBean)
org.springframework.remoting.httpinvoker.
HttpInvokerServiceExporter
(implements org.springframework.web.
HttpRequestHandler
)
org.springframework.remoting.httpinvoker.
SimpleHttpInvokerServiceExporter
(implements com.sun.net.httpserver.HttpHandler)
org.springframework.web.context.request.
RequestContextHolder
org.springframework.web.context.request.
RequestContextListener
(implements javax.servlet.
ServletRequestListener
)
org.springframework.web.method.annotation.
RequestHeaderMapMethodArgumentResolver
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
)
org.springframework.web.method.annotation.
RequestParamMapMethodArgumentResolver
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
)
org.springframework.web.client.support.
RestGatewaySupport
org.springframework.web.context.support.
ServletContextAttributeExporter
(implements org.springframework.web.context.
ServletContextAware
)
org.springframework.web.context.support.
ServletContextAttributeFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.web.context.
ServletContextAware
)
org.springframework.web.context.support.
ServletContextAwareProcessor
(implements org.springframework.beans.factory.config.BeanPostProcessor)
org.springframework.web.context.support.
ServletContextParameterFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.web.context.
ServletContextAware
)
org.springframework.web.util.
ServletContextPropertyUtils
org.springframework.web.context.support.
ServletContextScope
(implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.config.Scope)
org.springframework.web.bind.
ServletRequestUtils
javax.servlet.
ServletRequestWrapper
(implements javax.servlet.
ServletRequest
)
javax.servlet.http.
HttpServletRequestWrapper
(implements javax.servlet.http.
HttpServletRequest
)
org.springframework.web.multipart.support.
AbstractMultipartHttpServletRequest
(implements org.springframework.web.multipart.
MultipartHttpServletRequest
)
org.springframework.web.multipart.support.
DefaultMultipartHttpServletRequest
org.springframework.web.multipart.support.
StandardMultipartHttpServletRequest
org.springframework.web.util.
ContentCachingRequestWrapper
org.springframework.web.context.support.
ContextExposingHttpServletRequest
javax.servlet.
ServletResponseWrapper
(implements javax.servlet.
ServletResponse
)
javax.servlet.http.
HttpServletResponseWrapper
(implements javax.servlet.http.
HttpServletResponse
)
org.springframework.web.util.
ContentCachingResponseWrapper
org.springframework.http.server.
ServletServerHttpAsyncRequestControl
(implements javax.servlet.
AsyncListener
, org.springframework.http.server.
ServerHttpAsyncRequestControl
)
org.springframework.http.server.
ServletServerHttpRequest
(implements org.springframework.http.server.
ServerHttpRequest
)
org.springframework.web.multipart.support.
RequestPartServletServerHttpRequest
org.springframework.http.server.
ServletServerHttpResponse
(implements org.springframework.http.server.
ServerHttpResponse
)
org.springframework.web.method.annotation.
SessionAttributesHandler
org.springframework.web.method.annotation.
SessionStatusMethodArgumentResolver
(implements org.springframework.web.method.support.
HandlerMethodArgumentResolver
)
org.springframework.http.client.
SimpleClientHttpRequestFactory
(implements org.springframework.http.client.
AsyncClientHttpRequestFactory
, org.springframework.http.client.
ClientHttpRequestFactory
)
org.springframework.web.bind.support.
SimpleSessionStatus
(implements org.springframework.web.bind.support.
SessionStatus
)
org.springframework.web.context.support.
SpringBeanAutowiringSupport
org.springframework.web.
SpringServletContainerInitializer
(implements javax.servlet.
ServletContainerInitializer
)
org.springframework.web.bind.support.
SpringWebConstraintValidatorFactory
(implements javax.validation.
ConstraintValidatorFactory
)
org.springframework.web.multipart.support.
StandardServletMultipartResolver
(implements org.springframework.web.multipart.
MultipartResolver
)
org.springframework.web.util.
TagUtils
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.springframework.web.bind.
MethodArgumentNotValidException
java.lang.
RuntimeException
java.lang.
IllegalArgumentException
org.springframework.http.
InvalidMediaTypeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.PropertyAccessException (implements org.springframework.core.ErrorCoded)
org.springframework.beans.TypeMismatchException
org.springframework.beans.ConversionNotSupportedException
org.springframework.web.method.annotation.
MethodArgumentConversionNotSupportedException
org.springframework.web.method.annotation.
MethodArgumentTypeMismatchException
org.springframework.web.bind.annotation.support.
HandlerMethodInvocationException
org.springframework.http.converter.
HttpMessageConversionException
org.springframework.http.converter.
HttpMessageNotReadableException
org.springframework.http.converter.
HttpMessageNotWritableException
org.springframework.web.multipart.
MultipartException
org.springframework.web.multipart.
MaxUploadSizeExceededException
org.springframework.remoting.RemoteAccessException
org.springframework.remoting.RemoteInvocationFailureException
org.springframework.remoting.soap.SoapFaultException
org.springframework.remoting.jaxws.
JaxWsSoapFaultException
org.springframework.web.client.
RestClientException
org.springframework.web.client.
HttpStatusCodeException
org.springframework.web.client.
HttpClientErrorException
org.springframework.web.client.
HttpServerErrorException
org.springframework.web.client.
ResourceAccessException
org.springframework.web.client.
UnknownHttpStatusCodeException
javax.servlet.
ServletException
org.springframework.web.
HttpMediaTypeException
org.springframework.web.
HttpMediaTypeNotAcceptableException
org.springframework.web.
HttpMediaTypeNotSupportedException
org.springframework.web.
HttpRequestMethodNotSupportedException
org.springframework.web.
HttpSessionRequiredException
org.springframework.web.multipart.support.
MissingServletRequestPartException
org.springframework.web.util.
NestedServletException
org.springframework.web.bind.
ServletRequestBindingException
org.springframework.web.bind.
MissingPathVariableException
org.springframework.web.bind.
MissingServletRequestParameterException
org.springframework.web.bind.
UnsatisfiedServletRequestParameterException
org.springframework.web.util.
UriComponents
(implements java.io.
Serializable
)
org.springframework.web.util.
UriComponentsBuilder
(implements java.lang.
Cloneable
)
org.springframework.web.util.
UriTemplate
(implements java.io.
Serializable
)
org.springframework.web.util.
UriUtils
org.springframework.web.cors.
UrlBasedCorsConfigurationSource
(implements org.springframework.web.cors.
CorsConfigurationSource
)
org.springframework.web.util.
UrlPathHelper
org.springframework.web.context.support.
WebApplicationContextUtils
org.springframework.web.util.
WebAppRootListener
(implements javax.servlet.
ServletContextListener
)
org.springframework.web.context.request.async.
WebAsyncManager
org.springframework.web.context.request.async.
WebAsyncTask
<V> (implements org.springframework.beans.factory.BeanFactoryAware)
org.springframework.web.context.request.async.
WebAsyncUtils
org.springframework.web.util.
WebUtils
Interface Hierarchy
org.springframework.context.ApplicationEventPublisher
org.springframework.context.ApplicationContext (also extends org.springframework.core.env.EnvironmentCapable, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.beans.factory.ListableBeanFactory, org.springframework.context.MessageSource, org.springframework.core.io.support.ResourcePatternResolver)
org.springframework.context.ConfigurableApplicationContext (also extends java.io.
Closeable
, org.springframework.context.Lifecycle)
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.web.context.
WebApplicationContext
)
org.springframework.web.context.
WebApplicationContext
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.context.ConfigurableApplicationContext)
org.springframework.http.client.
AsyncClientHttpRequestFactory
org.springframework.web.client.
AsyncRequestCallback
org.springframework.web.client.
AsyncRestOperations
java.lang.
AutoCloseable
java.io.
Closeable
org.springframework.http.client.
ClientHttpResponse
(also extends org.springframework.http.
HttpInputMessage
)
org.springframework.context.ConfigurableApplicationContext (also extends org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle)
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.web.context.
WebApplicationContext
)
org.springframework.http.server.
ServerHttpResponse
(also extends java.io.
Flushable
, org.springframework.http.
HttpOutputMessage
)
org.springframework.beans.factory.Aware
org.springframework.web.context.
ServletConfigAware
org.springframework.web.context.
ServletContextAware
org.springframework.beans.factory.BeanFactory
org.springframework.beans.factory.HierarchicalBeanFactory
org.springframework.context.ApplicationContext (also extends org.springframework.context.ApplicationEventPublisher, org.springframework.core.env.EnvironmentCapable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.context.MessageSource, org.springframework.core.io.support.ResourcePatternResolver)
org.springframework.context.ConfigurableApplicationContext (also extends java.io.
Closeable
, org.springframework.context.Lifecycle)
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.web.context.
WebApplicationContext
)
org.springframework.web.context.
WebApplicationContext
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.context.ConfigurableApplicationContext)
org.springframework.beans.factory.ListableBeanFactory
org.springframework.context.ApplicationContext (also extends org.springframework.context.ApplicationEventPublisher, org.springframework.core.env.EnvironmentCapable, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.core.io.support.ResourcePatternResolver)
org.springframework.context.ConfigurableApplicationContext (also extends java.io.
Closeable
, org.springframework.context.Lifecycle)
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.web.context.
WebApplicationContext
)
org.springframework.web.context.
WebApplicationContext
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.context.ConfigurableApplicationContext)
org.springframework.web.context.request.async.
CallableProcessingInterceptor
org.springframework.http.client.
ClientHttpRequestExecution
org.springframework.http.client.
ClientHttpRequestFactory
org.springframework.http.client.
ClientHttpRequestInterceptor
org.springframework.web.accept.
ContentNegotiationStrategy
org.springframework.web.cors.
CorsConfigurationSource
org.springframework.web.cors.
CorsProcessor
org.springframework.web.context.request.async.
DeferredResult.DeferredResultHandler
org.springframework.web.context.request.async.
DeferredResultProcessingInterceptor
org.springframework.core.env.EnvironmentCapable
org.springframework.context.ApplicationContext (also extends org.springframework.context.ApplicationEventPublisher, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.beans.factory.ListableBeanFactory, org.springframework.context.MessageSource, org.springframework.core.io.support.ResourcePatternResolver)
org.springframework.context.ConfigurableApplicationContext (also extends java.io.
Closeable
, org.springframework.context.Lifecycle)
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.web.context.
WebApplicationContext
)
org.springframework.web.context.
WebApplicationContext
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.context.ConfigurableApplicationContext)
org.springframework.http.converter.protobuf.
ExtensionRegistryInitializer
java.io.
Flushable
org.springframework.http.server.
ServerHttpResponse
(also extends java.io.
Closeable
, org.springframework.http.
HttpOutputMessage
)
org.springframework.web.method.support.
HandlerMethodArgumentResolver
org.springframework.web.method.support.
HandlerMethodReturnValueHandler
org.springframework.web.method.support.
AsyncHandlerMethodReturnValueHandler
org.springframework.remoting.httpinvoker.
HttpInvokerClientConfiguration
org.springframework.remoting.httpinvoker.
HttpInvokerRequestExecutor
org.springframework.http.
HttpMessage
org.springframework.http.client.
AsyncClientHttpRequest
(also extends org.springframework.http.
HttpOutputMessage
, org.springframework.http.
HttpRequest
)
org.springframework.http.client.
ClientHttpRequest
(also extends org.springframework.http.
HttpOutputMessage
, org.springframework.http.
HttpRequest
)
org.springframework.http.client.
ClientHttpResponse
(also extends java.io.
Closeable
, org.springframework.http.
HttpInputMessage
)
org.springframework.http.
HttpInputMessage
org.springframework.http.client.
ClientHttpResponse
(also extends java.io.
Closeable
)
org.springframework.http.server.
ServerHttpRequest
(also extends org.springframework.http.
HttpRequest
)
org.springframework.http.
HttpOutputMessage
org.springframework.http.client.
AsyncClientHttpRequest
(also extends org.springframework.http.
HttpRequest
)
org.springframework.http.client.
ClientHttpRequest
(also extends org.springframework.http.
HttpRequest
)
org.springframework.http.server.
ServerHttpResponse
(also extends java.io.
Closeable
, java.io.
Flushable
)
org.springframework.http.
StreamingHttpOutputMessage
org.springframework.http.
HttpRequest
org.springframework.http.client.
AsyncClientHttpRequest
(also extends org.springframework.http.
HttpOutputMessage
)
org.springframework.http.client.
ClientHttpRequest
(also extends org.springframework.http.
HttpOutputMessage
)
org.springframework.http.server.
ServerHttpRequest
(also extends org.springframework.http.
HttpInputMessage
)
org.springframework.http.server.
ServerHttpRequest
(also extends org.springframework.http.
HttpInputMessage
, org.springframework.http.
HttpRequest
)
org.springframework.http.server.
ServerHttpResponse
(also extends java.io.
Closeable
, java.io.
Flushable
, org.springframework.http.
HttpOutputMessage
)
org.springframework.http.
StreamingHttpOutputMessage
org.springframework.http.converter.
HttpMessageConverter
<T>
org.springframework.http.converter.
GenericHttpMessageConverter
<T>
org.springframework.web.
HttpRequestHandler
org.springframework.core.io.InputStreamSource
org.springframework.web.multipart.
MultipartFile
org.springframework.context.Lifecycle
org.springframework.context.ConfigurableApplicationContext (also extends org.springframework.context.ApplicationContext, java.io.
Closeable
)
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.web.context.
WebApplicationContext
)
org.springframework.web.accept.
MediaTypeFileExtensionResolver
org.springframework.context.MessageSource
org.springframework.context.ApplicationContext (also extends org.springframework.context.ApplicationEventPublisher, org.springframework.core.env.EnvironmentCapable, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.beans.factory.ListableBeanFactory, org.springframework.core.io.support.ResourcePatternResolver)
org.springframework.context.ConfigurableApplicationContext (also extends java.io.
Closeable
, org.springframework.context.Lifecycle)
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.web.context.
WebApplicationContext
)
org.springframework.web.context.
WebApplicationContext
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.context.ConfigurableApplicationContext)
org.springframework.web.multipart.
MultipartRequest
org.springframework.web.multipart.
MultipartHttpServletRequest
(also extends javax.servlet.http.
HttpServletRequest
)
org.springframework.web.multipart.
MultipartResolver
org.springframework.core.env.PropertyResolver
org.springframework.core.env.ConfigurablePropertyResolver
org.springframework.core.env.ConfigurableEnvironment (also extends org.springframework.core.env.Environment)
org.springframework.web.context.
ConfigurableWebEnvironment
org.springframework.core.env.Environment
org.springframework.core.env.ConfigurableEnvironment (also extends org.springframework.core.env.ConfigurablePropertyResolver)
org.springframework.web.context.
ConfigurableWebEnvironment
org.springframework.web.context.request.
RequestAttributes
org.springframework.web.context.request.async.
AsyncWebRequest
org.springframework.web.context.request.
NativeWebRequest
org.springframework.web.context.request.async.
AsyncWebRequest
org.springframework.web.context.request.
WebRequest
org.springframework.web.context.request.async.
AsyncWebRequest
org.springframework.web.context.request.
NativeWebRequest
org.springframework.web.context.request.async.
AsyncWebRequest
org.springframework.web.client.
RequestCallback
org.springframework.http.
RequestEntity.HeadersBuilder
<B>
org.springframework.http.
RequestEntity.BodyBuilder
org.springframework.core.io.ResourceLoader
org.springframework.core.io.support.ResourcePatternResolver
org.springframework.context.ApplicationContext (also extends org.springframework.context.ApplicationEventPublisher, org.springframework.core.env.EnvironmentCapable, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.beans.factory.ListableBeanFactory, org.springframework.context.MessageSource)
org.springframework.context.ConfigurableApplicationContext (also extends java.io.
Closeable
, org.springframework.context.Lifecycle)
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.web.context.
WebApplicationContext
)
org.springframework.web.context.
WebApplicationContext
org.springframework.web.context.
ConfigurableWebApplicationContext
(also extends org.springframework.context.ConfigurableApplicationContext)
org.springframework.http.
ResponseEntity.HeadersBuilder
<B>
org.springframework.http.
ResponseEntity.BodyBuilder
org.springframework.web.client.
ResponseErrorHandler
org.springframework.web.client.
ResponseExtractor
<T>
org.springframework.web.client.
RestOperations
org.springframework.http.server.
ServerHttpAsyncRequestControl
javax.servlet.
ServletRequest
javax.servlet.http.
HttpServletRequest
org.springframework.web.multipart.
MultipartHttpServletRequest
(also extends org.springframework.web.multipart.
MultipartRequest
)
org.springframework.web.bind.support.
SessionAttributeStore
org.springframework.web.bind.support.
SessionStatus
org.springframework.http.
StreamingHttpOutputMessage.Body
org.springframework.web.util.
UriComponents.UriTemplateVariables
org.springframework.web.method.support.
UriComponentsContributor
org.springframework.web.util.
UriTemplateHandler
org.springframework.web.bind.annotation.
ValueConstants
org.springframework.web.
WebApplicationInitializer
org.springframework.web.bind.support.
WebArgumentResolver
org.springframework.web.bind.support.
WebBindingInitializer
org.springframework.web.bind.support.
WebDataBinderFactory
org.springframework.web.context.request.
WebRequestInterceptor
org.springframework.web.context.request.
AsyncWebRequestInterceptor
Annotation Type Hierarchy
org.springframework.web.bind.annotation.
RequestBody
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
RequestMapping
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
RequestPart
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
CookieValue
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
CrossOrigin
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
RequestHeader
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
ControllerAdvice
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
RestController
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
ResponseBody
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
RequestParam
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
ExceptionHandler
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
MatrixVariable
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
SessionAttributes
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
ResponseStatus
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
InitBinder
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
PathVariable
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
Mapping
(implements java.lang.annotation.
Annotation
)
org.springframework.web.bind.annotation.
ModelAttribute
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.springframework.web.bind.annotation.
RequestMethod
org.springframework.http.
HttpMethod
org.springframework.http.
HttpStatus
org.springframework.http.
HttpStatus.Series
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
spring-web
Prev
Next
Frames
No Frames
All Classes