Skip navigation links
spring-web
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractClientHttpRequest - Class in org.springframework.http.client
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractClientHttpRequest
 
AbstractClientHttpRequestFactoryWrapper - Class in org.springframework.http.client
Abstract base class for ClientHttpRequestFactory implementations that decorate another request factory.
AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
AbstractClientHttpResponse - Class in org.springframework.http.client
Abstract base for ClientHttpResponse.
AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
 
AbstractContextLoaderInitializer - Class in org.springframework.web.context
Convenient base class for WebApplicationInitializer implementations that register a ContextLoaderListener in the servlet context.
AbstractContextLoaderInitializer() - Constructor for class org.springframework.web.context.AbstractContextLoaderInitializer
 
AbstractCookieValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
A base abstract class to resolve method arguments annotated with @CookieValue.
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
AbstractGenericHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most GenericHttpMessageConverter implementations.
AbstractGenericHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with no supported media types.
AbstractGenericHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with one supported media type.
AbstractGenericHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with multiple supported media type.
AbstractHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most HttpMessageConverter implementations.
AbstractHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with multiple supported media types.
AbstractHttpMessageConverter(Charset, MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with a default charset and multiple supported media types.
AbstractJackson2HttpMessageConverter - Class in org.springframework.http.converter.json
Abstract base class for Jackson based and content type independent HttpMessageConverter implementations.
AbstractJackson2HttpMessageConverter(ObjectMapper) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType...) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJaxb2HttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that use JAXB2.
AbstractJaxb2HttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
 
AbstractJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Abstract exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation).
AbstractJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
AbstractMappingContentNegotiationStrategy - Class in org.springframework.web.accept
Base class for ContentNegotiationStrategy implementations with the steps to resolve a request to media types.
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
AbstractMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Abstract base implementation of the MultipartHttpServletRequest interface.
AbstractMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
AbstractNamedValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - Class in org.springframework.web.method.annotation
Represents the information about a named value, including name, whether it's required and a default value.
AbstractRefreshableWebApplicationContext - Class in org.springframework.web.context.support
AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - Constructor for class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRequestAttributes - Class in org.springframework.web.context.request
Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
AbstractRequestAttributes() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributes
 
AbstractRequestAttributesScope - Class in org.springframework.web.context.request
Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object.
AbstractRequestAttributesScope() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributesScope
 
AbstractRequestLoggingFilter - Class in org.springframework.web.filter
Base class for Filters that perform logging operations before and after a request is processed.
AbstractRequestLoggingFilter() - Constructor for class org.springframework.web.filter.AbstractRequestLoggingFilter
 
AbstractUriTemplateHandler - Class in org.springframework.web.util
Abstract base class for UriTemplateHandler implementations.
AbstractUriTemplateHandler() - Constructor for class org.springframework.web.util.AbstractUriTemplateHandler
 
AbstractWebArgumentResolverAdapter - Class in org.springframework.web.method.annotation
An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract.
AbstractWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Create a new instance.
AbstractWireFeedHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed> - Class in org.springframework.http.converter.feed
Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.
AbstractWireFeedHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
AbstractXmlHttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that convert from/to XML.
AbstractXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Protected constructor that sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
ACCEPT - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept header field name.
accept(MediaType...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable media types, as specified by the Accept header.
ACCEPT_CHARSET - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Charset header field name.
ACCEPT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Ranges header field name.
acceptCharset(Charset...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
accepted() - Static method in class org.springframework.http.ResponseEntity
Create a builder with an ACCEPTED status.
acceptHeaderRequestCallback(Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
acceptHeaderRequestCallback(Class<T>) - Method in class org.springframework.web.client.RestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Credentials response header field name.
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Headers response header field name.
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Methods response header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Origin response header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Expose-Headers response header field name.
ACCESS_CONTROL_MAX_AGE - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Max-Age response header field name.
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Headers request header field name.
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Method request header field name.
add(String, String) - Method in class org.springframework.http.HttpHeaders
Add the given, single header value under the given name.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Copy all attributes to the underlying model.
addAllErrors(Errors) - Method in class org.springframework.web.bind.EscapedErrors
 
addAllowedHeader(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an actual request header to allow.
addAllowedMethod(HttpMethod) - Method in class org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedMethod(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedOrigin(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an origin to allow.
addAttribute(String, Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Extension point that subclasses can use to add extra bind values for a request.
addCompletionHandler(Runnable) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Add a handle to invoke when request processing completes.
addCompletionHandler(Runnable) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
addCompletionHandler(Runnable) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addCookie(HttpServletResponse, String) - Method in class org.springframework.web.util.CookieGenerator
Add a cookie with the given value to the response, using the cookie descriptor settings of this generator.
addCustomProperty(String, Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Add a custom property to this JAX-WS BindingProvider.
addDefaultHeaders(HttpHeaders, T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Add default headers to the output message.
addExposedHeader(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add a response header to expose.
addFileExtensionResolvers(MediaTypeFileExtensionResolver...) - Method in class org.springframework.web.accept.ContentNegotiationManager
Register more MediaTypeFileExtensionResolver instances in addition to those detected at construction.
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addMapping(String, MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Map an extension to a MediaType.
addMediaType(String, MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
addMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addRequiredProperty(String) - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addReturnValueAsModelAttribute(Method, Class<?>, Object, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
addTimeoutHandler(Runnable) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when concurrent handling has timed out.
addTimeoutHandler(Runnable) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
addTimeoutHandler(Runnable) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when async processing completes for any reason including timeout or network error.
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request completed for any reason including timeout and network error.
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
afterCompletion(WebRequest, Exception) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
Removes the log message from the Log4J NDC after the request is processed.
afterCompletion(WebRequest, Exception) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterConcurrentHandlingStarted(WebRequest) - Method in interface org.springframework.web.context.request.AsyncWebRequestInterceptor
Called instead of postHandle and afterCompletion, when the the handler started handling the request concurrently.
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
Removes the log message from the Log4J NDC when the processing thread is exited after the start of asynchronous request handling.
afterPhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
afterPropertiesSet() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
afterPropertiesSet() - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
afterPropertiesSet() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.GsonFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapExporter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Immediately publish all endpoints when fully configured.
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.filter.GenericFilterBean
Calls the initFilterBean() method that might contain custom initialization of a subclass.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Deprecated.
Removes the log message from the Log4J NDC after the request is processed and logs the after-request message through Log4J.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message after the request is processed.
AGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Age header field name.
ALL - Static variable in class org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e.
ALL - Static variable in class org.springframework.web.cors.CorsConfiguration
Wildcard representing all origins, methods, or headers.
ALL_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.ALL.
AllEncompassingFormHttpMessageConverter - Class in org.springframework.http.converter.support
Extension of FormHttpMessageConverter, adding support for XML and JSON-based parts.
AllEncompassingFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
ALLOW - Static variable in class org.springframework.http.HttpHeaders
The HTTP Allow header field name.
allow(HttpMethod...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
ALREADY_FILTERED_SUFFIX - Static variable in class org.springframework.web.filter.OncePerRequestFilter
Suffix that gets appended to the filter name for the "already filtered" request attribute.
AnnotationConfigWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext implementation which accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigWebApplicationContext() - Constructor for class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
annotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set an AnnotationIntrospector for both serialization and deserialization.
APPLICATION_ATOM_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/atom+xml.
APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_ATOM_XML.
APPLICATION_CONTEXT_ID_PREFIX - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Prefix for ApplicationContext ids that refer to context path and/or servlet name.
APPLICATION_FORM_URLENCODED - Static variable in class org.springframework.http.MediaType
Public constant media type for application/x-www-form-urlencoded.
APPLICATION_FORM_URLENCODED_VALUE - Static variable in class org.springframework.http.MediaType
APPLICATION_JSON - Static variable in class org.springframework.http.MediaType
Public constant media type for application/json.
APPLICATION_JSON_UTF8 - Static variable in class org.springframework.http.MediaType
Public constant media type for application/json;charset=UTF-8.
APPLICATION_JSON_UTF8_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON_UTF8.
APPLICATION_JSON_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON.
APPLICATION_OCTET_STREAM - Static variable in class org.springframework.http.MediaType
Public constant media type for application/octet-stream.
APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_OCTET_STREAM.
APPLICATION_PDF - Static variable in class org.springframework.http.MediaType
Public constant media type for application/pdf.
APPLICATION_PDF_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PDF.
APPLICATION_RSS_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/rss+xml.
APPLICATION_RSS_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_RSS_XML.
APPLICATION_XHTML_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xhtml+xml.
APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XHTML_XML.
APPLICATION_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xml.
APPLICATION_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XML.
applicationContext(ApplicationContext) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the Spring ApplicationContext in order to autowire Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
ApplicationScope - Annotation Type in org.springframework.web.context.annotation
@ApplicationScope is a specialization of @Scope for a component whose lifecycle is bound to the current web application.
applyDefaultsFromAnnotation(WebService) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Initialize this client interceptor's properties from the given WebService annotation, if necessary and possible (i.e.
applyPermitDefaultValues() - Method in class org.springframework.web.cors.CorsConfiguration
By default a newly created CorsConfiguration does not permit any cross-origin requests and must be configured explicitly to indicate what should be allowed.
assertHasAncestorOfType(Tag, Class<?>, String, String) - Static method in class org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type, throwing an IllegalStateException if not.
assertNotExecuted() - Method in class org.springframework.http.client.AbstractClientHttpRequest
Assert that this request has not been executed yet.
AsyncClientHttpRequest - Interface in org.springframework.http.client
Represents a client-side asynchronous HTTP request.
AsyncClientHttpRequestExecution - Interface in org.springframework.http.client
Represents the context of a client-side HTTP request execution.
AsyncClientHttpRequestFactory - Interface in org.springframework.http.client
Factory for AsyncClientHttpRequest objects.
AsyncClientHttpRequestInterceptor - Interface in org.springframework.http.client
Intercepts client-side HTTP requests.
AsyncHandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
A return value handler that supports async types.
AsyncHttpAccessor - Class in org.springframework.http.client.support
Base class for AsyncRestTemplate and other HTTP accessing gateway helpers, defining common properties such as the AsyncClientHttpRequestFactory to operate on.
AsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.AsyncHttpAccessor
 
AsyncRequestCallback - Interface in org.springframework.web.client
Callback interface for code that operates on an AsyncClientHttpRequest.
AsyncRequestTimeoutException - Exception in org.springframework.web.context.request.async
Exception to be thrown when an async request times out.
AsyncRequestTimeoutException() - Constructor for exception org.springframework.web.context.request.async.AsyncRequestTimeoutException
 
AsyncRestOperations - Interface in org.springframework.web.client
Interface specifying a basic set of asynchronous RESTful operations.
AsyncRestTemplate - Class in org.springframework.web.client
Spring's central class for asynchronous client-side HTTP access. Exposes similar methods as RestTemplate, but returns ListenableFuture wrappers as opposed to concrete results.
AsyncRestTemplate() - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using default settings.
AsyncRestTemplate(AsyncListenableTaskExecutor) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncTaskExecutor.
AsyncRestTemplate(AsyncClientHttpRequestFactory) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory.
AsyncRestTemplate(AsyncClientHttpRequestFactory, ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Creates a new instance of the AsyncRestTemplate using the given asynchronous and synchronous request factories.
AsyncRestTemplate(AsyncClientHttpRequestFactory, RestTemplate) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory and synchronous RestTemplate.
AsyncWebRequest - Interface in org.springframework.web.context.request.async
Extends NativeWebRequest with methods for asynchronous request processing.
AsyncWebRequestInterceptor - Interface in org.springframework.web.context.request
Extends WebRequestInterceptor with a callback method invoked during asynchronous request handling.
AtomFeedHttpMessageConverter - Class in org.springframework.http.converter.feed
Implementation of HttpMessageConverter that can read and write Atom feeds.
AtomFeedHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Authorization header field name.
autoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
autoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder

B

badRequest() - Static method in class org.springframework.http.ResponseEntity
Create a builder with a BAD_REQUEST status.
BasicAuthorizationInterceptor - Class in org.springframework.http.client.support
ClientHttpRequestInterceptor to apply a BASIC authorization header.
BasicAuthorizationInterceptor(String, String) - Constructor for class org.springframework.http.client.support.BasicAuthorizationInterceptor
Create a new interceptor which adds a BASIC authorization header for the given username and password.
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked before the start of concurrent handling in the original thread in which the Callable is submitted for concurrent handling.
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked immediately before the start of concurrent handling, in the same thread that started it.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
beforePhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Deprecated.
Logs the before-request message through Log4J and adds a message the Log4J NDC before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message before the request is processed.
bind(ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(WebRequest) - Method in class org.springframework.web.bind.support.WebRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bindMultipart(Map<String, List<MultipartFile>>, MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Bind all multipart files contained in the given request, if any (in case of a multipart request).
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to bind the request to the target object.
body(T) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the body of the request entity and build the RequestEntity.
body(T, Type) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the body and type of the request entity and build the RequestEntity.
body(T) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the body of the response entity and returns it.
BufferedImageHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write BufferedImages.
BufferedImageHttpMessageConverter() - Constructor for class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
BufferingClientHttpRequestFactory - Class in org.springframework.http.client
Wrapper for a ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.
BufferingClientHttpRequestFactory(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestFactory
Create a buffering wrapper for the given ClientHttpRequestFactory.
build() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Build a new ObjectMapper instance.
build() - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Builds the request entity with no body.
build() - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Build the response entity with no body.
build() - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
build(boolean) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
buildAndExpand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from a map.
buildAndExpand(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from an array.
buildHttpContext(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Build the HttpContext for the given endpoint.
buildLiveBeansView() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
BurlapClientInterceptor - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
BurlapClientInterceptor() - Constructor for class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
 
BurlapExporter - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
BurlapExporter() - Constructor for class org.springframework.remoting.caucho.BurlapExporter
Deprecated.
 
BurlapProxyFactoryBean - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
BurlapProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.BurlapProxyFactoryBean
Deprecated.
 
BurlapServiceExporter - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
BurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.BurlapServiceExporter
Deprecated.
 
ByteArrayHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write byte arrays.
ByteArrayHttpMessageConverter() - Constructor for class org.springframework.http.converter.ByteArrayHttpMessageConverter
Create a new instance of the ByteArrayHttpMessageConverter.
ByteArrayMultipartFileEditor - Class in org.springframework.web.multipart.support
Custom PropertyEditor for converting MultipartFiles to byte arrays.
ByteArrayMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 

C

CACHE_CONTROL - Static variable in class org.springframework.http.HttpHeaders
The HTTP Cache-Control header field name.
CacheControl - Class in org.springframework.http
A builder for creating "Cache-Control" HTTP response headers.
CacheControl() - Constructor for class org.springframework.http.CacheControl
Create an empty CacheControl instance.
cacheControl(CacheControl) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the caching directives for the resource, as specified by the HTTP 1.1 Cache-Control header.
cachePrivate() - Method in class org.springframework.http.CacheControl
Add a "private" directive.
cachePublic() - Method in class org.springframework.http.CacheControl
Add a "public" directive.
calculateEndpointAddress(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Calculate the full endpoint address for the given endpoint.
calculateEndpointPath(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Calculate the full endpoint path for the given endpoint.
CallableProcessingInterceptor - Interface in org.springframework.web.context.request.async
Intercepts concurrent request handling, where the concurrent result is obtained by executing a Callable on behalf of the application with an AsyncTaskExecutor.
CallableProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
Abstract adapter class for the CallableProcessingInterceptor interface, for simplified implementation of individual methods.
CallableProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
 
callNextHandlerInChain(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Method to be called by subclasses when intending to delegate to the next handler in the NavigationHandler chain.
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if any of the supported media types include the given media type.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter required generic type information in order to read a Collection.
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if the given media type includes any of the supported media types.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canWrite(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canWrite(MediaType) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
This method overrides the parent implementation, since this HttpMessageConverter can also produce MediaType.HTML "text/html" ContentType.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
CharacterEncodingFilter - Class in org.springframework.web.filter
Servlet Filter that allows one to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a default CharacterEncodingFilter, with the encoding to be set via CharacterEncodingFilter.setEncoding(java.lang.String).
CharacterEncodingFilter(String) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
CharacterEncodingFilter(String, boolean) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
CharacterEncodingFilter(String, boolean, boolean) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
checkFieldDefaults(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field defaults, i.e.
checkFieldMarkers(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field markers, i.e.
checkHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
Check the supplied request headers (or the headers listed in the Access-Control-Request-Headers of a pre-flight request) against the configured allowed headers.
checkHeaders(CorsConfiguration, List<String>) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the headers and determine the headers for the response of a pre-flight request.
checkHttpMethod(HttpMethod) - Method in class org.springframework.web.cors.CorsConfiguration
Check the HTTP request method (or the method from the Access-Control-Request-Method header on a pre-flight request) against the configured allowed methods.
checkMethods(CorsConfiguration, HttpMethod) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the HTTP method and determine the methods for the response of a pre-flight request.
checkNotModified(long) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String, long) - Method in class org.springframework.web.context.request.FacesWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkNotModified(long) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String, long) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(long) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied last-modified timestamp (as determined by the application).
checkNotModified(String) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied ETag (entity tag), as determined by the application.
checkNotModified(String, long) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied ETag (entity tag) and last-modified timestamp, as determined by the application.
checkOrigin(String) - Method in class org.springframework.web.cors.CorsConfiguration
Check the origin of the request against the configured allowed origins.
checkOrigin(CorsConfiguration, String) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the origin and determine the origin for the response.
checkParameters(String, String) - Method in class org.springframework.http.MediaType
 
cleanupAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
cleanupAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
Clean up the specified attribute in the backend session.
cleanupAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Remove "known" attributes from the session, i.e.
cleanupFileItems(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Cleanup the Spring MultipartFiles created during multipart parsing, potentially holding temporary data on disk.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
cleanupMultipart(MultipartHttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Cleanup any resources used for the multipart handling, like a storage for the uploaded files.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
clear() - Method in class org.springframework.http.HttpHeaders
 
clear() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Clear the list of configured resolvers.
clearConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
clearErrorRequestAttributes(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Clear the Servlet spec's error attributes as HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
ClientHttpRequest - Interface in org.springframework.http.client
Represents a client-side HTTP request.
ClientHttpRequestExecution - Interface in org.springframework.http.client
Represents the context of a client-side HTTP request execution.
ClientHttpRequestFactory - Interface in org.springframework.http.client
Factory for ClientHttpRequest objects.
ClientHttpRequestInterceptor - Interface in org.springframework.http.client
Intercepts client-side HTTP requests.
ClientHttpResponse - Interface in org.springframework.http.client
Represents a client-side HTTP response.
clone() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
clone() - Method in class org.springframework.web.util.UriComponentsBuilder
Public declaration of Object's clone() method.
cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder
Clone this UriComponentsBuilder.
close() - Method in interface org.springframework.http.client.ClientHttpResponse
Close this response, freeing any resources created.
close() - Method in interface org.springframework.http.server.ServerHttpResponse
Close this response, freeing any resources created.
close() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
closeNoCatch() - Method in class org.springframework.web.bind.ServletRequestDataBinder
Treats errors as fatal.
closeNoCatch() - Method in class org.springframework.web.bind.support.WebRequestDataBinder
Treats errors as fatal.
closeWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Close Spring's web application context for the given servlet context.
combine(CorsConfiguration) - Method in class org.springframework.web.cors.CorsConfiguration
Combine the supplied CorsConfiguration with this one.
CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
Base class for multipart resolvers that use Apache Commons FileUpload 1.2 or above.
CommonsFileUploadSupport() - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Instantiate a new CommonsFileUploadSupport with its corresponding FileItemFactory and FileUpload instances.
CommonsFileUploadSupport.MultipartParsingResult - Class in org.springframework.web.multipart.commons
Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
CommonsMultipartFile - Class in org.springframework.web.multipart.commons
MultipartFile implementation for Apache Commons FileUpload.
CommonsMultipartFile(FileItem) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartFile
Create an instance wrapping the given FileItem.
CommonsMultipartResolver - Class in org.springframework.web.multipart.commons
Servlet-based MultipartResolver implementation for Apache Commons FileUpload 1.2 or above.
CommonsMultipartResolver() - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for use as bean.
CommonsMultipartResolver(ServletContext) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for standalone usage.
CommonsRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.
CommonsRequestLoggingFilter() - Constructor for class org.springframework.web.filter.CommonsRequestLoggingFilter
 
complete() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
Mark asynchronous request processing as completed.
complete() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
CompositeFilter - Class in org.springframework.web.filter
A generic composite servlet Filter that just delegates its behavior to a chain (list) of user-supplied filters, achieving the functionality of a FilterChain, but conveniently using only Filter instances.
CompositeFilter() - Constructor for class org.springframework.web.filter.CompositeFilter
 
CompositeUriComponentsContributor - Class in org.springframework.web.method.support
A UriComponentsContributor containing a list of other contributors to delegate and also encapsulating a specific ConversionService to use for formatting method argument values to Strings.
CompositeUriComponentsContributor(UriComponentsContributor...) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributor(Collection<?>) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributor(Collection<?>, ConversionService) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Name of servlet context parameter (i.e., "contextConfigLocation") that can specify the config location for the root context, falling back to the implementation's default otherwise.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Deprecated.
Parameter specifying the location of the log4j config file
ConfigurableWebApplicationContext - Interface in org.springframework.web.context
Interface to be implemented by configurable web application contexts.
ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.support
Convenient WebBindingInitializer for declarative configuration in a Spring application context.
ConfigurableWebBindingInitializer() - Constructor for class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
ConfigurableWebEnvironment - Interface in org.springframework.web.context
Specialization of ConfigurableEnvironment allowing initialization of servlet-related PropertySource objects at the earliest moment that the ServletContext and (optionally) ServletConfig become available.
configure(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure an existing ObjectMapper instance with this builder's settings.
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) - Method in class org.springframework.web.context.ContextLoader
 
configureChannel(SocketChannelConfig) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
Template method for changing properties on the given SocketChannelConfig.
CONNECTION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Connection header field name.
containsAttribute(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the underlying model contains the given attribute name.
containsKey(Object) - Method in class org.springframework.http.HttpHeaders
 
containsValue(Object) - Method in class org.springframework.http.HttpHeaders
 
CONTENT_DISPOSITION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Disposition header field name
CONTENT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Encoding header field name.
CONTENT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Language header field name.
CONTENT_LENGTH - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Length header field name.
CONTENT_LOCATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Location header field name.
CONTENT_RANGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Range header field name.
CONTENT_TYPE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Type header field name.
CONTENT_TYPE_CHARSET_PREFIX - Static variable in class org.springframework.web.util.WebUtils
Prefix of the charset clause in a content type String: ";charset="
CONTENT_TYPE_HESSIAN - Static variable in class org.springframework.remoting.caucho.HessianExporter
 
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Default content type: "application/x-java-serialized-object"
ContentCachingRequestWrapper - Class in org.springframework.web.util
HttpServletRequest wrapper that caches all content read from the input stream and reader, and allows this content to be retrieved via a byte array.
ContentCachingRequestWrapper(HttpServletRequest) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper
Create a new ContentCachingRequestWrapper for the given servlet request.
ContentCachingRequestWrapper(HttpServletRequest, int) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper
Create a new ContentCachingRequestWrapper for the given servlet request.
ContentCachingResponseWrapper - Class in org.springframework.web.util
HttpServletResponse wrapper that caches all content written to the output stream and writer, and allows this content to be retrieved via a byte array.
ContentCachingResponseWrapper(HttpServletResponse) - Constructor for class org.springframework.web.util.ContentCachingResponseWrapper
Create a new ContentCachingResponseWrapper for the given servlet response.
contentLength(long) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
ContentNegotiationManager - Class in org.springframework.web.accept
Central class to determine requested media types for a request.
ContentNegotiationManager(ContentNegotiationStrategy...) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given list of ContentNegotiationStrategy strategies each of which may also be an instance of MediaTypeFileExtensionResolver.
ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
ContentNegotiationManager() - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create a default instance with a HeaderContentNegotiationStrategy.
ContentNegotiationManagerFactoryBean - Class in org.springframework.web.accept
Factory to create a ContentNegotiationManager and configure it with one or more ContentNegotiationStrategy instances via simple setters.
ContentNegotiationManagerFactoryBean() - Constructor for class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
ContentNegotiationStrategy - Interface in org.springframework.web.accept
A strategy for resolving the requested media types for a request.
contentType(MediaType) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
CONTEXT_ATTRIBUTES_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext attributes environment bean in the factory.
CONTEXT_CLASS_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to use: "contextClass"
CONTEXT_ID_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext id, to be used as serialization id for the underlying BeanFactory: "contextId"
CONTEXT_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for ApplicationContextInitializer classes to use for initializing the root web application context: "contextInitializerClasses"
CONTEXT_PARAMETERS_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext init-params environment bean in the factory.
ContextCleanupListener - Class in org.springframework.web.context
Web application listener that cleans up remaining disposable attributes in the ServletContext, i.e.
ContextCleanupListener() - Constructor for class org.springframework.web.context.ContextCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Close the root web application context.
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
Deprecated.
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
ContextExposingHttpServletRequest - Class in org.springframework.web.context.support
HttpServletRequest decorator that makes all Spring beans in a given WebApplicationContext accessible as request attributes, through lazy checking once an attribute gets accessed.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Initialize the root web application context.
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
Deprecated.
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
ContextLoader - Class in org.springframework.web.context
Performs the actual initialization work for the root application context.
ContextLoader() - Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoader(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader with the given application context.
ContextLoaderListener - Class in org.springframework.web.context
Bootstrap listener to start up and shut down Spring's root WebApplicationContext.
ContextLoaderListener() - Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoaderListener(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener with the given application context.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
An overloaded method that uses the ConversionService created at construction.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in interface org.springframework.web.method.support.UriComponentsContributor
Process the given method argument and either update the UriComponentsBuilder or add to the map with URI variables to use to expand the URI after all arguments are processed.
ControllerAdvice - Annotation Type in org.springframework.web.bind.annotation
Specialization of @Component for classes that declare @ExceptionHandler, @InitBinder, or @ModelAttribute methods to be shared across multiple @Controller classes.
ControllerAdviceBean - Class in org.springframework.web.method
Encapsulates information about an @ControllerAdvice Spring-managed bean without necessarily requiring it to be instantiated.
ControllerAdviceBean(Object) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create a ControllerAdviceBean using the given bean instance.
ControllerAdviceBean(String, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create a ControllerAdviceBean using the given bean name.
convertBurlapAccessException(Throwable) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Convert the given Burlap access exception to an appropriate Spring RemoteAccessException.
converterInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
convertHessianAccessException(Throwable) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Convert the given Hessian access exception to an appropriate Spring RemoteAccessException.
convertHttpInvokerAccessException(Throwable) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Convert the given HTTP invoker access exception to an appropriate Spring RemoteAccessException.
COOKIE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Cookie header field name.
CookieGenerator - Class in org.springframework.web.util
Helper class for cookie generation, carrying cookie descriptor settings as bean properties and being able to add and remove cookie to/from a given response.
CookieGenerator() - Constructor for class org.springframework.web.util.CookieGenerator
 
CookieValue - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to an HTTP cookie.
copyBodyToResponse() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Copy the complete cached body content to the response.
copyBodyToResponse(boolean) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Copy the cached body content to the response.
copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
Return a replica of this instance with the quality value of the given MediaType.
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.UriComponents
Set all components of the given UriComponentsBuilder.
CorsConfiguration - Class in org.springframework.web.cors
A container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
CorsConfiguration() - Constructor for class org.springframework.web.cors.CorsConfiguration
Construct a new CorsConfiguration instance with no cross-origin requests allowed for any origin by default.
CorsConfiguration(CorsConfiguration) - Constructor for class org.springframework.web.cors.CorsConfiguration
Construct a new CorsConfiguration instance by copying all values from the supplied CorsConfiguration.
CorsConfigurationSource - Interface in org.springframework.web.cors
Interface to be implemented by classes (usually HTTP request handlers) that provides a CorsConfiguration instance based on the provided request.
CorsFilter - Class in org.springframework.web.filter
Filter that handles CORS preflight requests and intercepts CORS simple and actual requests thanks to a CorsProcessor implementation (DefaultCorsProcessor by default) in order to add the relevant CORS response headers (like Access-Control-Allow-Origin) using the provided CorsConfigurationSource (for example an UrlBasedCorsConfigurationSource instance.
CorsFilter(CorsConfigurationSource) - Constructor for class org.springframework.web.filter.CorsFilter
Constructor accepting a CorsConfigurationSource used by the filter to find the CorsConfiguration to use for each incoming request.
CorsProcessor - Interface in org.springframework.web.cors
A strategy that takes a request and a CorsConfiguration and updates the response.
CorsUtils - Class in org.springframework.web.cors
Utility class for CORS request handling based on the CORS W3C recommandation.
CorsUtils() - Constructor for class org.springframework.web.cors.CorsUtils
 
createAsyncRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.AsyncClientHttpRequestFactory
Create a new asynchronous AsyncClientHttpRequest for the specified URI and HTTP method.
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Create a new asynchronous AsyncClientHttpRequest for the specified URI and HTTP method.
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
Create a new AsyncClientHttpRequest via this template's AsyncClientHttpRequestFactory.
createAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
Create an AsyncWebRequest instance.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to create the model attribute if not found in the model.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new WebDataBinder for the given target object and initialize it through a WebBindingInitializer.
createBinder(NativeWebRequest, Object, String) - Method in interface org.springframework.web.bind.support.WebDataBinderFactory
Create a WebDataBinder for the given object.
createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to create the WebDataBinder instance.
createBurlapProxy(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Create the Burlap proxy that is wrapped by this interceptor.
createByteRange(long) - Static method in class org.springframework.http.HttpRange
Create an HttpRange from the given position to the end.
createByteRange(long, long) - Static method in class org.springframework.http.HttpRange
Create a HttpRange from the given fist to last position.
createCollection(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createCookie(String) - Method in class org.springframework.web.util.CookieGenerator
Create a cookie with the given value, using the cookie descriptor settings of this generator (except for "cookieMaxAge").
created(URI) - Static method in class org.springframework.http.ResponseEntity
Create a new builder with a CREATED status and a location header set to the given URI.
createEndpoint(Object) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Create the actual Endpoint instance.
createEnvironment() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.filter.GenericFilterBean
Create and return a new StandardServletEnvironment.
createHessianProxy(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Create the Hessian proxy that is wrapped by this interceptor.
createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template methods that creates a HttpContext for the given HTTP method and URI.
createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
Return a HttpInputMessage for the given NativeWebRequest.
createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
Return a HttpOutputMessage for the given NativeWebRequest.
createHttpPost(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a HttpPost for the given configuration.
createHttpUriRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
createJaxWsService() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Create a JAX-WS Service according to the parameters of this factory.
createMarshaller(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Marshaller for the given class.
createMessage(HttpServletRequest, String, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Create a log message for the given request, prefix and suffix.
createMultipartFile(FileItem) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Create a CommonsMultipartFile wrapper for the given Commons FileItem.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
createObjectInputStream(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Create an ObjectInputStream for the given InputStream and codebase.
createRelative(String) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation creates a ServletContextResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
This implementation simply calls AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory) with the wrapped request factory provided to the constructor.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a new ClientHttpRequest for the specified URI and HTTP method by using the passed-on request factory.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.ClientHttpRequestFactory
Create a new ClientHttpRequest for the specified URI and HTTP method.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
Create a new ClientHttpRequest via this template's ClientHttpRequestFactory.
createRequestConfig(Object) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a default RequestConfig to use with the given client.
createRequestConfig(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a RequestConfig for the given configuration.
createRootApplicationContext() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createSuffixRange(long) - Static method in class org.springframework.http.HttpRange
Create an HttpRange that ranges over the last given number of bytes.
createUnmarshaller(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Unmarshaller for the given class.
createWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Instantiate the root WebApplicationContext for this loader, either the default context class or a custom context class if specified.
createWithResolvedBean() - Method in class org.springframework.web.method.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.
createXmlInputFactory() - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a XMLInputFactory that this converter will use to create XMLStreamReader and XMLEventReader objects.
createXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
If set to true, an XmlMapper will be created using its default constructor.
CrossOrigin - Annotation Type in org.springframework.web.bind.annotation
Marks the annotated method or type as permitting cross origin requests.
currentRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.springframework.web.context.ContextLoader
Customize the ConfigurableWebApplicationContext created by this ContextLoader after config locations have been supplied to the context but before the context is refreshed.
customizeMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Customize the Marshaller created by this message converter before using it to write the object to the output.
customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.context.support.StandardServletEnvironment
Customize the set of property sources with those contributed by superclasses as well as those appropriate for standard servlet-based environments: "servletConfigInitParams" "servletContextInitParams" "jndiProperties"
customizeUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Customize the Unmarshaller created by this message converter before using it to read the object from the input.

D

DATE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Date header field name.
dateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define the format for date/time with the given DateFormat.
decode(String, String) - Static method in class org.springframework.web.util.UriUtils
Decode the given encoded URI component.
decodeMatrixVariables(HttpServletRequest, MultiValueMap<String, String>) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given matrix variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decodePathVariables(HttpServletRequest, Map<String, String>) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given URI path variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decodeRequestString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given source string with a URLDecoder.
decorateInputStream(InputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the InputStream to use for reading remote invocation results, potentially decorating the given original InputStream.
decorateInputStream(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateInputStream(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateOutputStream(OutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the OutputStream to use for writing remote invocations, potentially decorating the given original OutputStream.
decorateOutputStream(HttpServletRequest, HttpServletResponse, OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
decorateOutputStream(HttpExchange, OutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
DecoratingNavigationHandler - Class in org.springframework.web.jsf
Base class for JSF NavigationHandler implementations that want to be capable of decorating an original NavigationHandler.
DecoratingNavigationHandler() - Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler without fixed original NavigationHandler.
DecoratingNavigationHandler(NavigationHandler) - Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler with fixed original NavigationHandler.
DEFAULT_AFTER_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_AFTER_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_ALLOW_CREDENTIALS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
Deprecated.
as of Spring 4.3.4, in favor of using CorsConfiguration.applyPermitDefaultValues()
DEFAULT_ALLOWED_HEADERS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
Deprecated.
as of Spring 4.3.4, in favor of using CorsConfiguration.applyPermitDefaultValues()
DEFAULT_BASE_ADDRESS - Static variable in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
DEFAULT_BEFORE_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_BEFORE_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.springframework.web.util.WebUtils
Default character encoding to use when request.getCharacterEncoding returns null, according to the Servlet spec.
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.FormHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.StringHttpMessageConverter
 
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.context.support.GroovyWebApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION_PREFIX - Static variable in class org.springframework.web.context.support.GroovyWebApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_PREFIX - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - Static variable in class org.springframework.web.context.support.GroovyWebApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_COOKIE_PATH - Static variable in class org.springframework.web.util.CookieGenerator
Default path that cookies will be visible to: "/", i.e.
DEFAULT_FIELD_DEFAULT_PREFIX - Static variable in class org.springframework.web.bind.WebDataBinder
Default prefix that field default parameters start with, followed by the field name: e.g.
DEFAULT_FIELD_MARKER_PREFIX - Static variable in class org.springframework.web.bind.WebDataBinder
Default prefix that field marker parameters start with, followed by the field name: e.g.
DEFAULT_MAX_AGE - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
Deprecated.
as of Spring 4.3.4, in favor of using CorsConfiguration.applyPermitDefaultValues()
DEFAULT_MAX_RESPONSE_SIZE - Static variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
The default maximum response size.
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.filter.HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.multipart.support.MultipartFilter
 
DEFAULT_NONE - Static variable in interface org.springframework.web.bind.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
DEFAULT_ORIGINS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
Deprecated.
as of Spring 4.3.4, in favor of using CorsConfiguration.applyPermitDefaultValues()
DEFAULT_PREFIX_SEPARATOR - Static variable in class org.springframework.web.bind.ServletRequestParameterPropertyValues
Default prefix separator
DEFAULT_TARGET_BEAN_NAME - Static variable in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Default name of the target bean in the Spring application context: "jsfNavigationHandler"
DEFAULT_WEB_APP_ROOT_KEY - Static variable in class org.springframework.web.util.WebUtils
Default web app root key: "webapp.root"
DefaultCorsProcessor - Class in org.springframework.web.cors
The default implementation of CorsProcessor, as defined by the CORS W3C recommendation.
DefaultCorsProcessor() - Constructor for class org.springframework.web.cors.DefaultCorsProcessor
 
DefaultDataBinderFactory - Class in org.springframework.web.bind.support
Create a WebRequestDataBinder instance and initialize it with a WebBindingInitializer.
DefaultDataBinderFactory(WebBindingInitializer) - Constructor for class org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new DefaultDataBinderFactory instance.
DefaultMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Default implementation of the MultipartHttpServletRequest interface.
DefaultMultipartHttpServletRequest(HttpServletRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultResponseErrorHandler - Class in org.springframework.web.client
Spring's default implementation of the ResponseErrorHandler interface.
DefaultResponseErrorHandler() - Constructor for class org.springframework.web.client.DefaultResponseErrorHandler
 
DefaultSessionAttributeStore - Class in org.springframework.web.bind.support
Default implementation of the SessionAttributeStore interface, storing the attributes in the WebRequest session (i.e.
DefaultSessionAttributeStore() - Constructor for class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
defaultTyping(TypeResolverBuilder<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify a TypeResolverBuilder to use for Jackson's default typing.
DefaultUriTemplateHandler - Class in org.springframework.web.util
Default implementation of UriTemplateHandler based on the use of UriComponentsBuilder for expanding and encoding variables.
DefaultUriTemplateHandler() - Constructor for class org.springframework.web.util.DefaultUriTemplateHandler
 
defaultUseWrapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define if a wrapper will be used for indexed (List, array) properties or not by default (only applies to XmlMapper).
defaultViewInclusion(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
DeferredResult<T> - Class in org.springframework.web.context.request.async
DeferredResult provides an alternative to using a Callable for asynchronous request processing.
DeferredResult() - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult.
DeferredResult(Long) - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value.
DeferredResult(Long, Object) - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value and a default result to use in case of timeout.
DeferredResult.DeferredResultHandler - Interface in org.springframework.web.context.request.async
Handles a DeferredResult value when set.
DeferredResultProcessingInterceptor - Interface in org.springframework.web.context.request.async
Intercepts concurrent request handling, where the concurrent result is obtained by waiting for a DeferredResult to be set from a thread chosen by the application (e.g.
DeferredResultProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
Abstract adapter class for the DeferredResultProcessingInterceptor interface for simplified implementation of individual methods.
DeferredResultProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
 
DelegatingFilterProxy - Class in org.springframework.web.filter
Proxy for a standard Servlet Filter, delegating to a Spring-managed bean that implements the Filter interface.
DelegatingFilterProxy() - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy.
DelegatingFilterProxy(Filter) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy with the given Filter delegate.
DelegatingFilterProxy(String) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy that will retrieve the named target bean from the Spring WebApplicationContext found in the ServletContext (either the 'root' application context or the context named by DelegatingFilterProxy.setContextAttribute(java.lang.String)).
DelegatingFilterProxy(String, WebApplicationContext) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy that will retrieve the named target bean from the given Spring WebApplicationContext.
DelegatingNavigationHandlerProxy - Class in org.springframework.web.jsf
JSF NavigationHandler implementation that delegates to a NavigationHandler bean obtained from the Spring root WebApplicationContext.
DelegatingNavigationHandlerProxy() - Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingNavigationHandlerProxy(NavigationHandler) - Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingPhaseListenerMulticaster - Class in org.springframework.web.jsf
JSF PhaseListener implementation that delegates to one or more Spring-managed PhaseListener beans coming from the Spring root WebApplicationContext.
DelegatingPhaseListenerMulticaster() - Constructor for class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
delete(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP DELETE builder with the given url.
delete(String, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(URI) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(String, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
delete(URI) - Method in class org.springframework.web.client.AsyncRestTemplate
 
delete(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(URI) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URL.
delete(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
delete(URI) - Method in class org.springframework.web.client.RestTemplate
 
DeleteMapping - Annotation Type in org.springframework.web.bind.annotation
Annotation for mapping HTTP DELETE requests onto specific handler methods.
deserializerByType(Class<?>, JsonDeserializer<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure a custom deserializer for the given type.
deserializerInstance(DeserializationConfig, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
deserializers(JsonDeserializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom deserializers.
deserializersByType(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom deserializers for the given types.
destroy() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Shutdown hook that closes the underlying ClientConnectionManager's connection pool, if any.
destroy() - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
destroy() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Stops all published endpoints, taking the web services offline.
destroy() - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
destroy() - Method in class org.springframework.web.context.support.ServletContextScope
Invoke all registered destruction callbacks.
destroy() - Method in class org.springframework.web.filter.CompositeFilter
Clean up all the filters supplied, calling each one's destroy method in turn, but in reverse order.
destroy() - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
destroy() - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom filter shutdown.
destroyDelegate(Filter) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Destroy the Filter delegate.
DESTRUCTION_CALLBACK_NAME_PREFIX - Static variable in class org.springframework.web.context.request.ServletRequestAttributes
Constant identifying the String prefixed to the name of a destruction callback when it is stored in a HttpSession.
DestructionCallbackBindingListener - Class in org.springframework.web.context.request
Adapter that implements the Servlet HttpSessionBindingListener interface, wrapping a session destruction callback.
DestructionCallbackBindingListener(Runnable) - Constructor for class org.springframework.web.context.request.DestructionCallbackBindingListener
Create a new DestructionCallbackBindingListener for the given callback.
detectAnnotationExceptionMappings(Method, List<Class<? extends Throwable>>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
determineContextClass(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Return the WebApplicationContext implementation class to use, either the default XmlWebApplicationContext or a custom context class if specified.
determineContextInitializerClasses(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Return the ApplicationContextInitializer implementation classes to use if any have been specified by ContextLoader.CONTEXT_INITIALIZER_CLASSES_PARAM.
determineEncoding(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Determine the encoding for the given request.
determineEncoding(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Determine the encoding for the given request.
disableContentCaching(ServletRequest) - Static method in class org.springframework.web.filter.ShallowEtagHeaderFilter
This method can be used to disable the content caching response wrapper of the ShallowEtagHeaderFilter.
dispatch() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Dispatch the request to the container in order to resume processing after concurrent execution in an application thread.
dispatch() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
dispatch() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
doBind(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
doBind(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
This implementation performs a field default and marker check before delegating to the superclass binding process.
doExecute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
Execute the given method on the provided URI.
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
Execute the given method on the provided URI.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Execute a request to send the given serialized remote invocation.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Execute the given request through the HttpClient.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Execute the given request through a standard J2SE HttpURLConnection.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.CompositeFilter
Forms a temporary chain from the list of delegate filters supplied (CompositeFilter.setFilters(java.util.List<? extends javax.servlet.Filter>)) and executes them in order.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.OncePerRequestFilter
This doFilter implementation stores a request attribute for "already filtered", proceeding without filtering again if the attribute is already there.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Forwards the request to the next filter in the chain and delegates down to the subclasses to perform the actual request logging both before and after the request is processed.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.CharacterEncodingFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.CorsFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.OncePerRequestFilter
Same contract as for doFilter, but guaranteed to be just invoked once per request within a single request thread.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.RequestContextFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.multipart.support.MultipartFilter
Check for a multipart request via this filter's MultipartResolver, and wrap the original request with a MultipartHttpServletRequest if appropriate.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Overridden version which checks for ServletContextResource and uses ServletContext.getResourcePaths to find matching resources below the web application root directory.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
doInvoke(HessianSkeleton, InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
Actually invoke the skeleton with the given streams.
doInvoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Perform a JAX-WS service invocation based on the given method invocation.
doInvoke(MethodInvocation, Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Perform a JAX-WS service invocation on the given port stub.
doInvoke(Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Invoke the handler method with the given argument values.
doReadRemoteInvocationResult(ObjectInputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Perform the actual reading of an invocation object from the given ObjectInputStream.
doRetrieveMatchingServletContextResources(ServletContext, String, String, Set<Resource>) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Recursively retrieve ServletContextResources that match the given pattern, adding them to the given result set.
doWithRequest(AsyncClientHttpRequest) - Method in interface org.springframework.web.client.AsyncRequestCallback
doWithRequest(ClientHttpRequest) - Method in interface org.springframework.web.client.RequestCallback
doWriteRemoteInvocation(RemoteInvocation, ObjectOutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Perform the actual writing of the given invocation object to the given ObjectOutputStream.

E

empty() - Static method in class org.springframework.http.CacheControl
Return an empty directive.
EMPTY - Static variable in class org.springframework.http.HttpEntity
The empty HttpEntity, with no body or headers.
encode() - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encode(String) - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encode(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode characters outside the unreserved character set as defined in RFC 3986 Section 2.
encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI authority with the given encoding.
encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI fragment with the given encoding.
encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI host with the given encoding.
encodePath(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI path with the given encoding.
encodePathSegment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI path segment with the given encoding.
encodePort(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI port with the given encoding.
encodeQuery(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI query with the given encoding.
encodeQueryParam(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI query parameter with the given encoding.
encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI scheme with the given encoding.
encodeUserInfo(String, String) - Static method in class org.springframework.web.util.UriUtils
Encode the given URI user info with the given encoding.
ENCODING_GZIP - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
entrySet() - Method in class org.springframework.http.HttpHeaders
 
equals(Object) - Method in class org.springframework.http.HttpEntity
 
equals(Object) - Method in class org.springframework.http.HttpHeaders
 
equals(Object) - Method in class org.springframework.http.RequestEntity
 
equals(Object) - Method in class org.springframework.http.ResponseEntity
 
equals(Object) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation compares the underlying ServletContext resource locations.
equals(Object) - Method in class org.springframework.web.method.ControllerAdviceBean
 
equals(Object) - Method in class org.springframework.web.method.HandlerMethod
 
ERROR_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_EXCEPTION_TYPE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_MESSAGE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_SERVLET_NAME_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_STATUS_CODE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for error pages.
ErrorsMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves Errors method arguments.
ErrorsMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
EscapedErrors - Class in org.springframework.web.bind
Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
EscapedErrors(Errors) - Constructor for class org.springframework.web.bind.EscapedErrors
Create a new EscapedErrors instance for the given source instance.
ETAG - Static variable in class org.springframework.http.HttpHeaders
The HTTP ETag header field name.
eTag(String) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the entity tag of the body, as specified by the ETag header.
EXCEPTION_HANDLER_METHODS - Static variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A filter for selecting @ExceptionHandler methods.
ExceptionHandler - Annotation Type in org.springframework.web.bind.annotation
Annotation for handling exceptions in specific handler classes and/or handler methods.
ExceptionHandlerMethodResolver - Class in org.springframework.web.method.annotation
Discovers @ExceptionHandler methods in a given class, including all of its superclasses, and helps to resolve a given Exception to the exception types supported by a given Method.
ExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A constructor that finds ExceptionHandler methods in the given type.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(RequestEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(RequestEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
 
execute() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
execute() - Method in interface org.springframework.http.client.ClientHttpRequest
Execute this request, resulting in a ClientHttpResponse that can be read.
execute(HttpRequest, byte[]) - Method in interface org.springframework.http.client.ClientHttpRequestExecution
Execute the request with the given request attributes and body, and return the response.
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URL, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
execute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
 
executeAsync() - Method in interface org.springframework.http.client.AsyncClientHttpRequest
Execute this request asynchronously, resulting in a Future handle.
executeAsync(HttpRequest, byte[]) - Method in interface org.springframework.http.client.AsyncClientHttpRequestExecution
Resume the request execution by invoking the next interceptor in the chain or executing the request to the remote service.
executeHttpPost(HttpInvokerClientConfiguration, HttpClient, HttpPost) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Execute the given HttpPost instance.
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
executeRequest(RemoteInvocation, MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor
Execute a request to send the given remote invocation.
exists() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation checks ServletContext.getResource.
expand(String, Map<String, ?>) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
 
expand(String, Object...) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
 
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponents
Replace all URI template variables with the values from a given map.
expand(Object...) - Method in class org.springframework.web.util.UriComponents
Replace all URI template variables with the values from a given array.
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.UriComponents
Replace all URI template variables with the values from the given UriComponents.UriTemplateVariables.
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriTemplate
Given the Map of variables, expands this template into a URI.
expand(Object...) - Method in class org.springframework.web.util.UriTemplate
Given an array of variables, expand this template into a full URI.
expand(String, Map<String, ?>) - Method in interface org.springframework.web.util.UriTemplateHandler
Expand the given URI template from a map of URI variables.
expand(String, Object...) - Method in interface org.springframework.web.util.UriTemplateHandler
Expand the given URI template from an array of URI variables.
expandAndEncode(UriComponentsBuilder, Map<String, ?>) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
 
expandAndEncode(UriComponentsBuilder, Object[]) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
 
expandInternal(String, Map<String, ?>) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
Actually expand and encode the URI template.
expandInternal(String, Object...) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
Actually expand and encode the URI template.
expandInternal(String, Map<String, ?>) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
 
expandInternal(String, Object...) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
 
EXPECT - Static variable in class org.springframework.http.HttpHeaders
The HTTP Expect header field name.
EXPIRES - Static variable in class org.springframework.http.HttpHeaders
The HTTP Expires header field name.
EXPOSE_WEB_APP_ROOT_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Deprecated.
Parameter specifying whether to expose the web app root system property
exposeErrorRequestAttributes(HttpServletRequest, Throwable, String) - Static method in class org.springframework.web.util.WebUtils
Expose the Servlet spec's error attributes as HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification, for error pages that are rendered directly rather than through the Servlet container's error page resolution: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
exposeRequestAttributes(ServletRequest, Map<String, ?>) - Static method in class org.springframework.web.util.WebUtils
Deprecated.
as of Spring 4.3.2, in favor of custom code for such purposes
ExpressionValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @Value.
ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
ExtensionRegistryInitializer - Interface in org.springframework.http.converter.protobuf
Google Protocol Messages can contain message extensions that can be parsed if the appropriate configuration has been registered in the ExtensionRegistry.
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
 
extractData(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseExtractor
Extract data from the given ClientHttpResponse and return it.
extractFileExtension(String) - Static method in class org.springframework.web.util.UriUtils
Extract the file extension from the given URI path.
extractFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Deprecated.
as of Spring 4.3.2, in favor of custom code for such purposes
extractFullFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Deprecated.
as of Spring 4.3.2, in favor of custom code for such purposes (or UriUtils.extractFileExtension(java.lang.String) for the file extension use case)

F

FacesContextUtils - Class in org.springframework.web.jsf
Convenience methods to retrieve Spring's root WebApplicationContext for a given JSF FacesContext.
FacesContextUtils() - Constructor for class org.springframework.web.jsf.FacesContextUtils
 
FacesRequestAttributes - Class in org.springframework.web.context.request
RequestAttributes adapter for a JSF FacesContext.
FacesRequestAttributes(FacesContext) - Constructor for class org.springframework.web.context.request.FacesRequestAttributes
Create a new FacesRequestAttributes adapter for the given FacesContext.
FacesWebRequest - Class in org.springframework.web.context.request
WebRequest adapter for a JSF FacesContext.
FacesWebRequest(FacesContext) - Constructor for class org.springframework.web.context.request.FacesWebRequest
Create a new FacesWebRequest adapter for the given FacesContext.
failOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
failOnUnknownProperties(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
featuresToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify features to disable.
featuresToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify features to enable.
filters(FilterProvider) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the global filters to use in order to support @JsonFilter annotated POJO.
findAnnotatedBeans(ApplicationContext) - Static method in class org.springframework.web.method.ControllerAdviceBean
Find the names of beans annotated with @ControllerAdvice in the given ApplicationContext and wrap them as ControllerAdviceBean instances.
findApplicationContexts() - Method in class org.springframework.web.context.support.ServletContextLiveBeansView
 
findModulesViaServiceLoader(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set whether to let Jackson find available modules via the JDK ServiceLoader, based on META-INF metadata in the classpath.
findParameterValue(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Obtain a named parameter from the given request parameters.
findParameterValue(Map<String, ?>, String) - Static method in class org.springframework.web.util.WebUtils
Obtain a named parameter from the given request parameters.
findWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find a unique WebApplicationContext for this web app: either the root web app context (preferred) or a unique WebApplicationContext among the registered ServletContext attributes (typically coming from a single DispatcherServlet in the current web application).
findWebApplicationContext() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the WebApplicationContext passed in at construction time, if available.
FixedContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that returns a fixed content type.
FixedContentNegotiationStrategy(MediaType) - Constructor for class org.springframework.web.accept.FixedContentNegotiationStrategy
Create an instance with the given content type.
flush() - Method in interface org.springframework.http.server.ServerHttpResponse
Ensure that the headers and the content of the response are written out.
flush() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
flushBuffer() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
FORM_CHARSET - Static variable in class org.springframework.http.server.ServletServerHttpRequest
 
FORM_CONTENT_TYPE - Static variable in class org.springframework.http.server.ServletServerHttpRequest
 
formatUriValue(ConversionService, TypeDescriptor, Object) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
FormHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter to read and write 'normal' HTML forms and also to write (but not read) multipart data (e.g.
FormHttpMessageConverter() - Constructor for class org.springframework.http.converter.FormHttpMessageConverter
 
FORWARD_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
FORWARD_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
FORWARD_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
FORWARD_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.4+ spec request attributes for forward URI and paths.
FORWARD_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ForwardedHeaderFilter - Class in org.springframework.web.filter
Extract values from "Forwarded" and "X-Forwarded-*" headers in order to wrap and override the following from the request and response: getServerName(), getServerPort(), getScheme(), isSecure(), and sendRedirect(String).
ForwardedHeaderFilter() - Constructor for class org.springframework.web.filter.ForwardedHeaderFilter
 
fragment(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI fragment.
FROM - Static variable in class org.springframework.http.HttpHeaders
The HTTP From header field name.
fromHttpRequest(HttpRequest) - Static method in class org.springframework.web.util.UriComponentsBuilder
Create a new UriComponents object from the URI associated with the given HttpRequest while also overlaying with values from the headers "Forwarded" (RFC 7239), or "X-Forwarded-Host", "X-Forwarded-Port", and "X-Forwarded-Proto" if "Forwarded" is not found.
fromHttpUrl(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Create a URI components builder from the given HTTP URL String.
fromOriginHeader(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Create an instance by parsing the "Origin" header of an HTTP request.
fromPath(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Create a builder that is initialized with the given path.
fromUri(URI) - Static method in class org.springframework.web.util.UriComponentsBuilder
Create a builder that is initialized with the given URI.
fromUriString(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Create a builder that is initialized with the given URI string.

G

generateETagHeaderValue(InputStream, boolean) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
Generate the ETag header value from the given response body byte array.
generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
Generate a multipart boundary.
GenericFilterBean - Class in org.springframework.web.filter
Simple base implementation of Filter which treats its config parameters (init-param entries within the filter tag in web.xml) as bean properties.
GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
 
GenericHttpMessageConverter<T> - Interface in org.springframework.http.converter
A specialization of HttpMessageConverter that can convert an HTTP request into a target object of a specified generic type and a source object of a specified generic type into an HTTP response.
GenericWebApplicationContext - Class in org.springframework.web.context.support
Subclass of GenericApplicationContext, suitable for web environments.
GenericWebApplicationContext() - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext.
GenericWebApplicationContext(ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext for the given ServletContext.
GenericWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
GenericWebApplicationContext(DefaultListableBeanFactory, ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
get(Object) - Method in class org.springframework.http.HttpHeaders
 
get(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP GET builder with the given url.
get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.request.SessionScope
 
get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.support.ServletContextScope
 
getAccept() - Method in class org.springframework.http.HttpHeaders
Return the list of acceptable media types, as specified by the Accept header.
getAcceptCharset() - Method in class org.springframework.http.HttpHeaders
Return the list of acceptable charsets, as specified by the Accept-Charset header.
getAcceptedCharsets() - Method in class org.springframework.http.converter.StringHttpMessageConverter
Return the list of supported Charsets.
getAccessControlAllowCredentials() - Method in class org.springframework.http.HttpHeaders
Return the value of the Access-Control-Allow-Credentials response header.
getAccessControlAllowHeaders() - Method in class org.springframework.http.HttpHeaders
Return the value of the Access-Control-Allow-Headers response header.
getAccessControlAllowMethods() - Method in class org.springframework.http.HttpHeaders
Return the value of the Access-Control-Allow-Methods response header.
getAccessControlAllowOrigin() - Method in class org.springframework.http.HttpHeaders
Return the value of the Access-Control-Allow-Origin response header.
getAccessControlExposeHeaders() - Method in class org.springframework.http.HttpHeaders
Return the value of the Access-Control-Expose-Headers response header.
getAccessControlMaxAge() - Method in class org.springframework.http.HttpHeaders
Return the value of the Access-Control-Max-Age response header.
getAccessControlRequestHeaders() - Method in class org.springframework.http.HttpHeaders
Return the value of the Access-Control-Request-Headers request header.
getAccessControlRequestMethod() - Method in class org.springframework.http.HttpHeaders
Return the value of the Access-Control-Request-Method request header.
getActualParams() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the actual parameter Map associated with the ServletRequest.
getActualSessionAttributeNames() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getAllFileExtensions() - Method in class org.springframework.web.accept.ContentNegotiationManager
Return all registered file extensions.
getAllFileExtensions() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
getAllFileExtensions() - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
Return all registered file extensions.
getAllMediaTypes() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
getAllow() - Method in class org.springframework.http.HttpHeaders
Return the set of allowed HTTP methods, as specified by the Allow header.
getAllowCredentials() - Method in class org.springframework.web.cors.CorsConfiguration
Return the configured allowCredentials flag, or null if none.
getAllowedHeaders() - Method in class org.springframework.web.cors.CorsConfiguration
Return the allowed actual request headers, or null if none.
getAllowedMethods() - Method in class org.springframework.web.cors.CorsConfiguration
Return the allowed HTTP methods, or null in which case only "GET" and "HEAD" allowed.
getAllowedOrigins() - Method in class org.springframework.web.cors.CorsConfiguration
Return the configured origins to allow, or null if none.
getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
Return the name of the request attribute that identifies that a request is already filtered.
getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Build an AnnotatedBeanDefinitionReader for the given bean factory.
getApplicationName() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getApplicationName() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getAsText() - Method in class org.springframework.http.MediaTypeEditor
 
getAsText() - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
getAsyncManager(ServletRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
Obtain the WebAsyncManager for the current request, or if not found, create and associate it with the request.
getAsyncManager(WebRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
Obtain the WebAsyncManager for the current request, or if not found, create and associate it with the request.
getAsyncRequestControl(ServerHttpResponse) - Method in interface org.springframework.http.server.ServerHttpRequest
Return a control that allows putting the request in asynchronous mode so the response remains open until closed explicitly from the current or another thread.
getAsyncRequestControl(ServerHttpResponse) - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getAsyncRequestFactory() - Method in class org.springframework.http.client.support.AsyncHttpAccessor
Return the request factory that this accessor uses for obtaining HttpRequests.
getAsyncRequestFactory() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
 
getAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Return the value for the scoped attribute of the given name, if any.
getAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getAttribute(String) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
getAttributeMap(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF attribute Map for the specified scope
getAttributeNameInSession(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
Calculate the attribute name in the backend session.
getAttributeNames(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getAttributeNames(int) - Method in interface org.springframework.web.context.request.RequestAttributes
Retrieve the names of all attributes in the scope.
getAttributeNames(int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getBaseUrl() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
Return the configured base URL.
getBean() - Method in class org.springframework.web.method.HandlerMethod
Return the bean for this handler method.
getBeanClassLoader() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the bean ClassLoader that this executor is supposed to use.
getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the bean ClassLoader to use for this interceptor.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
getBeanNameGenerator() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Return the custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
getBeanType() - Method in class org.springframework.web.method.ControllerAdviceBean
Return the type of the contained bean.
getBeanType() - Method in class org.springframework.web.method.HandlerMethod
This method returns the type of the handler for this handler method.
getBindingErrorProcessor() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the strategy to use for processing binding errors.
getBindingResult() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
Return the results of the failed validation.
getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
getBody() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
 
getBody() - Method in class org.springframework.http.HttpEntity
Returns the body of this entity.
getBody() - Method in interface org.springframework.http.HttpInputMessage
Return the body of the message as an input stream.
getBody() - Method in interface org.springframework.http.HttpOutputMessage
Return the body of the message as an output stream.
getBody() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getBody() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
getBody() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
Abstract template method that returns the body.
getBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(ServletRequest, String, boolean) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of boolean parameters, return an empty array if not found.
getBridgedMethod() - Method in class org.springframework.web.method.HandlerMethod
If the bean method is a bridge method, this method returns the bridged (user-defined) method.
getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
getBytes() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getBytes() - Method in interface org.springframework.web.multipart.MultipartFile
Return the contents of the file as an array of bytes.
getCacheControl() - Method in class org.springframework.http.HttpHeaders
Return the value of the Cache-Control header.
getCallable() - Method in class org.springframework.web.context.request.async.WebAsyncTask
Return the Callable to use for concurrent handling (never null).
getCallableInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Get the CallableProcessingInterceptor registered under the given key.
getCharacterEncoding() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
 
getCharset(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Determine the charset of the response (for inclusion in a status exception).
getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Build a ClassPathBeanDefinitionScanner for the given bean factory.
getClientAddress() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the IP address that the request came from.
getCodebaseUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the codebase URL to download classes from if not found locally.
getCodebaseUrl() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the codebase URL to download classes from if not found locally.
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Provides access to the result from concurrent handling.
getConcurrentResultContext() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Provides access to additional processing context saved at the start of concurrent handling.
getConfigLocations() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the config locations for this web application context, or null if none specified.
getConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getConfigLocations() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getConfigLocations() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getConnection() - Method in class org.springframework.http.HttpHeaders
Return the value of the Connection header.
getContainingClass() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
getContentAsByteArray() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
Return the cached request content as a byte array.
getContentAsByteArray() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Return the cached response content as a byte array.
getContentInputStream() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Return an InputStream to the cached content.
getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns the content length for the given type.
getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
getContentLength(T, MediaType) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
getContentLength() - Method in class org.springframework.http.HttpHeaders
Return the length of the body in bytes, as specified by the Content-Length header.
getContentSize() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Return the current size of the cached content.
getContentType() - Method in class org.springframework.http.HttpHeaders
Return the media type of the body, as specified by the Content-Type header.
getContentType() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the content type to use for sending HTTP invoker requests.
getContentType() - Method in exception org.springframework.web.HttpMediaTypeNotSupportedException
Return the HTTP request content type method that caused the failure.
getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
Return the content type of the file.
getContextAttribute() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext from which to load the delegate Filter bean.
getContextPath() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getContextPath() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getContextPath() - Method in interface org.springframework.web.context.request.WebRequest
Return the context path for this request (usually the base path that the current web application is mapped to).
getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the context path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getConversationId() - Method in class org.springframework.web.context.request.RequestScope
There is no conversation id concept for a request, so this method returns null.
getConversationId() - Method in class org.springframework.web.context.request.SessionScope
 
getConversationId() - Method in class org.springframework.web.context.support.ServletContextScope
 
getConversionService() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the ConversionService which will apply to every DataBinder.
getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Retrieve the first cookie with the given name.
getCookieDomain() - Method in class org.springframework.web.util.CookieGenerator
Return the domain for cookies created by this generator, if any.
getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
Return the maximum age for cookies created by this generator.
getCookieName() - Method in class org.springframework.web.util.CookieGenerator
Return the given name for cookies created by this generator.
getCookiePath() - Method in class org.springframework.web.util.CookieGenerator
Return the path for cookies created by this generator.
getCorsConfiguration(HttpServletRequest) - Method in interface org.springframework.web.cors.CorsConfigurationSource
Return a CorsConfiguration based on the incoming request.
getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
 
getCorsConfigurations() - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
Get the CORS configuration.
getCurrentWebApplicationContext() - Static method in class org.springframework.web.context.ContextLoader
Obtain the Spring root web application context for the current thread (i.e.
getCustomProperties() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Allow Map access to the custom properties to be set on the stub, with the option to add or override specific entries.
getDate() - Method in class org.springframework.http.HttpHeaders
Return the date and time at which the message was created, as specified by the Date header.
getDecoratedNavigationHandler() - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Return the fixed original NavigationHandler decorated by this handler, if any (that is, if passed in through the constructor).
getDefaultCharset() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Return the default character set, if any.
getDefaultConfigLocations() - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.groovy", and "/WEB-INF/test-servlet.groovy" for a context with the namespace "test-servlet" (like for a DispatcherServlet instance with the servlet-name "test").
getDefaultConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet" (like for a DispatcherServlet instance with the servlet-name "test").
getDefaultContentType(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns the default content type for the given type.
getDefaultContentType() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Returns the default Content-Type to be used for writing.
getDefaultContentType(Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
getDefaultContentType(Message) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
getDefaultContentType(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getDefaultContentType(Object) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
getDefaultEncoding() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
getDefaultEncoding() - Method in class org.springframework.web.util.UrlPathHelper
Return the default character encoding to use for URL decoding.
getDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return whether default HTML escaping is enabled for the web application, i.e.
getDefaultModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the "default" model created at instantiation.
getDefaultUriVariables() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
Return a read-only copy of the configured default URI variables.
getDeferredResultInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Get the DeferredResultProcessingInterceptor registered under the given key.
getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the target NavigationHandler to delegate to.
getDelegates(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
getDescription(boolean) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getDescription(boolean) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getDescription(boolean) - Method in interface org.springframework.web.context.request.WebRequest
Get a short description of this request, typically containing request URI and session id.
getDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return a full description of this event, involving all available context data.
getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns a description that includes the ServletContext resource location.
getDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
getDeserializationView() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
 
getDetailedErrorMessage(String) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Adds HandlerMethod details such as the bean type and method signature to the message.
getDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(ServletRequest, String, double) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a double parameter, with a fallback value.
getDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of double parameters, return an empty array if not found.
getEmptyValue(String, Class<?>) - Method in class org.springframework.web.bind.WebDataBinder
Determine an empty value for the specified field.
getEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
Return the configured encoding for requests and/or responses
getEndpointAddress() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the endpoint address to specify on the stub.
getEnvironment() - Method in class org.springframework.web.filter.GenericFilterBean
Return the Environment associated with this filter.
getErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getErrorHandler() - Method in class org.springframework.web.client.AsyncRestTemplate
Return the error handler.
getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
Return the error handler.
getETag() - Method in class org.springframework.http.HttpHeaders
Return the entity tag of the body, as specified by the ETag header.
getETagValuesAsList(String) - Method in class org.springframework.http.HttpHeaders
Retrieve a combined result from the field values of the ETag header.
getExecutor() - Method in class org.springframework.web.context.request.async.WebAsyncTask
Return the AsyncTaskExecutor to use for concurrent handling, or null if none specified.
getExpectedAttribute() - Method in exception org.springframework.web.HttpSessionRequiredException
Return the name of the expected session attribute, if any.
getExpires() - Method in class org.springframework.http.HttpHeaders
Return the date and time at which the message is no longer valid, as specified by the Expires header.
getExposedHeaders() - Method in class org.springframework.web.cors.CorsConfiguration
Return the configured response headers to expose, or null if none.
getExternalContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF ExternalContext that this adapter operates on.
getFacesContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF FacesContext that this adapter operates on.
getFailureCause() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the cause of failure, if any.
getFault() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
Return the wrapped JAX-WS SOAPFault.
getFaultActor() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultCode() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultString() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getFieldDefaultPrefix() - Method in class org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark default fields.
getFieldError() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldError(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldMarkerPrefix() - Method in class org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark potentially empty fields.
getFieldType(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldValue(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldValues(String) - Method in class org.springframework.http.HttpHeaders
Retrieve a combined result from the field values of multi-valued headers.
getFile() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation resolves "file:" URLs or alternatively delegates to ServletContext.getRealPath, throwing a FileNotFoundException if not found or not resolvable.
getFile(String) - Method in interface org.springframework.web.multipart.MultipartRequest
Return the contents plus description of an uploaded file in this request, or null if it does not exist.
getFile(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileItem() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Return the underlying org.apache.commons.fileupload.FileItem instance.
getFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the underlying org.apache.commons.fileupload.disk.DiskFileItemFactory instance.
getFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
Return a Map of the multipart files contained in this request.
getFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Return the filename of the given multipart part.
getFilename() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the name of the file that this ServletContext resource refers to.
getFileNames() - Method in interface org.springframework.web.multipart.MultipartRequest
Return an Iterator of String objects containing the parameter names of the multipart files contained in this request.
getFileNames() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFiles(String) - Method in interface org.springframework.web.multipart.MultipartRequest
Return the contents plus description of uploaded files in this request, or an empty list if it does not exist.
getFiles(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the underlying org.apache.commons.fileupload.FileUpload instance.
getFilterConfig() - Method in class org.springframework.web.filter.GenericFilterBean
Make the FilterConfig of this filter available, if any.
getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
Make the name of this filter available to subclasses.
getFilters() - Method in class org.springframework.http.converter.json.MappingJacksonValue
Return the Jackson filter provider to use.
getFirst(String) - Method in class org.springframework.http.HttpHeaders
Return the first header value for the given header name, if any.
getFirstDate(String) - Method in class org.springframework.http.HttpHeaders
Parse the first header value for the given header name as a date, return -1 if there is no value, or raise IllegalArgumentException if the value cannot be parsed as a date.
getFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(ServletRequest, String, float) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a float parameter, with a fallback value.
getFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of float parameters, return an empty array if not found.
getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously retrieve a representation by doing a GET on the URL.
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getFormConverter() - Method in class org.springframework.web.filter.HttpPutFormContentFilter
 
getForObject(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the specified URL.
getForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForObject(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getFragment() - Method in class org.springframework.web.util.UriComponents
Return the fragment.
getGlobalError() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getGson() - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
Return the configured Gson instance for this converter.
getHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
getHandlers() - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Return a read-only list with the registered handlers, or an empty list.
getHeader(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeader(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeader(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request header of the given name, or null if none.
getHeaderNames() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeaderNames() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeaderNames() - Method in interface org.springframework.web.context.request.WebRequest
Return a Iterator over request header names.
getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
getHeaders() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Return the headers of the wrapped request.
getHeaders() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
 
getHeaders() - Method in class org.springframework.http.HttpEntity
Returns the headers of this entity.
getHeaders() - Method in interface org.springframework.http.HttpMessage
Return the headers of this message.
getHeaders() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getHeaders() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
getHeaders() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
getHeaderValue() - Method in class org.springframework.http.CacheControl
Return the "Cache-Control" header value.
getHeaderValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeaderValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeaderValues(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request header values for the given header name, or null if none.
getHost() - Method in class org.springframework.web.util.UriComponents
Return the host.
getHttpAsyncClient() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Return the HttpClient used for asynchronous execution.
getHttpClient() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Return the HttpClient used for synchronous execution.
getHttpClient() - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Return the HttpClient instance that this request executor uses.
getHttpEntity(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Return an HttpEntity for the given part Object.
getHttpInvokerRequestExecutor() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the HttpInvokerRequestExecutor used by this remote accessor.
getHttpMethod() - Method in class org.springframework.web.context.request.ServletWebRequest
Return the HTTP method of the request.
getHttpStatusCode(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Determine the HTTP status of the given response.
getIfMatch() - Method in class org.springframework.http.HttpHeaders
Return the value of the If-Match header.
getIfModifiedSince() - Method in class org.springframework.http.HttpHeaders
Return the value of the If-Modified-Since header.
getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
Return the value of the If-None-Match header.
getIfUnmodifiedSince() - Method in class org.springframework.http.HttpHeaders
Return the value of the If-Unmodified-Since header.
getInitBinderMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
getInputStream() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, but throws a FileNotFoundException if no resource found.
getInputStream() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getInputStream() - Method in interface org.springframework.web.multipart.MultipartFile
Return an InputStream to read the contents of the file from.
getInputStream() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
 
getInstance(Class<T>) - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
 
getInterceptors() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
Return the request interceptor that this accessor uses.
getInterceptors() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
Return the request interceptor that this accessor uses.
getIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(ServletRequest, String, int) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an int parameter, with a fallback value.
getIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of int parameters, return an empty array if not found.
getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Return the Jackson JavaType for the specified type and context class.
getJaxbContext(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Return a JAXBContext for the given class.
getJaxWsService() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return a reference to an existing JAX-WS Service instance, if any.
getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Determine the JSON encoding to use for the given content type.
getJsonpFunction() - Method in class org.springframework.http.converter.json.MappingJacksonValue
Return the configured JSONP function name.
getLastModified() - Method in class org.springframework.http.HttpHeaders
Return the time the resource was last changed, as specified by the Last-Modified header.
getLocalAddress() - Method in interface org.springframework.http.server.ServerHttpRequest
Return the address on which the request was received.
getLocalAddress() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getLocale() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getLocale() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getLocale() - Method in interface org.springframework.web.context.request.WebRequest
Return the primary Locale for this request.
getLocation() - Method in class org.springframework.http.HttpHeaders
Return the (new) location of a resource as specified by the Location header.
getLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Long parameter, or null if not present.
getLongParameter(ServletRequest, String, long) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a long parameter, with a fallback value.
getLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of long parameters, return an empty array if not found.
getLookupPathForRequest(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the mapping lookup path for the given request, within the current servlet mapping if applicable, else within the web application.
GetMapping - Annotation Type in org.springframework.web.bind.annotation
Annotation for mapping HTTP GET requests onto specific handler methods.
getMaxAge() - Method in class org.springframework.web.cors.CorsConfiguration
Return the configured maxAge value, or null if none.
getMaxPayloadLength() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return the maximum length of the payload body to be included in the log message.
getMaxUploadSize() - Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
Return the maximum upload size allowed.
getMediaType() - Method in exception org.springframework.http.InvalidMediaTypeException
Return the offending media type.
getMediaTypeForResource(Resource) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
A public method exposing the knowledge of the path extension strategy to resolve file extensions to a MediaType in this case for a given Resource.
getMediaTypeForResource(Resource) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Extends the base class PathExtensionContentNegotiationStrategy.getMediaTypeForResource(org.springframework.core.io.Resource) with the ability to also look up through the ServletContext.
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Extract a key from the request to use to look up media types.
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
getMediaTypes() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
getMessage() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
 
getMessage() - Method in exception org.springframework.web.bind.MissingPathVariableException
 
getMessage() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
 
getMessage() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
getMessage() - Method in exception org.springframework.web.util.NestedServletException
Return the detail message, including the message from the nested exception if there is one.
getMessageCodesResolver() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the strategy to use for resolving errors into message codes.
getMessageConverters() - Method in class org.springframework.web.client.AsyncRestTemplate
Return the message body converters.
getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
Return the message body converters.
getMetaClass() - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
 
getMethod() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Return the method of the wrapped request.
getMethod() - Method in interface org.springframework.http.HttpRequest
Return the HTTP method of the request.
getMethod() - Method in class org.springframework.http.RequestEntity
Return the HTTP method of the request.
getMethod() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getMethod() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the HTTP method of the request (usually GET or POST).
getMethod() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
Return the HTTP request method that caused the failure.
getMethod() - Method in class org.springframework.web.method.HandlerMethod
Return the method for this handler method.
getMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
Return a single annotation on the underlying method traversing its super methods if no annotation can be found on the given method itself.
getMethodAnnotation(Class<T>) - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
getMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
Return the method parameters for this handler method.
getModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the model to use -- either the "default" or the "redirect" model.
getModelAttributeMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
getMultiFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
Return a MultiValueMap of the multipart files contained in this request.
getMultiFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getMultipartContentType(String) - Method in interface org.springframework.web.multipart.MultipartRequest
Determine the content type of the specified request part.
getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getMultipartFiles() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartFiles() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartHeaders(String) - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
Return the headers associated with the specified part of the multipart request.
getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Obtain the multipart parameter content type Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartParameters() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartResolverBeanName() - Method in class org.springframework.web.multipart.support.MultipartFilter
Return the bean name of the MultipartResolver to fetch from Spring's root application context.
getName() - Method in exception org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
Return the name of the method argument.
getName() - Method in exception org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
Return the name of the method argument.
getName() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getName() - Method in interface org.springframework.web.multipart.MultipartFile
Return the name of the parameter in the multipart form.
getNameForParameter(MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
Derive the model attribute name for a method parameter based on: the parameter @ModelAttribute annotation value the parameter type
getNameForReturnValue(Object, MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
Derive the model attribute name for the given return value based on: the method ModelAttribute annotation value the declared return type if it is more specific than Object the actual return value type
getNamespace() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the namespace for this web application context, if any.
getNamespace() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getNamespaceUri() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the namespace URI of the service.
getNativeRequest() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeRequest() - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object, if available.
getNativeRequest(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object, if available.
getNativeRequest() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeRequest(ServletRequest, Class<T>) - Static method in class org.springframework.web.util.WebUtils
Return an appropriate request object of the specified type, if available, unwrapping the given request as far as necessary.
getNativeResponse() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeResponse() - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native response object, if available.
getNativeResponse(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native response object, if available.
getNativeResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeResponse(ServletResponse, Class<T>) - Static method in class org.springframework.web.util.WebUtils
Return an appropriate response object of the specified type, if available, unwrapping the given response as far as necessary.
getNestedDiagnosticContextMessage(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
Determine the message to be pushed onto the Log4J nested diagnostic context.
getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Deprecated.
Determine the message to be pushed onto the Log4J nested diagnostic context.
getNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
 
getObject() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
getObject() - Method in class org.springframework.http.converter.json.GsonFactoryBean
Return the created Gson instance.
getObject() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Return the singleton ObjectMapper.
getObject() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
getObject() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
getObject() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObject() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
getObjectMapper() - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Return the underlying ObjectMapper for this view.
getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
 
getObjectType() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
getObjectType() - Method in class org.springframework.http.converter.json.GsonFactoryBean
 
getObjectType() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
getObjectType() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
getOrCreateSessionAttribute(HttpSession, String, Class<?>) - Static method in class org.springframework.web.util.WebUtils
Deprecated.
as of Spring 4.3.2, in favor of custom code for such purposes
getOrder() - Method in class org.springframework.web.method.ControllerAdviceBean
Returns the order value extracted from the ControllerAdvice annotation, or Ordered.LOWEST_PRECEDENCE otherwise.
getOrigin() - Method in class org.springframework.http.HttpHeaders
Return the value of the Origin header.
getOriginalFilename() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getOriginalFilename() - Method in interface org.springframework.web.multipart.MultipartFile
Return the original filename in the client's filesystem.
getOriginatingContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the context path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getOriginatingQueryString(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the query string part of the given request's URL.
getOriginatingRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the request URI for the given request.
getOriginatingServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the servlet path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getOutputStream() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
getParamConditionGroups() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return all parameter condition groups that have been violated.
getParamConditions() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the parameter conditions that have been violated or the first group in case of multiple groups.
getParameter() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
Return the method parameter that failed validation.
getParameter() - Method in exception org.springframework.web.bind.MissingPathVariableException
Return the method parameter bound to the path variable.
getParameter(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameter(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameter(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request parameter of the given name, or null if none.
getParameter() - Method in exception org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
Return the target method parameter.
getParameter() - Method in exception org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
Return the target method parameter.
getParameter(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameter(String) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
 
getParameterMap() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterMap() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterMap() - Method in interface org.springframework.web.context.request.WebRequest
Return a immutable Map of the request parameters, with parameter names as map keys and parameter values as map values.
getParameterMap() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterMap() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getParameterMap() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
 
getParameterName() - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
getParameterName() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
Return the name of the offending parameter.
getParameterNames() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterNames() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterNames() - Method in interface org.springframework.web.context.request.WebRequest
Return a Iterator over request parameter names.
getParameterNames() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterNames() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getParameterNames() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
 
getParametersStartingWith(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Return a map containing all parameters with the given prefix.
getParameterType() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
Return the expected type of the offending parameter.
getParameterValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterValues(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request parameter values for the given parameter name, or null if none.
getParameterValues(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterValues(String) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
 
getPassword() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the password to specify on the stub.
getPath() - Method in class org.springframework.web.context.support.ServletContextResource
Return the path for this resource.
getPath() - Method in class org.springframework.web.util.UriComponents
Return the path.
getPathSegments() - Method in class org.springframework.web.util.UriComponents
Return the list of path segments.
getPathWithinApplication(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the web application for the given request.
getPathWithinContext() - Method in class org.springframework.web.context.support.ServletContextResource
 
getPathWithinServletMapping(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the servlet mapping for the given request, i.e.
getPhaseId() - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
getPort() - Method in class org.springframework.web.util.UriComponents
Return the port.
getPortName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the name of the port.
getPortQName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the prepared QName for the port.
getPortStub(Service, QName) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Obtain the port stub from the given JAX-WS Service.
getPortStub() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the underlying JAX-WS port stub that this interceptor delegates to for each method invocation on the proxy.
getPragma() - Method in class org.springframework.http.HttpHeaders
Return the value of the Pragma header.
getPrincipal() - Method in interface org.springframework.http.server.ServerHttpRequest
Return a Principal instance containing the name of the authenticated user.
getPrincipal() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getProcessingTimeMillis() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the processing time of the request in milliseconds.
getProperty(String) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
 
getProperty(String) - Method in class org.springframework.web.context.support.ServletConfigPropertySource
 
getProperty(String) - Method in class org.springframework.web.context.support.ServletContextPropertySource
 
getPropertyEditorRegistrars() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the PropertyEditorRegistrars to be applied to every DataBinder.
getPropertyNames() - Method in class org.springframework.web.context.support.ServletConfigPropertySource
 
getPropertyNames() - Method in class org.springframework.web.context.support.ServletContextPropertySource
 
getQName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return a QName for the given name, relative to the namespace URI of this factory, if given.
getQualityValue() - Method in class org.springframework.http.MediaType
Return the quality value, as indicated by a q parameter, if any.
getQuery() - Method in class org.springframework.web.util.UriComponents
Return the query.
getQueryParams() - Method in class org.springframework.web.util.UriComponents
Return the map of query parameters.
getRange() - Method in class org.springframework.http.HttpHeaders
Return the value of the Range header.
getRangeEnd(long) - Method in class org.springframework.http.HttpRange
Return the end of the range (inclusive) given the total length of a representation.
getRangeStart(long) - Method in class org.springframework.http.HttpRange
Return the start of the range given the total length of a representation.
getRawStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status code of the response as integer
getRawStatusCode() - Method in exception org.springframework.web.client.RestClientResponseException
Return the raw HTTP status code value.
getReader() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
 
getRealPath(ServletContext, String) - Static method in class org.springframework.web.util.WebUtils
Return the real path of the given path within the web application, as provided by the servlet container.
getReasonPhrase() - Method in enum org.springframework.http.HttpStatus
Return the reason phrase of this status code.
getRemoteAddress() - Method in interface org.springframework.http.server.ServerHttpRequest
Return the address of the remote client.
getRemoteAddress() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getRemoteUser() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getRemoteUser() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getRemoteUser() - Method in interface org.springframework.web.context.request.WebRequest
Return the remote user for this request, if any.
getRequest() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Return the wrapped request.
getRequest() - Method in class org.springframework.web.context.request.ServletRequestAttributes
Exposes the native HttpServletRequest that we're wrapping.
getRequest() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
getRequestFactory() - Method in class org.springframework.http.client.support.HttpAccessor
Return the request factory that this accessor uses for obtaining client request handles.
getRequestFactory() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
 
getRequestHeaders() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
Return this request's headers as a convenient HttpHeaders instance.
getRequestHeaders() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequestMethod() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
Return this request's method as a convenient HttpMethod instance.
getRequestMethod() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequestPartName() - Method in exception org.springframework.web.multipart.support.MissingServletRequestPartException
 
getRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the request URI for the given request, detecting an include request URL if called within a RequestDispatcher include.
getRequestUrl() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the URL of the request.
getRequiredBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean.
getRequiredBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of boolean parameters, throwing an exception if not found or one isn't a boolean.
getRequiredDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of double parameters, throwing an exception if not found or one is not a number.
getRequiredFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a float parameter, throwing an exception if it isn't found or isn't a number.
getRequiredFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of float parameters, throwing an exception if not found or one is not a number.
getRequiredIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an int parameter, throwing an exception if it isn't found or isn't a number.
getRequiredIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of int parameters, throwing an exception if not found or one is not a number..
getRequiredLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a long parameter, throwing an exception if it isn't found or isn't a number.
getRequiredLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of long parameters, throwing an exception if not found or one is not a number.
getRequiredSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getRequiredStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, throwing an exception if it isn't found.
getRequiredStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of String parameters, throwing an exception if not found.
getRequiredWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getRequiredWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getResolvedFromHandlerMethod() - Method in class org.springframework.web.method.HandlerMethod
Return the HandlerMethod from which this HandlerMethod instance was resolved via HandlerMethod.createWithResolvedBean().
getResolvers() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Return a read-only list with the contained resolvers, or an empty list.
getResourceByPath(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.context.support.ServletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResponse() - Method in class org.springframework.web.context.request.ServletRequestAttributes
Exposes the native HttpServletResponse that we're wrapping (if any).
getResponseBody(HttpInvokerClientConfiguration, HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
getResponseBody(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Read the body of the given response (for inclusion in a status exception).
getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.RestClientResponseException
Return the response body as a byte array.
getResponseBodyAsString() - Method in exception org.springframework.web.client.RestClientResponseException
Return the response body as a string.
getResponseEncodedHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return whether response encoding should be used when HTML escaping characters, thus only escaping XML markup significant characters with UTF-* encodings.
getResponseHeaders() - Method in exception org.springframework.web.client.RestClientResponseException
Return the HTTP response headers.
getResponseStatus() - Method in class org.springframework.web.method.HandlerMethod
Return the specified response status, if any.
getResponseStatusReason() - Method in class org.springframework.web.method.HandlerMethod
Return the associated response status reason, if any.
getRestOperations() - Method in interface org.springframework.web.client.AsyncRestOperations
Expose the synchronous Spring RestTemplate to allow synchronous invocation.
getRestOperations() - Method in class org.springframework.web.client.AsyncRestTemplate
 
getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
Returns the RestTemplate for the gateway.
getResult() - Method in class org.springframework.web.context.request.async.DeferredResult
Return the result, or null if the result wasn't set.
getReturnType() - Method in class org.springframework.web.method.HandlerMethod
Return the HandlerMethod return type.
getReturnValueType(Object) - Method in class org.springframework.web.method.HandlerMethod
Return the actual return value type.
getRootApplicationContextInitializers() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
Specify application context initializers to be applied to the root application context that the ContextLoaderListener is being created with.
getScheme() - Method in class org.springframework.web.util.UriComponents
Return the scheme.
getSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponents
Return the scheme specific part.
getScope() - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
Template method that determines the actual target scope.
getScope() - Method in class org.springframework.web.context.request.RequestScope
 
getScope() - Method in class org.springframework.web.context.request.SessionScope
 
getScope(String) - Static method in class org.springframework.web.util.TagUtils
Determines the scope for a given input String.
getScopeMetadataResolver() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Return the custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
getSerializationView() - Method in class org.springframework.http.converter.json.MappingJacksonValue
Return the serialization view to use.
getServiceInterface() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the interface of the service that this factory should create a proxy for.
getServiceName() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the name of the service.
getServiceUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the HTTP URL of the target service.
getServletConfig() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the ServletConfig for this web application context, if any.
getServletConfig() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletConfig() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getServletConfig() - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
Returns the ServletContext to be injected or null.
getServletConfig() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
Returns the ServletContext to be injected or null.
getServletContext() - Method in class org.springframework.web.context.support.ServletContextResource
Return the ServletContext for this resource.
getServletContext() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current ServletContext.
getServletContext() - Method in interface org.springframework.web.context.WebApplicationContext
Return the standard Servlet API ServletContext for this application.
getServletContext() - Method in class org.springframework.web.filter.GenericFilterBean
Make the ServletContext of this filter available to subclasses.
getServletName() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the name of the servlet that handled the request.
getServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the servlet path for the given request, regarding an include request URL if called within a RequestDispatcher include.
getServletRequest() - Method in class org.springframework.http.server.ServletServerHttpRequest
Returns the HttpServletRequest this object is based on.
getServletResponse() - Method in class org.springframework.http.server.ServletServerHttpResponse
Return the HttpServletResponse this object is based on.
getSession(boolean) - Method in class org.springframework.web.context.request.ServletRequestAttributes
Exposes the HttpSession that we're wrapping.
getSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getSessionId() - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getSessionId() - Method in interface org.springframework.web.context.request.RequestAttributes
Return an id for the current underlying session.
getSessionId() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getSessionId() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the id of the HTTP session, if any.
getSessionId(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Determine the session id of the given request, if any.
getSessionMutex() - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getSessionMutex() - Method in interface org.springframework.web.context.request.RequestAttributes
Expose the best available mutex for the underlying session: that is, an object to synchronize on for the underlying session.
getSessionMutex() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getSessionMutex(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionMutex(HttpSession) - Static method in class org.springframework.web.util.WebUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the SessionStatus instance to use that can be used to signal that session processing is complete.
getShortDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return a short description of this event, only involving the most important context data.
getShortDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
getShortLogMessage() - Method in class org.springframework.web.method.HandlerMethod
Return a short representation of this handler method for log message purposes.
getSize() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getSize() - Method in interface org.springframework.web.multipart.MultipartFile
Return the size of the file in bytes.
getSoapActionUri() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the SOAP action URI to specify on the stub.
getSource() - Method in class org.springframework.web.bind.EscapedErrors
 
getStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the configured HTTP status, if any.
getStatusCode() - Method in class org.springframework.http.client.AbstractClientHttpResponse
 
getStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status code of the response.
getStatusCode() - Method in class org.springframework.http.ResponseEntity
Return the HTTP status code of the response.
getStatusCode() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the HTTP status code.
getStatusCode() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the HTTP status code of the response or -1 if the status code is not available.
getStatusCode() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Return the status code as specified on the response.
getStatusCodeValue() - Method in class org.springframework.http.ResponseEntity
Return the HTTP status code of the response.
getStatusText() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status text of the response.
getStatusText() - Method in exception org.springframework.web.client.RestClientResponseException
Return the HTTP status text.
getStorageDescription() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Return a description for the storage location of the multipart content.
getStrategies() - Method in class org.springframework.web.accept.ContentNegotiationManager
Return the configured content negotiation strategies.
getStrategy(Class<T>) - Method in class org.springframework.web.accept.ContentNegotiationManager
Find a ContentNegotiationStrategy of the given type.
getStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, or null if not present.
getStringParameter(ServletRequest, String, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, with a fallback value.
getStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of String parameters, return an empty array if not found.
getSupportedHttpMethods() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
Return the actually supported HTTP methods as HttpMethod instances, or null if not known.
getSupportedMediaTypes() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
getSupportedMediaTypes() - Method in interface org.springframework.http.converter.HttpMessageConverter
Return the list of MediaType objects supported by this converter.
getSupportedMediaTypes() - Method in exception org.springframework.web.HttpMediaTypeException
Return the list of supported media types.
getSupportedMethods() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
Return the actually supported HTTP methods, or null if not known.
getTargetBeanName() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the name of the target bean in the Spring application context.
getTargetBeanName(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the name of the target NavigationHandler bean in the BeanFactory.
getTargetPage(ServletRequest, String, int) - Static method in class org.springframework.web.util.WebUtils
Deprecated.
as of Spring 4.3.2, in favor of custom code for such purposes
getTempDir() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return the temporary directory for the current web application, as provided by the servlet container.
getTheme(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getTimeout() - Method in class org.springframework.web.context.request.async.WebAsyncTask
Return the timeout value in milliseconds, or null if no timeout is set.
getType() - Method in class org.springframework.http.RequestEntity
Return the type of the request's body.
getType(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
getTypeToken(Type) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
Deprecated.
as of Spring Framework 4.3.8, in favor of signature-based resolution
getUpgrade() - Method in class org.springframework.http.HttpHeaders
Return the value of the Upgrade header.
getURI() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Return the URI of the wrapped request.
getURI() - Method in interface org.springframework.http.HttpRequest
Return the URI of the request.
getURI() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getUriTemplateHandler() - Method in class org.springframework.web.client.AsyncRestTemplate
Return the configured URI template handler.
getUriTemplateHandler() - Method in class org.springframework.web.client.RestTemplate
Return the configured URI template handler.
getUrl() - Method in class org.springframework.http.RequestEntity
Return the URL of the request.
getURL() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResource, but throws a FileNotFoundException if no resource found.
getUserInfo() - Method in class org.springframework.web.util.UriComponents
Return the user info.
getUsername() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the username to specify on the stub.
getUserName() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the name of the user that was associated with the request (usually the UserPrincipal).
getUserPrincipal() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getUserPrincipal() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getUserPrincipal() - Method in interface org.springframework.web.context.request.WebRequest
Return the user principal for this request, if any.
getValidator() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the Validator to apply after each binding step, if any.
getValue() - Method in class org.springframework.http.converter.json.MappingJacksonValue
Return the POJO that needs to be serialized.
getValue(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getValue(String) - Method in interface org.springframework.web.util.UriComponents.UriTemplateVariables
Get the value for the given URI variable name.
getValuesAsList(String) - Method in class org.springframework.http.HttpHeaders
Return all values of a given header name, even if this header is set multiple times.
getVariableName() - Method in exception org.springframework.web.bind.MissingPathVariableException
Return the expected name of the path variable.
getVariableNames() - Method in class org.springframework.web.util.UriTemplate
Return the names of the variables in the template, in order.
getVary() - Method in class org.springframework.http.HttpHeaders
Return the request header names subject to content negotiation.
getView() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the View object, or null if we using a view name to be resolved by the DispatcherServlet via a ViewResolver.
getViewName() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the view name to be resolved by the DispatcherServlet via a ViewResolver, or null if a View object is set.
getWebApplicationContext() - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
Retrieve the Spring WebApplicationContext to use.
getWebApplicationContext() - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
Return the WebApplicationContext that this request runs in.
getWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getWebApplicationContext(ServletContext, String) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find a custom WebApplicationContext for this web app.
getWebApplicationContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current application context as WebApplicationContext.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Retrieve the WebApplicationContext reference to expose.
getWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getWebRequest() - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
getWriter() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the URL of the WSDL document that describes the service.
GLOBAL_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for global ApplicationContextInitializer classes to use for initializing all web application contexts in the current application: "globalInitializerClasses"
GroovyWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext implementation which takes its configuration from Groovy bean definition scripts and/or XML files, as understood by an GroovyBeanDefinitionReader.
GroovyWebApplicationContext() - Constructor for class org.springframework.web.context.support.GroovyWebApplicationContext
 
GsonBuilderUtils - Class in org.springframework.http.converter.json
A simple utility class for obtaining a Google Gson 2.x GsonBuilder which Base64-encodes byte[] properties when reading and writing JSON.
GsonBuilderUtils() - Constructor for class org.springframework.http.converter.json.GsonBuilderUtils
 
gsonBuilderWithBase64EncodedByteArrays() - Static method in class org.springframework.http.converter.json.GsonBuilderUtils
Obtain a GsonBuilder which Base64-encodes byte[] properties when reading and writing JSON.
GsonFactoryBean - Class in org.springframework.http.converter.json
A FactoryBean for creating a Google Gson 2.x Gson instance.
GsonFactoryBean() - Constructor for class org.springframework.http.converter.json.GsonFactoryBean
 
GsonHttpMessageConverter - Class in org.springframework.http.converter.json
Implementation of HttpMessageConverter that can read and write JSON using the Google Gson library's Gson class.
GsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.GsonHttpMessageConverter
Construct a new GsonHttpMessageConverter.

H

handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
Deprecated.
Processes the incoming Burlap request and creates a Burlap response.
handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleHessianServiceExporter
Processes the incoming Hessian request and creates a Hessian response.
handle(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Reads a remote invocation from the request, executes it, and writes the remote invocation result to the response.
handleContentOverflow(int) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
Template method for handling a content overflow: specifically, a request body being read that exceeds the specified content cache limit.
handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
This default implementation throws a HttpClientErrorException if the response status code is HttpStatus.Series.CLIENT_ERROR, a HttpServerErrorException if it is HttpStatus.Series.SERVER_ERROR, and a RestClientException in other cases.
handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Handle the error in the given response.
handleInternal(ServerHttpRequest, ServerHttpResponse, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Handle the given request.
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Override to provide handling when a key is successfully resolved via MappingMediaTypeFileExtensionResolver.lookupMediaType(java.lang.String).
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
This implementation of the standard JSF handleNavigation method delegates to the overloaded variant, passing in constructor-injected NavigationHandler as argument.
handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Special handleNavigation variant with explicit NavigationHandler argument.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Handle the navigation request implied by the specified parameters, through delegating to the target bean in the Spring application context.
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Override to provide handling when a key is not resolved via.
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Resolve file extension via ServletContext.getMimeType(String) and also delegate to base class for a potential JAF lookup.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.BurlapServiceExporter
Deprecated.
Processes the incoming Burlap request and creates a Burlap response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.HessianServiceExporter
Processes the incoming Hessian request and creates a Hessian response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Reads a remote invocation from the request, executes it, and writes the remote invocation result to the response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.HttpRequestHandler
Process the given request, generating a response.
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked after a value is resolved.
handleResponse(URI, HttpMethod, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
Handle the given response, performing appropriate logging and invoking the ResponseErrorHandler if necessary.
handleResult(Object) - Method in interface org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Add non-null return values to the ModelAndViewContainer.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
Handle the given return value by adding attributes to the model and setting a view or setting the ModelAndViewContainer.setRequestHandled(boolean) flag to true to indicate the response has been handled directly.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Iterate over registered HandlerMethodReturnValueHandlers and invoke the one that supports it.
handlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Customize the construction of Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
HandlerMethod - Class in org.springframework.web.method
Encapsulates information about a handler method consisting of a method and a bean.
HandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean instance and a method.
HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean instance, method name, and parameter types.
HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean name, a method, and a BeanFactory.
HandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.HandlerMethod
Copy constructor for use in subclasses.
HandlerMethod.HandlerMethodParameter - Class in org.springframework.web.method
A MethodParameter with HandlerMethod-specific behavior.
HandlerMethodArgumentResolver - Interface in org.springframework.web.method.support
Strategy interface for resolving method parameters into argument values in the context of a given request.
HandlerMethodArgumentResolverComposite - Class in org.springframework.web.method.support
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.
HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
HandlerMethodInvocationException - Exception in org.springframework.web.bind.annotation.support
Deprecated.
as of 4.3, in favor of the HandlerMethod-based MVC infrastructure
HandlerMethodInvocationException(Method, Throwable) - Constructor for exception org.springframework.web.bind.annotation.support.HandlerMethodInvocationException
Deprecated.
Create a new HandlerMethodInvocationException for the given Method handle and cause.
HandlerMethodInvoker - Class in org.springframework.web.bind.annotation.support
Deprecated.
as of 4.3, in favor of the HandlerMethod-based MVC infrastructure
HandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, WebArgumentResolver[], HttpMessageConverter<?>[]) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
HandlerMethodParameter(int) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
HandlerMethodResolver - Class in org.springframework.web.bind.annotation.support
Deprecated.
as of 4.3, in favor of the HandlerMethod-based MVC infrastructure
HandlerMethodResolver() - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
HandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
Strategy interface to handle the value returned from the invocation of a handler method .
HandlerMethodReturnValueHandlerComposite - Class in org.springframework.web.method.support
Handles method return values by delegating to a list of registered HandlerMethodReturnValueHandlers.
HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
HandlerMethodSelector - Class in org.springframework.web.method
Deprecated.
as of Spring 4.2.3, in favor of the generalized and refined MethodIntrospector
HandlerMethodSelector() - Constructor for class org.springframework.web.method.HandlerMethodSelector
Deprecated.
 
handleTimeout(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when the async request times out before the Callable task completes.
handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation always returns RESULT_NONE.
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request times out before the DeferredResult has been set.
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation returns true by default allowing other interceptors to be given a chance to handle the timeout.
handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
hasAncestorOfType(Tag, Class<?>) - Static method in class org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type.
hasBody() - Method in class org.springframework.http.HttpEntity
Indicates whether this entity has a body.
hasConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Whether a result value exists as a result of concurrent handling.
hasContributors() - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Delegates to DefaultResponseErrorHandler.hasError(HttpStatus) with the response status code.
hasError(HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Indicate whether the given response has any errors.
hasErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasExceptionMappings() - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Whether the contained type has any exception mappings.
hasFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
hashCode() - Method in class org.springframework.http.HttpEntity
 
hashCode() - Method in class org.springframework.http.HttpHeaders
 
hashCode() - Method in class org.springframework.http.RequestEntity
 
hashCode() - Method in class org.springframework.http.ResponseEntity
 
hashCode() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the hash code of the underlying ServletContext resource location.
hashCode() - Method in class org.springframework.web.method.ControllerAdviceBean
 
hashCode() - Method in class org.springframework.web.method.HandlerMethod
 
hasMethodAnnotation(Class<T>) - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
hasMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
Return whether the parameter is declared with the given annotation type.
hasResult() - Method in class org.springframework.web.context.request.async.DeferredResult
Return true if the DeferredResult has been set.
hasSessionAttributes() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
hasSessionAttributes() - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Whether the controller represented by this instance has declared any session attributes through an SessionAttributes annotation.
hasSubmitParameter(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check if a specific input type="submit" parameter was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
hasTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
head(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP HEAD builder with the given url.
header(String, String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Add the given, single header value under the given name.
header(String, String...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Add the given, single header value under the given name.
HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that checks the 'Accept' request header.
HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
 
headers(HttpHeaders) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Copy the given headers into the entity's headers map.
headersExtractor() - Method in class org.springframework.web.client.AsyncRestTemplate
Returns a response extractor for HttpHeaders.
headersExtractor() - Method in class org.springframework.web.client.RestTemplate
Returns a response extractor for HttpHeaders.
headForHeaders(String, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously retrieve all headers of the resource specified by the URL.
headForHeaders(String, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
headForHeaders(URI) - Method in class org.springframework.web.client.AsyncRestTemplate
 
headForHeaders(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URL.
headForHeaders(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(URI) - Method in class org.springframework.web.client.RestTemplate
 
HessianClientInterceptor - Class in org.springframework.remoting.caucho
MethodInterceptor for accessing a Hessian service.
HessianClientInterceptor() - Constructor for class org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianExporter - Class in org.springframework.remoting.caucho
General stream-based protocol exporter for a Hessian endpoint.
HessianExporter() - Constructor for class org.springframework.remoting.caucho.HessianExporter
 
HessianProxyFactoryBean - Class in org.springframework.remoting.caucho
FactoryBean for Hessian proxies.
HessianProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
HessianServiceExporter - Class in org.springframework.remoting.caucho
Servlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
HessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.HessianServiceExporter
 
HiddenHttpMethodFilter - Class in org.springframework.web.filter
Filter that converts posted method parameters into HTTP methods, retrievable via HttpServletRequest.getMethod().
HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
 
HOST - Static variable in class org.springframework.http.HttpHeaders
The HTTP Host header field name.
host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI host.
HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
HTML escape parameter at the servlet context level (i.e.
htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscape(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn HTML character references into their plain text UNICODE equivalent.
HtmlUtils - Class in org.springframework.web.util
Utility class for HTML escaping.
HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
 
HTTP_HEADER_ACCEPT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_ACCEPT_LANGUAGE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_METHOD_POST - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, defining common properties such as the ClientHttpRequestFactory to operate on.
HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
 
HttpClientErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 4xx is received.
HttpClientErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus.
HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus and status text.
HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpComponentsAsyncClientHttpRequestFactory - Class in org.springframework.http.client
Asynchronous extension of the HttpComponentsClientHttpRequestFactory.
HttpComponentsAsyncClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with a default HttpAsyncClient and HttpClient.
HttpComponentsAsyncClientHttpRequestFactory(CloseableHttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given HttpAsyncClient instance and a default HttpClient.
HttpComponentsAsyncClientHttpRequestFactory(CloseableHttpClient, CloseableHttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given HttpClient and HttpAsyncClient instances.
HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses Apache HttpComponents HttpClient to create requests.
HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with a default HttpClient.
HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpComponentsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses Apache HttpComponents HttpClient to execute POST requests.
HttpComponentsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a new instance of the HttpComponentsHttpInvokerRequestExecutor with a default HttpClient that uses a default org.apache.http.impl.conn.PoolingClientConnectionManager.
HttpComponentsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpEntity<T> - Class in org.springframework.http
Represents an HTTP request or response entity, consisting of headers and body.
HttpEntity() - Constructor for class org.springframework.http.HttpEntity
Create a new, empty HttpEntity.
HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and no headers.
HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given headers and no body.
HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and headers.
httpEntityCallback(HttpEntity<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
Returns a request callback implementation that writes the given object to the request stream.
httpEntityCallback(HttpEntity<T>, Type) - Method in class org.springframework.web.client.AsyncRestTemplate
Returns a request callback implementation that writes the given object to the request stream.
httpEntityCallback(Object) - Method in class org.springframework.web.client.RestTemplate
Returns a request callback implementation that writes the given object to the request stream.
httpEntityCallback(Object, Type) - Method in class org.springframework.web.client.RestTemplate
Returns a request callback implementation that writes the given object to the request stream.
HttpHeaders - Class in org.springframework.http
Represents HTTP request and response headers, mapping string header names to a list of string values.
HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
Constructs a new, empty instance of the HttpHeaders object.
HttpInputMessage - Interface in org.springframework.http
Represents an HTTP input message, consisting of headers and a readable body.
HttpInvokerClientConfiguration - Interface in org.springframework.remoting.httpinvoker
Configuration interface for executing HTTP invoker requests.
HttpInvokerClientInterceptor - Class in org.springframework.remoting.httpinvoker
MethodInterceptor for accessing an HTTP invoker service.
HttpInvokerClientInterceptor() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
HttpInvokerProxyFactoryBean - Class in org.springframework.remoting.httpinvoker
FactoryBean for HTTP invoker proxies.
HttpInvokerProxyFactoryBean() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
HttpInvokerRequestExecutor - Interface in org.springframework.remoting.httpinvoker
Strategy interface for actual execution of an HTTP invoker request.
HttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
Servlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
HttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
 
HttpMediaTypeException - Exception in org.springframework.web
Abstract base for exceptions related to media types.
HttpMediaTypeException(String) - Constructor for exception org.springframework.web.HttpMediaTypeException
Create a new HttpMediaTypeException.
HttpMediaTypeException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeException
Create a new HttpMediaTypeException with a list of supported media types.
HttpMediaTypeNotAcceptableException - Exception in org.springframework.web
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
HttpMediaTypeNotAcceptableException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
Create a new HttpMediaTypeNotAcceptableException.
HttpMediaTypeNotAcceptableException(List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException - Exception in org.springframework.web
Exception thrown when a client POSTs, PUTs, or PATCHes content of a type not supported by request handler.
HttpMediaTypeNotSupportedException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMessage - Interface in org.springframework.http
Represents the base interface for HTTP request and response messages.
HttpMessageConversionException - Exception in org.springframework.http.converter
Thrown by HttpMessageConverter implementations when a conversion attempt fails.
HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConverter<T> - Interface in org.springframework.http.converter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
Response extractor that uses the given entity converters to convert the response into a type T.
HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Create a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageNotReadableException - Exception in org.springframework.http.converter
HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
Create a new HttpMessageNotReadableException.
HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
Create a new HttpMessageNotReadableException.
HttpMessageNotWritableException - Exception in org.springframework.http.converter
HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMethod - Enum in org.springframework.http
Java 5 enumeration of HTTP request methods.
HttpOutputMessage - Interface in org.springframework.http
Represents an HTTP output message, consisting of headers and a writable body.
HttpPutFormContentFilter - Class in org.springframework.web.filter
Filter that makes form encoded data available through the ServletRequest.getParameter*() family of methods during HTTP PUT or PATCH requests.
HttpPutFormContentFilter() - Constructor for class org.springframework.web.filter.HttpPutFormContentFilter
 
HttpRange - Class in org.springframework.http
Represents an HTTP (byte) range for use with the HTTP "Range" header.
HttpRange() - Constructor for class org.springframework.http.HttpRange
 
HttpRequest - Interface in org.springframework.http
Represents an HTTP request message, consisting of method and uri.
HttpRequestHandler - Interface in org.springframework.web
Plain handler interface for components that process HTTP requests, analogous to a Servlet.
HttpRequestHandlerServlet - Class in org.springframework.web.context.support
Simple HttpServlet that delegates to an HttpRequestHandler bean defined in Spring's root web application context.
HttpRequestHandlerServlet() - Constructor for class org.springframework.web.context.support.HttpRequestHandlerServlet
 
HttpRequestMethodNotSupportedException - Exception in org.springframework.web
Exception thrown when a request handler does not support a specific request method.
HttpRequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, Collection<String>) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[]) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[], String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestWrapper - Class in org.springframework.http.client.support
Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the request.
HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
Create a new HttpRequest wrapping the given request object.
HttpServerErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 5xx is received.
HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus.
HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus and status text.
HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus, status text, and response body content.
HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus, status text, and response body content.
HttpSessionMutexListener - Class in org.springframework.web.util
Servlet HttpSessionListener that automatically exposes the session mutex when an HttpSession gets created.
HttpSessionMutexListener() - Constructor for class org.springframework.web.util.HttpSessionMutexListener
 
HttpSessionRequiredException - Exception in org.springframework.web
Exception thrown when an HTTP request handler requires a pre-existing session.
HttpSessionRequiredException(String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpSessionRequiredException(String, String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpStatus - Enum in org.springframework.http
Enumeration of HTTP status codes.
HttpStatus.Series - Enum in org.springframework.http
Enumeration of HTTP status series.
HttpStatusCodeException - Exception in org.springframework.web.client
Abstract base class for exceptions based on an HttpStatus.
HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance with an HttpStatus.
HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance with an HttpStatus and status text.
HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatus, status text, and content.
HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatus, status text, content, and a response charset.

I

IF_MATCH - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-Match header field name.
IF_MODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-Modified-Since header field name.
IF_NONE_MATCH - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-None-Match header field name.
IF_RANGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-Range header field name.
IF_UNMODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-Unmodified-Since header field name.
ifModifiedSince(long) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the value of the If-Modified-Since header.
ifNoneMatch(String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the values of the If-None-Match header.
IMAGE_GIF - Static variable in class org.springframework.http.MediaType
Public constant media type for image/gif.
IMAGE_GIF_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_GIF.
IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
Public constant media type for image/jpeg.
IMAGE_JPEG_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_JPEG.
IMAGE_PNG - Static variable in class org.springframework.http.MediaType
Public constant media type for image/png.
IMAGE_PNG_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_PNG.
immutableValueTypes - Static variable in class org.springframework.web.context.request.ServletRequestAttributes
 
INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for include URI and paths.
INCLUDE_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
includes(MediaType) - Method in class org.springframework.http.MediaType
Indicate whether this MediaType includes the given media type.
indentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
init(ObjectMapper) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
init(Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
Initialize a new HandlerMethodResolver for the specified handler type.
init() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
 
init() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
init(FilterConfig) - Method in class org.springframework.web.filter.CompositeFilter
Initialize all the filters, calling each one's init method in turn in the order supplied.
init(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
Standard way of initializing this filter.
initApplicationContext(ApplicationContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
initBeanDefinitionReader(GroovyBeanDefinitionReader) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.filter.GenericFilterBean
Initialize the BeanWrapper for this GenericFilterBean, possibly with custom editors.
InitBinder - Annotation Type in org.springframework.web.bind.annotation
Annotation that identifies methods which initialize the WebDataBinder which will be used for populating command and form object arguments of annotated handler methods.
initBinder(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
initBinder(WebDataBinder, WebRequest) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to further initialize the created data binder instance (e.g.
initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
Initialize the given DataBinder for the given request.
initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Initialize a WebDataBinder with @InitBinder methods.
InitBinderDataBinderFactory - Class in org.springframework.web.method.annotation
Adds initialization to a WebDataBinder via @InitBinder methods.
InitBinderDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Create a new instance.
initDelegate(WebApplicationContext) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Initialize the Filter delegate, defined as bean the given Spring application context.
initFilterBean() - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom initialization.
initializeExtensionRegistry(ExtensionRegistry) - Method in interface org.springframework.http.converter.protobuf.ExtensionRegistryInitializer
Initializes the ExtensionRegistry with Protocol Message extensions
initializeMultipart() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Lazily initialize the multipart request, if possible.
initializeMultipart() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
initLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Deprecated.
Initialize log4j, including setting the web app root system property.
initModel(NativeWebRequest, ModelAndViewContainer, HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
Populate the model in the following order: Retrieve "known" session attributes listed as @SessionAttributes.
initPropertySources(ServletContext, ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebEnvironment
Replace any stub property source instances acting as placeholders with real servlet context/config property sources using the given parameters.
initPropertySources() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
initPropertySources() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
initPropertySources(ServletContext, ServletConfig) - Method in class org.springframework.web.context.support.StandardServletEnvironment
 
initPropertySources() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
initServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Subclasses may override this for custom initialization based on the ServletContext that this application object runs in.
initServletPropertySources(MutablePropertySources, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Replace Servlet-based stub property sources with actual instances populated with the given servletContext and servletConfig objects.
initUriComponentsBuilder(String) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
Create a UriComponentsBuilder from the URI template string.
initWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Initialize Spring's web application context for the given servlet context, using the application context provided at construction time, or creating a new one according to the "contextClass" and "contextConfigLocation" context-params.
intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - Method in interface org.springframework.http.client.AsyncClientHttpRequestInterceptor
Intercept the given request, and return a response future.
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
Intercept the given request, and return a response.
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.http.client.support.BasicAuthorizationInterceptor
 
InterceptingAsyncClientHttpRequestFactory - Class in org.springframework.http.client
InterceptingAsyncClientHttpRequestFactory(AsyncClientHttpRequestFactory, List<AsyncClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
Create new instance of InterceptingAsyncClientHttpRequestFactory with delegated request factory and list of interceptors.
InterceptingAsyncHttpAccessor - Class in org.springframework.http.client.support
The HTTP accessor that extends the base AsyncHttpAccessor with request intercepting functionality.
InterceptingAsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
 
InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
Create a new instance of the InterceptingClientHttpRequestFactory with the given parameters.
InterceptingHttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, adding interceptor-related properties to HttpAccessor's common properties.
InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
 
IntrospectorCleanupListener - Class in org.springframework.web.util
Listener that flushes the JDK's JavaBeans Introspector cache on web app shutdown.
IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
 
InvalidMediaTypeException - Exception in org.springframework.http
Exception thrown from MediaType.parseMediaType(String) in case of encountering an invalid media type specification String.
InvalidMediaTypeException(String, String) - Constructor for exception org.springframework.http.InvalidMediaTypeException
Create a new InvalidMediaTypeException for the given media type.
InvocableHandlerMethod - Class in org.springframework.web.method.support
Provides a method for invoking the handler method for a given request after resolving its method argument values through registered HandlerMethodArgumentResolvers.
InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Create an instance from a HandlerMethod.
InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Create an instance from a bean instance and a method.
InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Construct a new handler method with the given bean instance, method name and parameters.
invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
 
invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.BurlapExporter
Deprecated.
Perform an invocation on the exported object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
Perform an invocation on the exported object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
invokeDelegate(Filter, ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Actually invoke the delegate Filter with the given request and response.
invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Invoke the method after resolving its argument values in the context of the given request.
invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
invokeMethod(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
 
is1xxInformational() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.INFORMATIONAL.
is2xxSuccessful() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.SUCCESSFUL.
is3xxRedirection() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.REDIRECTION.
is4xxClientError() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.CLIENT_ERROR.
is5xxServerError() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.SERVER_ERROR.
isAcceptGzipEncoding() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
isApplicableToBeanType(Class<?>) - Method in class org.springframework.web.method.ControllerAdviceBean
Check whether the given bean type should be assisted by this @ControllerAdvice instance.
isAsyncComplete() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Whether asynchronous processing has completed.
isAsyncComplete() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
isAsyncComplete() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
Whether async request processing has completed.
isAsyncDispatch(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
The dispatcher type javax.servlet.DispatcherType.ASYNC introduced in Servlet 3.0 means a filter can be invoked in more than one thread over the course of a single request.
isAsyncReturnValue(Object, MethodParameter) - Method in interface org.springframework.web.method.support.AsyncHandlerMethodReturnValueHandler
Whether the given return value represents asynchronous computation.
isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
isAsyncStarted() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Whether the request is in async mode following a call to AsyncWebRequest.startAsync().
isAsyncStarted() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
isAsyncStarted() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
isAsyncStarted(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
Whether request processing is in asynchronous mode meaning that the response will not be committed after the current thread is exited.
isAutoGrowNestedPaths() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return whether a binder should attempt to "auto-grow" a nested path that contains a null value.
isAvailable() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Determine whether the multipart content is still available.
isBindEmptyMultipartFiles() - Method in class org.springframework.web.bind.WebDataBinder
Return whether to bind empty MultipartFile parameters.
isBinderMethodApplicable(HandlerMethod, WebDataBinder) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Return true if the given @InitBinder method should be invoked to initialize the given WebDataBinder.
isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Whether to raise a fatal bind exception on validation errors.
isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
Determine whether the given value qualifies as a "binding candidate", i.e.
isBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether binding is disabled for the given model attribute.
isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
Indicate whether this MediaType is compatible with the given media type.
isComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
Return whether the current handler's session processing has been marked as complete.
isComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
 
isCompleted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
Return whether asynchronous request processing has been completed.
isCompleted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
isConcurrentHandlingStarted() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Whether the selected handler for the current request chose to handle the request asynchronously.
isContextRequired() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isCookieHttpOnly() - Method in class org.springframework.web.util.CookieGenerator
Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
isCookieSecure() - Method in class org.springframework.web.util.CookieGenerator
Return whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
isCorsRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
Returns true if the request is a valid CORS one.
isDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Deprecated.
isDirectFieldAccess() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return whether to use direct field access instead of bean property access.
isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, InputStream) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
Indicates whether the given request and response are eligible for ETag generation.
isEmpty() - Method in class org.springframework.http.HttpHeaders
 
isEmpty() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
isEmpty() - Method in interface org.springframework.web.multipart.MultipartFile
Return whether the uploaded file is empty, that is, either no file has been chosen in the multipart form or the chosen file has no content.
isForceRequestEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
Return whether the encoding should be forced on requests
isForceResponseEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
Return whether the encoding should be forced on responses.
isGzipResponse(HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Determine whether the given response indicates a GZIP response.
isGzipResponse(HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Determine whether the given response is a GZIP response.
isHandlerMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
isHandlerSessionAttribute(String, Class<?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Whether the attribute name or type match the names and types specified via @SessionAttributes in underlying controller.
isImmutableSessionAttribute(String, Object) - Method in class org.springframework.web.context.request.ServletRequestAttributes
Determine whether the given value is to be considered as an immutable session attribute, that is, doesn't have to be re-set via session.setAttribute since its value cannot meaningfully change internally.
isIncludeClientInfo() - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
Return whether or not the session id and user name should be included in the log message.
isIncludeClientInfo() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether the client address and session id should be included in the log message.
isIncludeHeaders() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether the request headers should be included in the log message.
isIncludePayload() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether the request payload (body) should be included in the log message.
isIncludeQueryString() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether the query string should be included in the log message.
isIncludeRequest(ServletRequest) - Static method in class org.springframework.web.util.WebUtils
Determine whether the given request is an include request, that is, not a top-level HTTP request coming in from the outside.
isInitBinderMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
isMaintainSession() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the "session.maintain" flag to specify on the stub.
isModelAttributeMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Determine if the given request contains multipart content.
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
isMultipartArgument(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
 
isMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
 
isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
 
isPreFlightRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
Returns true if the request is a valid CORS pre-flight one.
isPrepared() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return whether this client interceptor has already been prepared, i.e.
isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Returns the configured value for whether XML external entities are allowed.
isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
Returns the configured value for whether XML external entities are allowed.
isReadable() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, which returns null in case of a non-readable resource (e.g.
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
isRequestActive() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Determine whether the original request is still active.
isRequestHandled() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the request has been handled fully within the handler.
isSameOrigin(HttpRequest) - Static method in class org.springframework.web.util.WebUtils
Check if the request is a same-origin one, based on Origin, Host, Forwarded and X-Forwarded-Host headers.
isSecure() - Method in class org.springframework.web.context.request.FacesWebRequest
 
isSecure() - Method in class org.springframework.web.context.request.ServletWebRequest
 
isSecure() - Method in interface org.springframework.web.context.request.WebRequest
Return whether this request has been sent over a secure transport mechanism (such as SSL).
isSessionAttribute(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Deprecated.
 
isSetOrExpired() - Method in class org.springframework.web.context.request.async.DeferredResult
Return true if this DeferredResult is no longer usable either because it was previously set or because the underlying request expired.
isSingleton() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
isSingleton() - Method in class org.springframework.http.converter.json.GsonFactoryBean
 
isSingleton() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
isSingleton() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
isStarted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
Return whether asynchronous request processing has been started.
isStarted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
isStrictEncoding() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
Whether to strictly encode any character outside the unreserved set.
isSupportDtd() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Whether DTD parsing is supported.
isSupportDtd() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
Whether DTD parsing is supported.
isTargetFilterLifecycle() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
isUploadTempDirSpecified() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
isUserInRole(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
isUserInRole(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
isUserInRole(String) - Method in interface org.springframework.web.context.request.WebRequest
Determine whether the user is in the given role for this request.
isUseSoapAction() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the "soapaction.use" flag to specify on the stub.
isValidOrigin(HttpRequest, Collection<String>) - Static method in class org.springframework.web.util.WebUtils
Check the given request origin against a list of allowed origins.
isViewReference() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the view is a view reference specified via a name to be resolved by the DispatcherServlet via a ViewResolver.
isVoid() - Method in class org.springframework.web.method.HandlerMethod
Return true if the method return type is void, false otherwise.
isWriteWeakETag() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
Return whether the ETag value written to the response should be weak, as per RFC 7232.

J

Jackson2ObjectMapperBuilder - Class in org.springframework.http.converter.json
A builder used to create ObjectMapper instances with a fluent API.
Jackson2ObjectMapperBuilder() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
Jackson2ObjectMapperFactoryBean - Class in org.springframework.http.converter.json
A FactoryBean for creating a Jackson 2.x ObjectMapper (default) or XmlMapper (createXmlMapper property set to true) with setters to enable or disable Jackson features from within XML configuration.
Jackson2ObjectMapperFactoryBean() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
javaScriptEscape(String) - Static method in class org.springframework.web.util.JavaScriptUtils
Turn JavaScript special characters into escaped characters.
JavaScriptUtils - Class in org.springframework.web.util
Utility class for JavaScript escaping.
JavaScriptUtils() - Constructor for class org.springframework.web.util.JavaScriptUtils
 
Jaxb2CollectionHttpMessageConverter<T extends Collection> - Class in org.springframework.http.converter.xml
An HttpMessageConverter that can read XML collections using JAXB2.
Jaxb2CollectionHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
Jaxb2RootElementHttpMessageConverter - Class in org.springframework.http.converter.xml
Implementation of HttpMessageConverter that can read and write XML using JAXB2.
Jaxb2RootElementHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
JaxWsPortClientInterceptor - Class in org.springframework.remoting.jaxws
MethodInterceptor for accessing a specific port of a JAX-WS service.
JaxWsPortClientInterceptor() - Constructor for class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
JaxWsPortProxyFactoryBean - Class in org.springframework.remoting.jaxws
FactoryBean for a specific port of a JAX-WS service.
JaxWsPortProxyFactoryBean() - Constructor for class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
JaxWsSoapFaultException - Exception in org.springframework.remoting.jaxws
Spring SoapFaultException adapter for the JAX-WS SOAPFaultException class.
JaxWsSoapFaultException(SOAPFaultException) - Constructor for exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
Constructor for JaxWsSoapFaultException.
JNDI_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
JNDI property source name: "jndiProperties"
json() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Obtain a Jackson2ObjectMapperBuilder instance in order to build a regular JSON ObjectMapper instance.

K

keyDeserializerInstance(DeserializationConfig, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
keySet() - Method in class org.springframework.http.HttpHeaders
 

L

LAST_MODIFIED - Static variable in class org.springframework.http.HttpHeaders
The HTTP Last-Modified header field name.
lastModified(long) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
LINK - Static variable in class org.springframework.http.HttpHeaders
The HTTP Link header field name.
LiveBeansViewServlet - Class in org.springframework.web.context.support
Servlet variant of LiveBeansView's MBean exposure.
LiveBeansViewServlet() - Constructor for class org.springframework.web.context.support.LiveBeansViewServlet
 
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Register a BeanDefinition for any classes specified by AnnotationConfigWebApplicationContext.register(Class...) and scan any packages specified by AnnotationConfigWebApplicationContext.scan(String...).
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
Loads the bean definitions via an GroovyBeanDefinitionReader.
loadBeanDefinitions(GroovyBeanDefinitionReader) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
Load the bean definitions with the given GroovyBeanDefinitionReader.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadParentContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Template method with default implementation (which may be overridden by a subclass), to load or obtain an ApplicationContext instance which will be used as the parent context of the root WebApplicationContext.
locale(Locale) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default Locale to use for formatting.
locale(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default Locale to use for formatting.
LocalJaxWsServiceFactory - Class in org.springframework.remoting.jaxws
Factory for locally defined JAX-WS Service references.
LocalJaxWsServiceFactory() - Constructor for class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
LocalJaxWsServiceFactoryBean - Class in org.springframework.remoting.jaxws
FactoryBean for locally defined JAX-WS Service references.
LocalJaxWsServiceFactoryBean() - Constructor for class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
LOCATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Location header field name.
location(URI) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the location of a resource, as specified by the Location header.
LOCATOR_FACTORY_KEY_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Optional servlet context parameter (i.e., "parentContextKey") used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
LOCATOR_FACTORY_SELECTOR_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Optional servlet context parameter (i.e., "locatorFactorySelector") used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
Log4jConfigListener - Class in org.springframework.web.util
Deprecated.
as of Spring 4.2.1, in favor of Apache Log4j 2 (following Apache's EOL declaration for log4j 1.x)
Log4jConfigListener() - Constructor for class org.springframework.web.util.Log4jConfigListener
Deprecated.
 
log4jLogger - Variable in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
Logger available to subclasses
log4jLogger - Variable in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Deprecated.
Logger available to subclasses
Log4jNestedDiagnosticContextFilter - Class in org.springframework.web.filter
Deprecated.
as of Spring 4.2.1, in favor of Apache Log4j 2 (following Apache's EOL declaration for log4j 1.x)
Log4jNestedDiagnosticContextFilter() - Constructor for class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Deprecated.
 
Log4jNestedDiagnosticContextInterceptor - Class in org.springframework.web.context.request
Deprecated.
as of Spring 4.2.1, in favor of Apache Log4j 2 (following Apache's EOL declaration for log4j 1.x)
Log4jNestedDiagnosticContextInterceptor() - Constructor for class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
 
Log4jWebConfigurer - Class in org.springframework.web.util
Deprecated.
as of Spring 4.2.1, in favor of Apache Log4j 2 (following Apache's EOL declaration for log4j 1.x)
Log4jWebConfigurer() - Constructor for class org.springframework.web.util.Log4jWebConfigurer
Deprecated.
 
logger - Variable in class org.springframework.http.client.support.AsyncHttpAccessor
Logger available to subclasses.
logger - Variable in class org.springframework.http.client.support.HttpAccessor
Logger available to subclasses
logger - Variable in class org.springframework.http.converter.AbstractHttpMessageConverter
Logger available to subclasses
logger - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
logger - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
logger - Variable in class org.springframework.web.client.support.RestGatewaySupport
Logger available to subclasses
logger - Variable in class org.springframework.web.context.AbstractContextLoaderInitializer
Logger available to subclasses
logger - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
logger - Variable in class org.springframework.web.filter.GenericFilterBean
Logger available to subclasses
logger - Variable in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
logger - Variable in class org.springframework.web.method.HandlerMethod
Logger that is available to subclasses
logger - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
logger - Variable in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
logger - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
logger - Static variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
logger - Variable in class org.springframework.web.util.CookieGenerator
 
logWarningIfNecessary(Type, Throwable) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
lookupMediaType(String) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Use this method for a reverse lookup from extension to MediaType.
lookupMultipartResolver(HttpServletRequest) - Method in class org.springframework.web.multipart.support.MultipartFilter
Look up the MultipartResolver that this filter should use, taking the current HTTP request as argument.
lookupMultipartResolver() - Method in class org.springframework.web.multipart.support.MultipartFilter
Look for a MultipartResolver bean in the root web application context.

M

MapMethodProcessor - Class in org.springframework.web.method.annotation
Resolves Map method arguments and handles Map return values.
MapMethodProcessor() - Constructor for class org.springframework.web.method.annotation.MapMethodProcessor
 
Mapping - Annotation Type in org.springframework.web.bind.annotation
Meta annotation that indicates a web mapping annotation.
MappingJackson2HttpMessageConverter - Class in org.springframework.http.converter.json
Implementation of HttpMessageConverter that can read and write JSON using Jackson 2.x's ObjectMapper.
MappingJackson2HttpMessageConverter() - Constructor for class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Construct a new MappingJackson2HttpMessageConverter using default configuration provided by Jackson2ObjectMapperBuilder.
MappingJackson2HttpMessageConverter(ObjectMapper) - Constructor for class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Construct a new MappingJackson2HttpMessageConverter with a custom ObjectMapper.
MappingJackson2XmlHttpMessageConverter - Class in org.springframework.http.converter.xml
MappingJackson2XmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
Construct a new MappingJackson2XmlHttpMessageConverter using default configuration provided by Jackson2ObjectMapperBuilder.
MappingJackson2XmlHttpMessageConverter(ObjectMapper) - Constructor for class org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
Construct a new MappingJackson2XmlHttpMessageConverter with a custom ObjectMapper (must be a XmlMapper instance).
MappingJacksonInputMessage - Class in org.springframework.http.converter.json
HttpInputMessage that can eventually stores a Jackson view that will be used to deserialize the message.
MappingJacksonInputMessage(InputStream, HttpHeaders) - Constructor for class org.springframework.http.converter.json.MappingJacksonInputMessage
 
MappingJacksonInputMessage(InputStream, HttpHeaders, Class<?>) - Constructor for class org.springframework.http.converter.json.MappingJacksonInputMessage
 
MappingJacksonValue - Class in org.springframework.http.converter.json
A simple holder for the POJO to serialize via MappingJackson2HttpMessageConverter along with further serialization instructions to be passed in to the converter.
MappingJacksonValue(Object) - Constructor for class org.springframework.http.converter.json.MappingJacksonValue
Create a new instance wrapping the given POJO to be serialized.
MappingMediaTypeFileExtensionResolver - Class in org.springframework.web.accept
An implementation of MediaTypeFileExtensionResolver that maintains lookups between file extensions and MediaTypes in both directions.
MappingMediaTypeFileExtensionResolver(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Create an instance with the given map of file extensions and media types.
MarshallingHttpMessageConverter - Class in org.springframework.http.converter.xml
Implementation of HttpMessageConverter that can read and write XML using Spring's Marshaller and Unmarshaller abstractions.
MarshallingHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingHttpMessageConverter with no Marshaller or Unmarshaller set.
MarshallingHttpMessageConverter(Marshaller) - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller set.
MarshallingHttpMessageConverter(Marshaller, Unmarshaller) - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller and Unmarshaller.
match(String) - Method in class org.springframework.web.util.UriTemplate
Match the given URI to a map of variable values.
matches(String) - Method in enum org.springframework.http.HttpMethod
Determine whether this HttpMethod matches the given method value.
matches(String) - Method in class org.springframework.web.util.UriTemplate
Indicate whether the given URI matches this template.
MatrixVariable - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to a name-value pair within a path segment.
MAX_FORWARDS - Static variable in class org.springframework.http.HttpHeaders
The HTTP Max-Forwards header field name.
maxAge(long, TimeUnit) - Static method in class org.springframework.http.CacheControl
Add a "max-age=" directive.
MaxUploadSizeExceededException - Exception in org.springframework.web.multipart
MultipartException subclass thrown when an upload exceeds the maximum upload size allowed.
MaxUploadSizeExceededException(long) - Constructor for exception org.springframework.web.multipart.MaxUploadSizeExceededException
Constructor for MaxUploadSizeExceededException.
MaxUploadSizeExceededException(long, Throwable) - Constructor for exception org.springframework.web.multipart.MaxUploadSizeExceededException
Constructor for MaxUploadSizeExceededException.
MediaType - Class in org.springframework.http
A sub-class of MimeType that adds support for quality parameters as defined in the HTTP specification.
MediaType(String) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given primary type.
MediaType(String, String) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given primary type and subtype.
MediaType(String, String, Charset) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and character set.
MediaType(String, String, double) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and quality value.
MediaType(MediaType, Charset) - Constructor for class org.springframework.http.MediaType
Copy-constructor that copies the type, subtype and parameters of the given MediaType, and allows to set the specified character set.
MediaType(MediaType, Map<String, String>) - Constructor for class org.springframework.http.MediaType
Copy-constructor that copies the type and subtype of the given MediaType, and allows for different parameter.
MediaType(String, String, Map<String, String>) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and parameters.
MediaTypeEditor - Class in org.springframework.http
Editor for MediaType descriptors, to automatically convert String specifications (e.g.
MediaTypeEditor() - Constructor for class org.springframework.http.MediaTypeEditor
 
MediaTypeFileExtensionResolver - Interface in org.springframework.web.accept
Strategy to resolve MediaType to a list of file extensions.
mergeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Copy attributes in the supplied Map with existing objects of the same name taking precedence (i.e.
mergeRequestConfig(RequestConfig) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Merge the given HttpClient-level RequestConfig with the factory-level RequestConfig, if necessary.
method(HttpMethod, URI) - Static method in class org.springframework.http.RequestEntity
Create a builder with the given method and url.
MethodArgumentConversionNotSupportedException - Exception in org.springframework.web.method.annotation
A ConversionNotSupportedException raised while resolving a method argument.
MethodArgumentConversionNotSupportedException(Object, Class<?>, String, MethodParameter, Throwable) - Constructor for exception org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
 
MethodArgumentNotValidException - Exception in org.springframework.web.bind
Exception to be thrown when validation on an argument annotated with @Valid fails.
MethodArgumentNotValidException(MethodParameter, BindingResult) - Constructor for exception org.springframework.web.bind.MethodArgumentNotValidException
MethodArgumentTypeMismatchException - Exception in org.springframework.web.method.annotation
A TypeMismatchException raised while resolving a controller method argument.
MethodArgumentTypeMismatchException(Object, Class<?>, String, MethodParameter, Throwable) - Constructor for exception org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
 
MissingPathVariableException - Exception in org.springframework.web.bind
ServletRequestBindingException subclass that indicates that a path variable expected in the method parameters of an @RequestMapping method is not present among the URI variables extracted from the URL.
MissingPathVariableException(String, MethodParameter) - Constructor for exception org.springframework.web.bind.MissingPathVariableException
Constructor for MissingPathVariableException.
MissingServletRequestParameterException - Exception in org.springframework.web.bind
ServletRequestBindingException subclass that indicates a missing parameter.
MissingServletRequestParameterException(String, String) - Constructor for exception org.springframework.web.bind.MissingServletRequestParameterException
Constructor for MissingServletRequestParameterException.
MissingServletRequestPartException - Exception in org.springframework.web.multipart.support
Raised when the part of a "multipart/form-data" request identified by its name cannot be found.
MissingServletRequestPartException(String) - Constructor for exception org.springframework.web.multipart.support.MissingServletRequestPartException
 
mixIn(Class<?>, Class<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Add mix-in annotations to use for augmenting specified class or interface.
mixIns(Map<Class<?>, Class<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Add mix-in annotations to use for augmenting specified class or interface.
ModelAndViewContainer - Class in org.springframework.web.method.support
Records model and view related decisions made by HandlerMethodArgumentResolvers and HandlerMethodReturnValueHandlers during the course of invocation of a controller method.
ModelAndViewContainer() - Constructor for class org.springframework.web.method.support.ModelAndViewContainer
 
ModelAttribute - Annotation Type in org.springframework.web.bind.annotation
Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.
ModelAttributeMethodProcessor - Class in org.springframework.web.method.annotation
Resolve @ModelAttribute annotated method arguments and handle return values from @ModelAttribute annotated methods.
ModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Class constructor.
ModelFactory - Class in org.springframework.web.method.annotation
Assist with initialization of the Model before controller method invocation and with updates to it after the invocation.
ModelFactory(List<InvocableHandlerMethod>, WebDataBinderFactory, SessionAttributesHandler) - Constructor for class org.springframework.web.method.annotation.ModelFactory
Create a new instance with the given @ModelAttribute methods.
ModelMethodProcessor - Class in org.springframework.web.method.annotation
Resolves Model arguments and handles Model return values.
ModelMethodProcessor() - Constructor for class org.springframework.web.method.annotation.ModelMethodProcessor
 
moduleClassLoader(ClassLoader) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the ClassLoader to use for loading Jackson extension modules.
modules(Module...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify one or more modules to be registered with the ObjectMapper.
modules(List<Module>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set a complete list of modules to be registered with the ObjectMapper.
modulesToInstall(Module...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify one or more modules to be registered with the ObjectMapper.
modulesToInstall(Class<? extends Module>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify one or more modules by class to be registered with the ObjectMapper.
MULTIPART_FORM_DATA - Static variable in class org.springframework.http.MediaType
Public constant media type for multipart/form-data.
MULTIPART_FORM_DATA_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.MULTIPART_FORM_DATA.
MultipartException - Exception in org.springframework.web.multipart
Exception thrown when multipart resolution fails.
MultipartException(String) - Constructor for exception org.springframework.web.multipart.MultipartException
Constructor for MultipartException.
MultipartException(String, Throwable) - Constructor for exception org.springframework.web.multipart.MultipartException
Constructor for MultipartException.
MultipartFile - Interface in org.springframework.web.multipart
A representation of an uploaded file received in a multipart request.
MultipartFilter - Class in org.springframework.web.multipart.support
Servlet Filter that resolves multipart requests via a MultipartResolver.
MultipartFilter() - Constructor for class org.springframework.web.multipart.support.MultipartFilter
 
MultipartHttpServletRequest - Interface in org.springframework.web.multipart
Provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.
MultipartParsingResult(MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
MultipartRequest - Interface in org.springframework.web.multipart
This interface defines the multipart request access operations that are exposed for actual multipart requests.
MultipartResolutionDelegate - Class in org.springframework.web.multipart.support
A common delegate for HandlerMethodArgumentResolver implementations which need to resolve MultipartFile and Part arguments.
MultipartResolutionDelegate() - Constructor for class org.springframework.web.multipart.support.MultipartResolutionDelegate
 
MultipartResolver - Interface in org.springframework.web.multipart
A strategy interface for multipart file upload resolution in accordance with RFC 1867.
mustRevalidate() - Method in class org.springframework.http.CacheControl
Add a "must-revalidate" directive.

N

NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
namingStrategyInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
NativeWebRequest - Interface in org.springframework.web.context.request
Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
NestedServletException - Exception in org.springframework.web.util
Subclass of ServletException that properly handles a root cause in terms of message and stacktrace, just like NestedChecked/RuntimeException does.
NestedServletException(String) - Constructor for exception org.springframework.web.util.NestedServletException
Construct a NestedServletException with the specified detail message.
NestedServletException(String, Throwable) - Constructor for exception org.springframework.web.util.NestedServletException
Construct a NestedServletException with the specified detail message and nested exception.
Netty4ClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses Netty 4 to create requests.
Netty4ClientHttpRequestFactory() - Constructor for class org.springframework.http.client.Netty4ClientHttpRequestFactory
Create a new Netty4ClientHttpRequestFactory with a default NioEventLoopGroup.
Netty4ClientHttpRequestFactory(EventLoopGroup) - Constructor for class org.springframework.http.client.Netty4ClientHttpRequestFactory
Create a new Netty4ClientHttpRequestFactory with the given EventLoopGroup.
newFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Factory method for a Commons DiskFileItemFactory instance.
newFileUpload(FileItemFactory) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Factory method for a Commons FileUpload instance.
newFileUpload(FileItemFactory) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Initialize the underlying org.apache.commons.fileupload.servlet.ServletFileUpload instance.
newInstance() - Static method in class org.springframework.web.util.UriComponentsBuilder
Create a new, empty builder.
noCache() - Static method in class org.springframework.http.CacheControl
Add a "no-cache" directive.
noContent() - Static method in class org.springframework.http.ResponseEntity
Create a builder with a NO_CONTENT status.
normalize() - Method in class org.springframework.web.util.UriComponents
Normalize the path removing sequences like "path/..".
noStore() - Static method in class org.springframework.http.CacheControl
Add a "no-store" directive.
NoSupportAsyncWebRequest - Class in org.springframework.web.context.request.async
An AsyncWebRequest to use when there is no underlying async support.
NoSupportAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
notFound() - Static method in class org.springframework.http.ResponseEntity
Create a builder with a NOT_FOUND status.
noTransform() - Method in class org.springframework.http.CacheControl
Add a "no-transform" directive.

O

objectIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
objectMapper - Variable in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
ObjectToStringHttpMessageConverter - Class in org.springframework.http.converter
An HttpMessageConverter that uses StringHttpMessageConverter for reading and writing content and a ConversionService for converting the String content to and from the target object type.
ObjectToStringHttpMessageConverter(ConversionService) - Constructor for class org.springframework.http.converter.ObjectToStringHttpMessageConverter
A constructor accepting a ConversionService to use to convert the (String) message body to/from the target class type.
ObjectToStringHttpMessageConverter(ConversionService, Charset) - Constructor for class org.springframework.http.converter.ObjectToStringHttpMessageConverter
A constructor accepting a ConversionService as well as a default charset.
ok() - Static method in class org.springframework.http.ResponseEntity
Create a builder with the status set to OK.
ok(T) - Static method in class org.springframework.http.ResponseEntity
A shortcut for creating a ResponseEntity with the given body and the status set to OK.
OkHttp3ClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses OkHttp 3.x to create requests.
OkHttp3ClientHttpRequestFactory() - Constructor for class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Create a factory with a default OkHttpClient instance.
OkHttp3ClientHttpRequestFactory(OkHttpClient) - Constructor for class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Create a factory with the given OkHttpClient instance.
OkHttpClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses OkHttp 2.x to create requests.
OkHttpClientHttpRequestFactory() - Constructor for class org.springframework.http.client.OkHttpClientHttpRequestFactory
Create a factory with a default OkHttpClient instance.
OkHttpClientHttpRequestFactory(OkHttpClient) - Constructor for class org.springframework.http.client.OkHttpClientHttpRequestFactory
Create a factory with the given OkHttpClient instance.
OncePerRequestFilter - Class in org.springframework.web.filter
Filter base class that aims to guarantee a single execution per request dispatch, on any servlet container.
OncePerRequestFilter() - Constructor for class org.springframework.web.filter.OncePerRequestFilter
 
onComplete(AsyncEvent) - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
onComplete(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onCompletion(Runnable) - Method in class org.springframework.web.context.request.async.DeferredResult
Register code to invoke when the async request completes.
onCompletion(Runnable) - Method in class org.springframework.web.context.request.async.WebAsyncTask
Register code to invoke when the async request completes.
onError(AsyncEvent) - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
onError(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onRefresh() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Initialize the theme capability.
onRefresh() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Initialize the theme capability.
onRefresh() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Initialize the theme capability.
onStartAsync(AsyncEvent) - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
onStartAsync(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onStartup(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.springframework.web.SpringServletContainerInitializer
Delegate the ServletContext to any WebApplicationInitializer implementations present on the application classpath.
onStartup(ServletContext) - Method in interface org.springframework.web.WebApplicationInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initializing this web application.
onTimeout(AsyncEvent) - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
onTimeout(Runnable) - Method in class org.springframework.web.context.request.async.DeferredResult
Register code to invoke when the async request times out.
onTimeout(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onTimeout(Callable<V>) - Method in class org.springframework.web.context.request.async.WebAsyncTask
Register code to invoke when the async request times out.
openConnection(URL, Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Opens and returns a connection to the given URL.
openConnection(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Open an HttpURLConnection for the given remote invocation request.
options(URI) - Static method in class org.springframework.http.RequestEntity
Creates an HTTP OPTIONS builder with the given url.
optionsForAllow(String, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously return the value of the Allow header for the given URI.
optionsForAllow(String, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously return the value of the Allow header for the given URI.
optionsForAllow(URI) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously return the value of the Allow header for the given URL.
optionsForAllow(String, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
optionsForAllow(URI) - Method in class org.springframework.web.client.AsyncRestTemplate
 
optionsForAllow(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URI.
optionsForAllow(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URI.
optionsForAllow(URI) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URL.
optionsForAllow(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
optionsForAllow(URI) - Method in class org.springframework.web.client.RestTemplate
 
org.springframework.http - package org.springframework.http
Contains a basic abstraction over client/server-side HTTP.
org.springframework.http.client - package org.springframework.http.client
Contains an abstraction over client-side HTTP.
org.springframework.http.client.support - package org.springframework.http.client.support
This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.
org.springframework.http.converter - package org.springframework.http.converter
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
org.springframework.http.converter.feed - package org.springframework.http.converter.feed
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
org.springframework.http.converter.json - package org.springframework.http.converter.json
Provides HttpMessageConverter implementations for handling JSON.
org.springframework.http.converter.protobuf - package org.springframework.http.converter.protobuf
Provides an HttpMessageConverter implementation for handling Google Protocol Buffers.
org.springframework.http.converter.support - package org.springframework.http.converter.support
Provides a comprehensive HttpMessageConverter variant for form handling.
org.springframework.http.converter.xml - package org.springframework.http.converter.xml
Provides HttpMessageConverter implementations for handling XML.
org.springframework.http.server - package org.springframework.http.server
Contains an abstraction over server-side HTTP.
org.springframework.remoting.caucho - package org.springframework.remoting.caucho
This package provides remoting classes for Caucho's Hessian protocol: a proxy factory for accessing Hessian services, and an exporter for making beans available to Hessian clients.
org.springframework.remoting.httpinvoker - package org.springframework.remoting.httpinvoker
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
org.springframework.remoting.jaxws - package org.springframework.remoting.jaxws
Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.
org.springframework.web - package org.springframework.web
Common, generic interfaces that define minimal boundary points between Spring's web infrastructure and other framework modules.
org.springframework.web.accept - package org.springframework.web.accept
This package contains classes used to determine the requested the media types in a request.
org.springframework.web.bind - package org.springframework.web.bind
Provides web-specific data binding functionality.
org.springframework.web.bind.annotation - package org.springframework.web.bind.annotation
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
org.springframework.web.bind.annotation.support - package org.springframework.web.bind.annotation.support
Support classes for web annotation processing.
org.springframework.web.bind.support - package org.springframework.web.bind.support
Support classes for web data binding.
org.springframework.web.client - package org.springframework.web.client
Core package of the client-side web support.
org.springframework.web.client.support - package org.springframework.web.client.support
Classes supporting the org.springframework.web.client package.
org.springframework.web.context - package org.springframework.web.context
Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.
org.springframework.web.context.annotation - package org.springframework.web.context.annotation
Provides convenience annotations for web scopes.
org.springframework.web.context.request - package org.springframework.web.context.request
Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session.
org.springframework.web.context.request.async - package org.springframework.web.context.request.async
Support for asynchronous request processing.
org.springframework.web.context.support - package org.springframework.web.context.support
Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes.
org.springframework.web.cors - package org.springframework.web.cors
Support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
org.springframework.web.filter - package org.springframework.web.filter
Provides generic filter base classes allowing for bean-style configuration.
org.springframework.web.jsf - package org.springframework.web.jsf
Support classes for integrating a JSF web layer with a Spring service layer which is hosted in a Spring root WebApplicationContext.
org.springframework.web.jsf.el - package org.springframework.web.jsf.el
ELResolvers for integrating a JSF web layer with a Spring service layer which is hosted in a Spring root WebApplicationContext.
org.springframework.web.method - package org.springframework.web.method
Common infrastructure for handler method processing, as used by Spring MVC's org.springframework.web.servlet.mvc.method package.
org.springframework.web.method.annotation - package org.springframework.web.method.annotation
Support classes for annotation-based handler method processing.
org.springframework.web.method.support - package org.springframework.web.method.support
Generic support classes for handler method processing.
org.springframework.web.multipart - package org.springframework.web.multipart
Multipart resolution framework for handling file uploads.
org.springframework.web.multipart.commons - package org.springframework.web.multipart.commons
MultipartResolver implementation for Apache Commons FileUpload.
org.springframework.web.multipart.support - package org.springframework.web.multipart.support
Support classes for the multipart resolution framework.
org.springframework.web.util - package org.springframework.web.util
Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.
ORIGIN - Static variable in class org.springframework.http.HttpHeaders
The HTTP Origin header field name.

P

ParameterContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that resolves a query parameter to a key to be used to look up a media type.
ParameterContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ParameterContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
parseDefaultValueAttribute(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
parseFileItems(List<FileItem>, String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Parse the given List of Commons FileItems into a Spring MultipartParsingResult, containing Spring MultipartFile instances and a Map of multipart parameter.
parseMatrixVariables(String) - Static method in class org.springframework.web.util.WebUtils
Parse the given string with matrix variables.
parseMediaType(String) - Static method in class org.springframework.http.MediaType
Parse the given String into a single MediaType.
parseMediaTypes(String) - Static method in class org.springframework.http.MediaType
Parse the given comma-separated string into a list of MediaType objects.
parseMediaTypes(List<String>) - Static method in class org.springframework.http.MediaType
Parse the given list of (potentially) comma-separated strings into a list of MediaType objects.
parseRanges(String) - Static method in class org.springframework.http.HttpRange
Parse the given, comma-separated string into a list of HttpRange objects.
parseRequest(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Parse the given servlet request, resolving its multipart elements.
patch(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP PATCH builder with the given url.
patchForObject(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Update a resource by PATCHing the given object to the URI template, and return the representation found in the response.
patchForObject(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Update a resource by PATCHing the given object to the URI template, and return the representation found in the response.
patchForObject(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Update a resource by PATCHing the given object to the URL, and return the representation found in the response.
patchForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
patchForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
patchForObject(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
PatchMapping - Annotation Type in org.springframework.web.bind.annotation
Annotation for mapping HTTP PATCH requests onto specific handler methods.
path(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Append the given path to the existing path of this builder.
PathExtensionContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that resolves the file extension in the request path to a key to be used to look up a media type.
PathExtensionContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Create an instance without any mappings to start with.
PathExtensionContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
pathSegment(String...) - Method in class org.springframework.web.util.UriComponentsBuilder
Append path segments to the existing path.
PathVariable - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to a URI template variable.
popNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
 
port(int) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI port.
port(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI port.
post(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP POST builder with the given url.
postForEntity(String, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Create a new resource by POSTing the given object to the URI template, and asynchronously returns the response as ResponseEntity.
postForEntity(String, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Create a new resource by POSTing the given object to the URI template, and asynchronously returns the response as ResponseEntity.
postForEntity(URI, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Create a new resource by POSTing the given object to the URL, and asynchronously returns the response as ResponseEntity.
postForEntity(String, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
postForEntity(String, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
postForEntity(URI, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
postForEntity(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the response as HttpEntity.
postForEntity(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForEntity(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(String, HttpEntity<?>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Create a new resource by POSTing the given object to the URI template, and asynchronously returns the value of the Location header.
postForLocation(String, HttpEntity<?>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Create a new resource by POSTing the given object to the URI template, and asynchronously returns the value of the Location header.
postForLocation(URI, HttpEntity<?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Create a new resource by POSTing the given object to the URL, and asynchronously returns the value of the Location header.
postForLocation(String, HttpEntity<?>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
postForLocation(String, HttpEntity<?>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
postForLocation(URI, HttpEntity<?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
postForLocation(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(String, Object, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(URI, Object) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the value of the Location header.
postForLocation(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(URI, Object) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
 
postHandle(WebRequest, ModelMap) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
Intercept the execution of a request handler after its successful invocation, right before view rendering (if any).
PostMapping - Annotation Type in org.springframework.web.bind.annotation
Annotation for mapping HTTP POST requests onto specific handler methods.
postProcess(NativeWebRequest, Callable<T>, Object) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked after the Callable has produced a result in the async thread in which the Callable is executed.
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
postProcess(NativeWebRequest, DeferredResult<T>, Object) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked after a DeferredResult has been set, via DeferredResult.setResult(Object) or DeferredResult.setErrorResult(Object), and is also ready to handle the concurrent result.
postProcess(NativeWebRequest, DeferredResult<T>, Object) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Register request/session scopes, a ServletContextAwareProcessor, etc.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Register request/session scopes, a ServletContextAwareProcessor, etc.
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
 
postProcessHttpRequest(HttpUriRequest) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template method that allows for manipulating the HttpUriRequest before it is returned as part of a HttpComponentsClientHttpRequest.
PRAGMA - Static variable in class org.springframework.http.HttpHeaders
The HTTP Pragma header field name.
preHandle(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
Adds a message the Log4J NDC before the request is processed.
preHandle(WebRequest) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
Intercept the execution of a request handler before its invocation.
prepare() - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Initialize the Burlap proxy for this interceptor.
prepare() - Method in class org.springframework.remoting.caucho.BurlapExporter
Deprecated.
Initialize this service exporter.
prepare() - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Initialize the Hessian proxy for this interceptor.
prepare() - Method in class org.springframework.remoting.caucho.HessianExporter
Initialize this exporter.
prepare() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Initialize the JAX-WS port for this interceptor.
prepareConnection(HttpURLConnection, String) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Template method for preparing the given HttpURLConnection.
prepareConnection(HttpURLConnection, int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Prepare the given HTTP connection.
prepareFileUpload(String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Determine an appropriate FileUpload instance for the given encoding.
preparePortStub(Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Prepare the given JAX-WS port stub, applying properties to it.
preProcess(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked after the start of concurrent handling in the async thread in which the Callable is executed and before the actual invocation of the Callable.
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
preProcess(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked immediately after the start of concurrent handling, in the same thread that started it.
preProcess(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
process(ImageReadParam) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Template method that allows for manipulating the ImageReadParam before it is used to read an image.
process(ImageWriteParam) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Template method that allows for manipulating the ImageWriteParam before it is used to write an image.
processInjectionBasedOnCurrentContext(Object) - Static method in class org.springframework.web.context.support.SpringBeanAutowiringSupport
Process @Autowired injection for the given target object, based on the current web application context.
processInjectionBasedOnServletContext(Object, ServletContext) - Static method in class org.springframework.web.context.support.SpringBeanAutowiringSupport
Process @Autowired injection for the given target object, based on the current root web application context as stored in the ServletContext.
processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.cors.CorsProcessor
Process a request given a CorsConfiguration.
processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.cors.DefaultCorsProcessor
 
processSource(Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
propertyNamingStrategy(PropertyNamingStrategy) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify a PropertyNamingStrategy to configure the ObjectMapper with.
PROTOBUF - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
ProtobufHttpMessageConverter - Class in org.springframework.http.converter.protobuf
An HttpMessageConverter that reads and writes Messages using Google Protocol Buffers.
ProtobufHttpMessageConverter() - Constructor for class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
Construct a new instance.
ProtobufHttpMessageConverter(ExtensionRegistryInitializer) - Constructor for class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
Construct a new instance with an ExtensionRegistryInitializer that allows the registration of message extensions.
PROXY_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Proxy-Authenticate header field name.
PROXY_AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Proxy-Authorization header field name.
ProxyFactoryBean - Class in org.springframework.http.client.support
FactoryBean that creates a java.net.Proxy.
ProxyFactoryBean() - Constructor for class org.springframework.http.client.support.ProxyFactoryBean
 
proxyRevalidate() - Method in class org.springframework.http.CacheControl
Add a "proxy-revalidate" directive.
publishEndpoint(Endpoint, WebService) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Actually publish the given endpoint.
publishEndpoint(Endpoint, WebServiceProvider) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Actually publish the given provider endpoint.
publishEndpoint(Endpoint, WebService) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebServiceProvider) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebService) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebServiceProvider) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
publishEndpoints() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Publish all WebService annotated beans in the containing BeanFactory.
pushNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
 
put(String, List<String>) - Method in class org.springframework.http.HttpHeaders
 
put(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP PUT builder with the given url.
put(String, HttpEntity<?>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Create or update a resource by PUTting the given object to the URI.
put(String, HttpEntity<?>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Creates a new resource by PUTting the given object to URI template.
put(URI, HttpEntity<?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Creates a new resource by PUTting the given object to URL.
put(String, HttpEntity<?>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
put(String, HttpEntity<?>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
put(URI, HttpEntity<?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
put(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
Create or update a resource by PUTting the given object to the URI.
put(String, Object, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Creates a new resource by PUTting the given object to URI template.
put(URI, Object) - Method in interface org.springframework.web.client.RestOperations
Creates a new resource by PUTting the given object to URL.
put(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
 
put(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
put(URI, Object) - Method in class org.springframework.web.client.RestTemplate
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.HttpHeaders
 
PutMapping - Annotation Type in org.springframework.web.bind.annotation
Annotation for mapping HTTP PUT requests onto specific handler methods.

Q

QUALITY_VALUE_COMPARATOR - Static variable in class org.springframework.http.MediaType
query(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Append the given query to the existing query of this builder.
queryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Append the given query parameter to the existing query parameters.
queryParams(MultiValueMap<String, String>) - Method in class org.springframework.web.util.UriComponentsBuilder
Add the given query parameters.

R

raiseMissingCookieException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
raiseMissingHeaderException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
raiseMissingParameterException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
raiseSessionRequiredException(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
RANGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Range header field name.
read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
read(Class<? extends BufferedImage>, HttpInputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Read an object of the given type form the given input message, and returns it.
read(Class<? extends T>, HttpInputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
Read an object of the given type from the given input message, and returns it.
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Abstract template method that reads the actual object.
readInternal(Class<? extends byte[]>, HttpInputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
readInternal(Class<? extends Message>, HttpInputMessage) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
readInternal(Class<? extends String>, HttpInputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
Return a HttpHeaders object that can only be read, not written to.
readRemoteInvocation(HttpServletRequest) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Read a RemoteInvocation from the given HTTP request.
readRemoteInvocation(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Deserialize a RemoteInvocation object from the given InputStream.
readRemoteInvocation(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Read a RemoteInvocation from the given HTTP request.
readRemoteInvocation(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Deserialize a RemoteInvocation object from the given InputStream.
readRemoteInvocationResult(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Deserialize a RemoteInvocationResult object from the given InputStream.
readResponseBody(HttpInvokerClientConfiguration, HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
REFERENCE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
Name of the standard reference to the request object: "request".
REFERENCE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
Name of the standard reference to the session object: "session".
REFERER - Static variable in class org.springframework.http.HttpHeaders
The HTTP Referer header field name.
REFRESH_INTERVAL_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Deprecated.
Parameter specifying the refresh interval for checking the log4j config file
register(Class<?>...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Register one or more annotated classes to be processed.
registerCallableInterceptor(Object, CallableProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Register a CallableProcessingInterceptor under the given key.
registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Register a CallableProcessingInterceptor without a key.
registerContextLoaderListener(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
Register a ContextLoaderListener against the given servlet context.
registerCorsConfiguration(String, CorsConfiguration) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
Register a CorsConfiguration for the specified path pattern.
registerDeferredResultInterceptor(Object, DeferredResultProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Register a DeferredResultProcessingInterceptor under the given key.
registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Register one or more DeferredResultProcessingInterceptors without a specified key.
registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
registerDestructionCallback(String, Runnable, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Register a callback to be executed on destruction of the specified attribute in the given scope.
registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.support.ServletContextScope
 
registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the WebApplicationContext.
registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the WebApplicationContext.
registerRequestDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Register the given callback as to be executed after request completion.
registerSessionDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.ServletRequestAttributes
Register the given callback as to be executed after session termination.
registerWebApplicationScopes(ConfigurableListableBeanFactory) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific scopes ("request", "session", "globalSession") with the given BeanFactory, as used by the WebApplicationContext.
registerWebApplicationScopes(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific scopes ("request", "session", "globalSession", "application") with the given BeanFactory, as used by the WebApplicationContext.
reject(String) - Method in class org.springframework.web.bind.EscapedErrors
 
reject(String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
reject(String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectRequest(ServerHttpResponse) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Invoked when one of the CORS checks failed.
rejectValue(String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
 
releaseInstance(ConstraintValidator<?, ?>) - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
 
remove(Object) - Method in class org.springframework.http.HttpHeaders
 
remove(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
remove(String) - Method in class org.springframework.web.context.request.SessionScope
 
remove(String) - Method in class org.springframework.web.context.support.ServletContextScope
 
removeAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
removeAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Remove the scoped attribute of the given name, if it exists.
removeAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
removeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Remove the given attributes from the model.
removeCookie(HttpServletResponse) - Method in class org.springframework.web.util.CookieGenerator
Remove the cookie that this generator describes from the response.
removeQualityValue() - Method in class org.springframework.http.MediaType
Return a replica of this instance with its quality value removed.
removeRequestDestructionCallback(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Remove the request destruction callback for the specified attribute, if any.
removeSemicolonContent(String) - Method in class org.springframework.web.util.UrlPathHelper
Remove ";" (semicolon) content from the given request URI if the removeSemicolonContent property is set to "true".
removeWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Remove the system property that points to the web app root directory.
replacePath(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the path of this builder overriding all existing path and path segment values.
replaceQuery(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the query of this builder overriding all existing query parameters.
replaceQueryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the query parameter values overriding all existing query values for the same parameter.
replaceQueryParams(MultiValueMap<String, String>) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the query parameter values overriding all existing query values.
RequestAttribute - Annotation Type in org.springframework.web.bind.annotation
Annotation to bind a method parameter to a request attribute.
RequestAttributes - Interface in org.springframework.web.context.request
Abstraction for accessing attribute objects associated with a request.
RequestBody - Annotation Type in org.springframework.web.bind.annotation
Annotation indicating a method parameter should be bound to the body of the web request.
RequestCallback - Interface in org.springframework.web.client
Callback interface for code that operates on a ClientHttpRequest.
requestCompleted() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Signal that the request has been completed.
RequestContextFilter - Class in org.springframework.web.filter
Servlet Filter that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.
RequestContextFilter() - Constructor for class org.springframework.web.filter.RequestContextFilter
 
RequestContextHolder - Class in org.springframework.web.context.request
Holder class to expose the web request in the form of a thread-bound RequestAttributes object.
RequestContextHolder() - Constructor for class org.springframework.web.context.request.RequestContextHolder
 
RequestContextListener - Class in org.springframework.web.context.request
Servlet listener that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.
RequestContextListener() - Constructor for class org.springframework.web.context.request.RequestContextListener
 
requestDestroyed(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
 
requestDestructionCallbacks - Variable in class org.springframework.web.context.request.AbstractRequestAttributes
Map from attribute name String to destruction callback Runnable
RequestEntity<T> - Class in org.springframework.http
Extension of HttpEntity that adds a method and uri.
RequestEntity(HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
Constructor with method and URL but without body nor headers.
RequestEntity(T, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
Constructor with method, URL and body but without headers.
RequestEntity(T, HttpMethod, URI, Type) - Constructor for class org.springframework.http.RequestEntity
Constructor with method, URL, body and type but without headers.
RequestEntity(MultiValueMap<String, String>, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
Constructor with method, URL and headers but without body.
RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
Constructor with method, URL, headers and body.
RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI, Type) - Constructor for class org.springframework.http.RequestEntity
Constructor with method, URL, headers, body and type.
RequestEntity.BodyBuilder - Interface in org.springframework.http
Defines a builder that adds a body to the response entity.
RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>> - Interface in org.springframework.http
Defines a builder that adds headers to the request entity.
RequestHandledEvent - Class in org.springframework.web.context.support
Event raised when a request is handled within an ApplicationContext.
RequestHandledEvent(Object, String, String, long) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestHandledEvent(Object, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestHeader - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to a web request header.
RequestHeaderMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves Map method arguments annotated with @RequestHeader.
RequestHeaderMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
RequestHeaderMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @RequestHeader except for Map arguments.
RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
requestInitialized(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
 
RequestMapping - Annotation Type in org.springframework.web.bind.annotation
Annotation for mapping web requests onto specific handler classes and/or handler methods.
RequestMethod - Enum in org.springframework.web.bind.annotation
Java 5 enumeration of HTTP request methods.
RequestParam - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to a web request parameter.
RequestParamMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves Map method arguments annotated with an @RequestParam where the annotation does not specify a request parameter name.
RequestParamMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
RequestParamMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @RequestParam, arguments of type MultipartFile in conjunction with Spring's MultipartResolver abstraction, and arguments of type javax.servlet.http.Part in conjunction with Servlet 3.0 multipart requests.
RequestParamMethodArgumentResolver(boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
RequestParamMethodArgumentResolver(ConfigurableBeanFactory, boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
RequestPart - Annotation Type in org.springframework.web.bind.annotation
Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
RequestPartServletServerHttpRequest - Class in org.springframework.web.multipart.support
ServerHttpRequest implementation that accesses one part of a multipart request.
RequestPartServletServerHttpRequest(HttpServletRequest, String) - Constructor for class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
Create a new RequestPartServletServerHttpRequest instance.
RequestScope - Annotation Type in org.springframework.web.context.annotation
@RequestScope is a specialization of @Scope for a component whose lifecycle is bound to the current web request.
RequestScope - Class in org.springframework.web.context.request
Request-backed Scope implementation.
RequestScope() - Constructor for class org.springframework.web.context.request.RequestScope
 
reset() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
resetBuffer() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
resetRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Reset the RequestAttributes for the current thread.
resolve(String) - Static method in enum org.springframework.http.HttpMethod
Resolve the given method value to an HttpMethod.
resolveArgument(MethodParameter, NativeWebRequest) - Method in interface org.springframework.web.bind.support.WebArgumentResolver
Resolve an argument for the given handler method parameter within the given web request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Delegate to the WebArgumentResolver instance.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Resolve the argument from the model or if not found instantiate it with its default if it is available.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
Resolves a method parameter into an argument value from a given request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Iterate over registered HandlerMethodArgumentResolvers and invoke the one that supports it.
resolveBean() - Method in class org.springframework.web.method.ControllerAdviceBean
Return a bean instance if necessary resolving the bean name through the BeanFactory.
resolveCommonArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
resolveContextualObject(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
resolveContextualObject(String) - Method in class org.springframework.web.context.support.ServletContextScope
 
resolveCookieValue(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
Resolves the given @CookieValue annotation.
resolveDefaultValue(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManager
 
resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
resolveFileExtensions(MediaType) - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
Resolve the given media type to a list of path extensions.
resolveMediaTypeKey(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
An alternative to AbstractMappingContentNegotiationStrategy.resolveMediaTypes(NativeWebRequest) that accepts an already extracted key.
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.ContentNegotiationManager
 
resolveMediaTypes(NativeWebRequest) - Method in interface org.springframework.web.accept.ContentNegotiationStrategy
Resolve the given request to a list of media types.
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.FixedContentNegotiationStrategy
 
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.HeaderContentNegotiationStrategy
Resolve the given request to a list of media types.
resolveMethod(Exception) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Find a Method to handle the given exception.
resolveMethodByExceptionType(Class<? extends Throwable>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Find a Method to handle the given exception type.
resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
resolveMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Parse the given HTTP request into multipart files and parameters, and wrap the request inside a MultipartHttpServletRequest object that provides access to file descriptors and makes contained parameters accessible via the standard ServletRequest methods.
resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
resolveMultipartArgument(String, MethodParameter, HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Resolve the given parameter type and value name into an argument value.
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
resolvePathVariable(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
Resolves the given @PathVariable annotation.
resolvePlaceholders(String, ServletContext) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding servlet context init parameter or system property values.
resolvePlaceholders(String, ServletContext, boolean) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding servlet context init parameter or system property values.
resolveReference(String) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
resolveReference(String) - Method in interface org.springframework.web.context.request.RequestAttributes
Resolve the contextual reference for the given key, if any.
resolveReference(String) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
resolveRequestBody(MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
Resolves the given @RequestBody annotation.
resolverIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
ResourceAccessException - Exception in org.springframework.web.client
Exception thrown when an I/O error occurs.
ResourceAccessException(String) - Constructor for exception org.springframework.web.client.ResourceAccessException
Construct a new HttpIOException with the given message.
ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
Construct a new HttpIOException with the given message and IOException.
ResourceHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read/write Resources and supports byte range requests.
ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
 
ResourceRegionHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can write a single ResourceRegion, or Collections of ResourceRegions.
ResourceRegionHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
RESPONSE_ENCODED_HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
Use of response encoding for HTML escaping parameter at the servlet context level (i.e.
RESPONSE_HANDLED - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
 
ResponseBody - Annotation Type in org.springframework.web.bind.annotation
Annotation that indicates a method return value should be bound to the web response body.
ResponseEntity<T> - Class in org.springframework.http
Extension of HttpEntity that adds a HttpStatus status code.
ResponseEntity(HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new ResponseEntity with the given status code, and no body nor headers.
ResponseEntity(T, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new ResponseEntity with the given body and status code, and no headers.
ResponseEntity(MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new HttpEntity with the given headers and status code, and no body.
ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new HttpEntity with the given body, headers, and status code.
ResponseEntity.BodyBuilder - Interface in org.springframework.http
Defines a builder that adds a body to the response entity.
ResponseEntity.HeadersBuilder<B extends ResponseEntity.HeadersBuilder<B>> - Interface in org.springframework.http
Defines a builder that adds headers to the response entity.
responseEntityExtractor(Type) - Method in class org.springframework.web.client.AsyncRestTemplate
Returns a response extractor for ResponseEntity.
responseEntityExtractor(Type) - Method in class org.springframework.web.client.RestTemplate
Returns a response extractor for ResponseEntity.
ResponseErrorHandler - Interface in org.springframework.web.client
Strategy interface used by the RestTemplate to determine whether a particular response has an error or not.
ResponseExtractor<T> - Interface in org.springframework.web.client
Generic callback interface used by RestTemplate's retrieval methods Implementations of this interface perform the actual work of extracting data from a ClientHttpResponse, but don't need to worry about exception handling or closing resources.
ResponseStatus - Annotation Type in org.springframework.web.bind.annotation
Marks a method or exception class with the status ResponseStatus.code() and ResponseStatus.reason() that should be returned.
RestClientException - Exception in org.springframework.web.client
Base class for exceptions thrown by RestTemplate whenever it encounters client-side HTTP errors.
RestClientException(String) - Constructor for exception org.springframework.web.client.RestClientException
Construct a new instance of HttpClientException with the given message.
RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
Construct a new instance of HttpClientException with the given message and exception.
RestClientResponseException - Exception in org.springframework.web.client
Common base class for exceptions that contain actual HTTP response data.
RestClientResponseException(String, int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.RestClientResponseException
Construct a new instance of with the given response data.
RestController - Annotation Type in org.springframework.web.bind.annotation
A convenience annotation that is itself annotated with @Controller and @ResponseBody.
RestControllerAdvice - Annotation Type in org.springframework.web.bind.annotation
A convenience annotation that is itself annotated with @ControllerAdvice and @ResponseBody.
RestGatewaySupport - Class in org.springframework.web.client.support
Convenient super class for application classes that need REST access.
RestGatewaySupport() - Constructor for class org.springframework.web.client.support.RestGatewaySupport
Construct a new instance of the RestGatewaySupport, with default parameters.
RestGatewaySupport(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.support.RestGatewaySupport
Construct a new instance of the RestGatewaySupport, with the given ClientHttpRequestFactory.
RestOperations - Interface in org.springframework.web.client
Interface specifying a basic set of RESTful operations.
RestTemplate - Class in org.springframework.web.client
Spring's central class for synchronous client-side HTTP access. It simplifies communication with HTTP servers, and enforces RESTful principles.
RestTemplate() - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate using default settings.
RestTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate based on the given ClientHttpRequestFactory.
RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate using the given list of HttpMessageConverter to use
RESULT_NONE - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
 
retrieveAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
retrieveAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
Retrieve the specified attribute from the backend session.
retrieveAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Retrieve "known" attributes from the session, i.e.
RETRY_AFTER - Static variable in class org.springframework.http.HttpHeaders
The HTTP Retry-After header field name.
ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.context.WebApplicationContext
Context attribute to bind root WebApplicationContext to on successful startup.
RssChannelHttpMessageConverter - Class in org.springframework.http.converter.feed
Implementation of HttpMessageConverter that can read and write RSS feeds.
RssChannelHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
 

S

scan(String...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Perform a scan within the specified base packages.
scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI scheme.
schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI scheme-specific-part.
SCOPE_APPLICATION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for the global web application scope: "application".
SCOPE_APPLICATION - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the application scope
SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates global session scope.
SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for global session scope: "globalSession".
SCOPE_PAGE - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the page scope
SCOPE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates request scope.
SCOPE_REQUEST - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for request scope: "request".
SCOPE_REQUEST - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the request scope
SCOPE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates session scope.
SCOPE_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for session scope: "session".
SCOPE_SESSION - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the session scope
selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.web.method.HandlerMethodSelector
Deprecated.
Select handler methods for the given handler type.
sendError(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
sendError(int, String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
sendRedirect(String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
serializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set a custom inclusion strategy for serialization.
serializerByType(Class<?>, JsonSerializer<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure a custom serializer for the given type.
serializerInstance(SerializationConfig, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
serializers(JsonSerializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom serializers.
serializersByType(Map<Class<?>, JsonSerializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom serializers for the given types.
series() - Method in enum org.springframework.http.HttpStatus
Returns the HTTP status series of this status code.
SERVER - Static variable in class org.springframework.http.HttpHeaders
The HTTP Server header field name.
ServerHttpAsyncRequestControl - Interface in org.springframework.http.server
A control that can put the processing of an HTTP request in asynchronous mode during which the response remains open until explicitly closed.
ServerHttpRequest - Interface in org.springframework.http.server
Represents a server-side HTTP request.
ServerHttpResponse - Interface in org.springframework.http.server
Represents a server-side HTTP response.
service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
 
SERVLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Name of the ServletConfig environment bean in the factory.
SERVLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
Servlet config init parameters property source name: "servletConfigInitParams"
SERVLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext environment bean in the factory.
SERVLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
Servlet context init parameters property source name: "servletContextInitParams"
ServletConfigAware - Interface in org.springframework.web.context
Interface to be implemented by any object that wishes to be notified of the ServletConfig (typically determined by the WebApplicationContext) that it runs in.
ServletConfigPropertySource - Class in org.springframework.web.context.support
PropertySource that reads init parameters from a ServletConfig object.
ServletConfigPropertySource(String, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletConfigPropertySource
 
ServletContextAttributeExporter - Class in org.springframework.web.context.support
Exporter that takes Spring-defined objects and exposes them as ServletContext attributes.
ServletContextAttributeExporter() - Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
 
ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
FactoryBean that fetches a specific, existing ServletContext attribute.
ServletContextAttributeFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
ServletContextAware - Interface in org.springframework.web.context
Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
ServletContextAwareProcessor - Class in org.springframework.web.context.support
BeanPostProcessor implementation that passes the ServletContext to beans that implement the ServletContextAware interface.
ServletContextAwareProcessor() - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor without an initial context or config.
ServletContextAwareProcessor(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context.
ServletContextAwareProcessor(ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given config.
ServletContextAwareProcessor(ServletContext, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context and config.
ServletContextLiveBeansView - Class in org.springframework.web.context.support
LiveBeansView subclass which looks for all ApplicationContexts in the web application, as exposed in ServletContext attributes.
ServletContextLiveBeansView(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextLiveBeansView
Create a new LiveBeansView for the given ServletContext.
ServletContextParameterFactoryBean - Class in org.springframework.web.context.support
FactoryBean that retrieves a specific ServletContext init parameter (that is, a "context-param" defined in web.xml).
ServletContextParameterFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
ServletContextPropertySource - Class in org.springframework.web.context.support
PropertySource that reads init parameters from a ServletContext object.
ServletContextPropertySource(String, ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextPropertySource
 
ServletContextPropertyUtils - Class in org.springframework.web.util
Helper class for resolving placeholders in texts.
ServletContextPropertyUtils() - Constructor for class org.springframework.web.util.ServletContextPropertyUtils
 
ServletContextRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.
ServletContextRequestLoggingFilter() - Constructor for class org.springframework.web.filter.ServletContextRequestLoggingFilter
 
ServletContextResource - Class in org.springframework.web.context.support
Resource implementation for ServletContext resources, interpreting relative paths within the web application root directory.
ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
Create a new ServletContextResource.
ServletContextResourceLoader - Class in org.springframework.web.context.support
ResourceLoader implementation that resolves paths as ServletContext resources, for use outside a WebApplicationContext (for example, in an HttpServletBean or GenericFilterBean subclass).
ServletContextResourceLoader(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
Create a new ServletContextResourceLoader.
ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
ServletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via ServletContext.getResourcePaths(java.lang.String).
ServletContextResourcePatternResolver(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletContextResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletContextScope - Class in org.springframework.web.context.support
Scope wrapper for a ServletContext, i.e.
ServletContextScope(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextScope
Create a new Scope wrapper for the given ServletContext.
ServletPathExtensionContentNegotiationStrategy - Class in org.springframework.web.accept
Extends PathExtensionContentNegotiationStrategy that also uses ServletContext.getMimeType(String) to resolve file extensions.
ServletPathExtensionContentNegotiationStrategy(ServletContext, Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
ServletPathExtensionContentNegotiationStrategy(ServletContext) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Create an instance without any mappings to start with.
ServletRequestAttributes - Class in org.springframework.web.context.request
Servlet-based implementation of the RequestAttributes interface.
ServletRequestAttributes(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
Create a new ServletRequestAttributes instance for the given request.
ServletRequestAttributes(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
Create a new ServletRequestAttributes instance for the given request.
ServletRequestBindingException - Exception in org.springframework.web.bind
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
ServletRequestBindingException(String) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
Constructor for ServletRequestBindingException.
ServletRequestBindingException(String, Throwable) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
Constructor for ServletRequestBindingException.
ServletRequestDataBinder - Class in org.springframework.web.bind
Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files.
ServletRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance, with default object name.
ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance.
ServletRequestHandledEvent - Class in org.springframework.web.context.support
Servlet-specific subclass of RequestHandledEvent, adding servlet-specific context information.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable, int) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
PropertyValues implementation created from parameters in a ServletRequest.
ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using no prefix (and hence, no prefix separator).
ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues supplying both prefix and prefix separator.
ServletRequestUtils - Class in org.springframework.web.bind
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
ServletRequestUtils() - Constructor for class org.springframework.web.bind.ServletRequestUtils
 
ServletServerHttpAsyncRequestControl - Class in org.springframework.http.server
A ServerHttpAsyncRequestControl to use on Servlet containers (Servlet 3.0+).
ServletServerHttpAsyncRequestControl(ServletServerHttpRequest, ServletServerHttpResponse) - Constructor for class org.springframework.http.server.ServletServerHttpAsyncRequestControl
Constructor accepting a request and response pair that are expected to be of type ServletServerHttpRequest and ServletServerHttpResponse respectively.
ServletServerHttpRequest - Class in org.springframework.http.server
ServerHttpRequest implementation that is based on a HttpServletRequest.
ServletServerHttpRequest(HttpServletRequest) - Constructor for class org.springframework.http.server.ServletServerHttpRequest
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest.
ServletServerHttpResponse - Class in org.springframework.http.server
ServerHttpResponse implementation that is based on a HttpServletResponse.
ServletServerHttpResponse(HttpServletResponse) - Constructor for class org.springframework.http.server.ServletServerHttpResponse
Construct a new instance of the ServletServerHttpResponse based on the given HttpServletResponse.
ServletWebRequest - Class in org.springframework.web.context.request
ServletWebRequest(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletWebRequest
Create a new ServletWebRequest instance for the given request.
ServletWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletWebRequest
Create a new ServletWebRequest instance for the given request/response pair.
SESSION_MUTEX_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Key for the mutex session attribute
SessionAttribute - Annotation Type in org.springframework.web.bind.annotation
Annotation to bind a method parameter to a session attribute.
SessionAttributes - Annotation Type in org.springframework.web.bind.annotation
Annotation that indicates the session attributes that a specific handler uses.
SessionAttributesHandler - Class in org.springframework.web.method.annotation
Manages controller-specific session attributes declared via @SessionAttributes.
SessionAttributesHandler(Class<?>, SessionAttributeStore) - Constructor for class org.springframework.web.method.annotation.SessionAttributesHandler
Create a new instance for a controller type.
SessionAttributeStore - Interface in org.springframework.web.bind.support
Strategy interface for storing model attributes in a backend session.
sessionCreated(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
 
SessionScope - Annotation Type in org.springframework.web.context.annotation
@SessionScope is a specialization of @Scope for a component whose lifecycle is bound to the current web session.
SessionScope - Class in org.springframework.web.context.request
Session-backed Scope implementation.
SessionScope() - Constructor for class org.springframework.web.context.request.SessionScope
Create a new SessionScope, storing attributes in a locally isolated session (or default session, if there is no distinction between a global session and a component-specific session).
SessionScope(boolean) - Constructor for class org.springframework.web.context.request.SessionScope
Create a new SessionScope, specifying whether to store attributes in the global session, provided that such a distinction is available.
SessionStatus - Interface in org.springframework.web.bind.support
Simple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.
SessionStatusMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves a SessionStatus argument by obtaining it from the ModelAndViewContainer.
SessionStatusMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
set(String, String) - Method in class org.springframework.http.HttpHeaders
Set the given, single header value under the given name.
SET_COOKIE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Set-Cookie header field name.
SET_COOKIE2 - Static variable in class org.springframework.http.HttpHeaders
The HTTP Set-Cookie2 header field name.
setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable media types, as specified by the Accept header.
setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable charsets, as specified by the Accept-Charset header.
setAcceptGzipEncoding(boolean) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Set whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
setAccessControlAllowCredentials(boolean) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Allow-Credentials response header.
setAccessControlAllowHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Allow-Headers response header.
setAccessControlAllowMethods(List<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Allow-Methods response header.
setAccessControlAllowOrigin(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Allow-Origin response header.
setAccessControlExposeHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Expose-Headers response header.
setAccessControlMaxAge(long) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Max-Age response header.
setAccessControlRequestHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Request-Headers request header.
setAccessControlRequestMethod(HttpMethod) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Request-Method request header.
setAfterMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be prepended to the log message written after a request is processed.
setAfterMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be appended to the log message written after a request is processed.
setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
 
setAllow(Set<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
Set the set of allowed HTTP methods, as specified by the Allow header.
setAllowCredentials(Boolean) - Method in class org.springframework.web.cors.CorsConfiguration
Whether user credentials are supported.
setAllowedHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
Set the list of headers that a pre-flight request can list as allowed for use during an actual request.
setAllowedMethods(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
Set the HTTP methods to allow, e.g.
setAllowedOrigins(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
Set the origins to allow, e.g.
setAllowNonSerializable(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to allow non-serializable types as Hessian arguments and return values.
setAllowNonSerializable(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
Set whether to allow non-serializable types as Hessian arguments and return values.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set if URL lookup should always use the full path within the current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if URL lookup should always use full path within current servlet context.
setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set an AnnotationIntrospector for both serialization and deserialization.
setApplicationContext(ApplicationContext) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set the builder ApplicationContext in order to autowire Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
setAsText(String) - Method in class org.springframework.http.MediaTypeEditor
 
setAsText(String) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
setAsyncRequestFactory(AsyncClientHttpRequestFactory) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
Set the request factory that this accessor uses for obtaining HttpRequests.
setAsyncWebRequest(AsyncWebRequest) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Configure the AsyncWebRequest to use.
setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
setAttribute(String, Object, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Set the value for the scoped attribute of the given name, replacing an existing value (if any).
setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
setAttribute(String, Object) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
setAttributeName(String) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
Set the name of the ServletContext attribute to expose.
setAttributeNamePrefix(String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
Specify a prefix to use for the attribute names in the backend session.
setAttributes(Map<String, Object>) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
Set the ServletContext attributes to expose as key-value pairs.
setAuthenticator(Authenticator) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Register a common Authenticator to be applied to all detected WebService annotated beans.
setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set whether a binder should attempt to "auto-grow" a nested path that contains a null value.
setBacklog(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's TCP backlog.
setBase64EncodeByteArrays(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
Whether to Base64-encode byte[] properties when reading and writing JSON.
setBaseAddress(String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Set the base address for exported services.
setBasePath(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Set the base path for context publication.
setBaseUrl(String) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
Configure a base URL to prepend URI templates with.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the bean ClassLoader to use for this interceptor: for resolving WebServiceFeature class names as specified through JaxWsPortClientInterceptor.setWebServiceFeatures(java.lang.Object[]), and also for building a client proxy in the JaxWsPortProxyFactoryBean subclass.
setBeanFactory(BeanFactory) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Obtains all web service beans and publishes them as JAX-WS endpoints.
setBeanFactory(BeanFactory) - Method in class org.springframework.web.context.request.async.WebAsyncTask
A BeanFactory to use for resolving an executor name.
setBeanName(String) - Method in class org.springframework.web.filter.GenericFilterBean
Stores the bean name as defined in the Spring bean factory.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner.
setBeforeMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be prepended to the log message written before a request is processed.
setBeforeMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be appended to the log message written before a request is processed.
setBindEmptyMultipartFiles(boolean) - Method in class org.springframework.web.bind.WebDataBinder
Set whether to bind empty MultipartFile parameters.
setBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Register an attribute for which data binding should not occur, for example corresponding to an @ModelAttribute(binding=false) declaration.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingType(String) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Specify the binding type to use, overriding the value of the JAX-WS BindingType annotation.
setBody(StreamingHttpOutputMessage.Body) - Method in interface org.springframework.http.StreamingHttpOutputMessage
Set the streaming body for this message.
setBufferRequestBody(boolean) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Indicates whether this request factory should buffer the request body internally.
setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Indicate whether this request factory should buffer the request body internally.
setBufferSize(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Cache-Control header.
setCacheDir(File) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Sets the cache directory.
setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the default character set to use for reading and writing form data when the request or response Content-Type header does not explicitly specify it.
setCharset(Charset) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
The default character set to use for reading form data.
setChunkedPost(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to use a chunked post for sending a Hessian request.
setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the number of bytes to write in each chunk when not buffering request bodies locally.
setCodebaseUrl(String) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the codebase URL to download classes from if not found locally.
setComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
Mark the current handler's session processing as complete, allowing for cleanup of session attributes.
setComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
 
setConfigLocation(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context in init-param style, i.e.
setConfigLocation(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setConfigLocation(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
The StaticWebApplicationContext class does not support this method.
setConfigLocations(String...) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context.
setConfigLocations(String...) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setConfigLocations(String...) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
The StaticWebApplicationContext class does not support this method.
setConnection(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Connection header.
setConnection(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Connection header.
setConnectionFactory(HessianConnectionFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Specify a custom HessianConnectionFactory to use for the Hessian client.
setConnectionRequestTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the timeout in milliseconds used when requesting a connection from the connection manager using the underlying HttpClient.
setConnectionRequestTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the timeout in milliseconds used when requesting a connection from the connection manager using the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
Set the underlying connect timeout (in milliseconds).
setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying connect timeout in milliseconds.
setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Sets the underlying connect timeout in milliseconds.
setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's connect timeout (in milliseconds).
setConnectTimeout(long) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the socket connect timeout to use for the Hessian client.
setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the underlying URLConnection's connect timeout (in milliseconds).
setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Content-Disposition header for form-data.
setContentDispositionFormData(String, String, Charset) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Content-Disposition header for form-data, optionally encoding the filename using the RFC 5987.
setContentLength(long) - Method in class org.springframework.http.HttpHeaders
Set the length of the body in bytes, as specified by the Content-Length header.
setContentLength(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
setContentLengthLong(long) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
Set the media type of the body, as specified by the Content-Type header.
setContentType(String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Specify the content type to use for sending HTTP invoker requests.
setContextAttribute(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext from which to load the delegate Filter bean.
setContextInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.web.context.ContextLoader
Specify which ApplicationContextInitializer instances should be used to initialize the application context used by this ContextLoader.
setConversionService(ConversionService) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify a ConversionService which will apply to every DataBinder.
setCookieDomain(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given domain for cookies created by this generator.
setCookieHttpOnly(boolean) - Method in class org.springframework.web.util.CookieGenerator
Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
setCookieMaxAge(Integer) - Method in class org.springframework.web.util.CookieGenerator
Use the given maximum age (in seconds) for cookies created by this generator.
setCookieName(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given name for cookies created by this generator.
setCookiePath(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given path for cookies created by this generator.
setCookieSecure(boolean) - Method in class org.springframework.web.util.CookieGenerator
Set whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
setCorsConfigurations(Map<String, CorsConfiguration>) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set CORS configuration based on URL patterns.
setCorsProcessor(CorsProcessor) - Method in class org.springframework.web.filter.CorsFilter
Configure a custom CorsProcessor to use to apply the matched CorsConfiguration for a request.
setCreateXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
If set to true and no custom ObjectMapper has been set, a XmlMapper will be created using its default constructor.
setCustomProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set custom properties to be set on the stub.
setDataBinderFactory(WebDataBinderFactory) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Set the WebDataBinderFactory to be passed to argument resolvers allowing them to create a WebDataBinder for data binding and type conversion purposes.
setDate(long) - Method in class org.springframework.http.HttpHeaders
Set the date and time at which the message was created, as specified by the Date header.
setDate(String, long) - Method in class org.springframework.http.HttpHeaders
Set the given date under the given header name after formatting it as a string using the pattern "EEE, dd MMM yyyy HH:mm:ss zzz".
setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define the format for date/time with the given DateFormat.
setDateFormatPattern(String) - Method in class org.springframework.http.converter.json.GsonFactoryBean
Define the date/time format with a SimpleDateFormat-style pattern.
setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether Hessian's debug mode should be enabled.
setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
Set whether Hessian's debug mode should be enabled, logging to this exporter's Commons Logging log.
setDefaultCharset(Charset) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Set the default character set, if any.
setDefaultContentType(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Sets the default Content-Type to be used for writing.
setDefaultContentType(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set the default content type to use when no content type is requested.
setDefaultContentTypeStrategy(ContentNegotiationStrategy) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set a custom ContentNegotiationStrategy to use to determine the content type to use when no content type is requested.
setDefaultEncoding(String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the default character encoding to use for parsing requests, to be applied to headers of individual parts and to form fields.
setDefaultEncoding(String) - Method in class org.springframework.web.util.UrlPathHelper
Set the default character encoding to use for URL decoding.
setDefaultTyping(TypeResolverBuilder<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify a TypeResolverBuilder to use for Jackson's default typing.
setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
Configure default URI variable values.
setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
Configure default URI variable values.
setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
Configure default URI variable values to use with every expanded URI template.
setDefaultUseWrapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define if a wrapper will be used for indexed (List, array) properties or not by default (only applies to XmlMapper).
setDefaultViewInclusion(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
setDeserializationView(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
 
setDeserializers(JsonDeserializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom deserializers.
setDeserializersByType(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom deserializers for the given types.
setDirectFieldAccess(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set whether to use direct field access instead of bean property access.
setDisableHtmlEscaping(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
Whether to use the GsonBuilder.disableHtmlEscaping() when writing JSON.
setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set the encoding to use for requests.
setEndpointAddress(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the endpoint address to specify on the stub.
setEndpointFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Specify WebServiceFeature objects (e.g.
setEndpointProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Set the property bag for the endpoint, including properties such as "javax.xml.ws.wsdl.service" or "javax.xml.ws.wsdl.port".
setEnvironment(Environment) - Method in class org.springframework.web.filter.GenericFilterBean
Set the Environment that this filter runs in.
setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.AsyncRestTemplate
Set the error handler.
setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
Set the error handler.
setErrorResult(Object) - Method in class org.springframework.web.context.request.async.DeferredResult
Set an error value for the DeferredResult and handle it.
setETag(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) entity tag of the body, as specified by the ETag header.
setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Set the JDK concurrent executor to use for dispatching incoming requests to exported service instances.
setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the JDK concurrent executor to use for asynchronous executions that require callbacks.
setExpires(long) - Method in class org.springframework.http.HttpHeaders
Set the date and time at which the message is no longer valid, as specified by the Expires header.
setExposedHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
Set the list of response headers other than simple headers (i.e.
setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
setFailOnUnknownProperties(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
setFavorParameter(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Whether a request parameter ("format" by default) should be used to determine the requested media type.
setFavorPathExtension(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Whether the path extension in the URL path should be used to determine the requested media type.
setFeaturesToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify features to disable.
setFeaturesToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify features to enable.
setFieldDefaultPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
Specify a prefix that can be used for parameters that indicate default value fields, having "prefix + field" as name.
setFieldMarkerPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as name.
setFilters(FilterProvider) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set the global filters to use in order to support @JsonFilter annotated POJO.
setFilters(FilterProvider) - Method in class org.springframework.http.converter.json.MappingJacksonValue
Set the Jackson filter provider to serialize the POJO with.
setFilters(List<Filter>) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Register common Filters to be applied to all detected WebService annotated beans.
setFilters(List<? extends Filter>) - Method in class org.springframework.web.filter.CompositeFilter
 
setFindModulesViaServiceLoader(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set whether to let Jackson find available modules via the JDK ServiceLoader, based on META-INF metadata in the classpath.
setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set whether the configured encoding of this filter is supposed to override existing request and response encodings.
setForceRequestEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set whether the configured encoding of this filter is supposed to override existing request encodings.
setForceResponseEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set whether the configured encoding of this filter is supposed to override existing response encodings.
setFormConverter(FormHttpMessageConverter) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
Set the converter to use for parsing form content.
setGson(Gson) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
Set the Gson instance to use.
setHandlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Customize the construction of Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Set HandlerMethodArgumentResolvers to use to use for resolving method argument values.
setHandlerResolver(HandlerResolver) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the JAX-WS HandlerResolver to use for all proxies and dispatchers created through this factory.
setHessian2(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing requests and replies.
setHessian2Reply(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing replies.
setHessian2Request(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing requests.
setHostname(String) - Method in class org.springframework.http.client.support.ProxyFactoryBean
Set the proxy host name.
setHostname(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's hostname to bind to.
setHttpAsyncClient(CloseableHttpAsyncClient) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Set the HttpClient used for asynchronous execution.
setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the HttpClient used for synchronous execution.
setHttpClient(HttpClient) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the HttpClient instance to use for this request executor.
setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the HttpInvokerRequestExecutor implementation to use for executing remote invocations.
setIfMatch(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the If-Match header.
setIfMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the If-Match header.
setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the If-Modified-Since header.
setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the If-None-Match header.
setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the (new) values of the If-None-Match header.
setIfUnmodifiedSince(long) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the If-Unmodified-Since header.
setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Whether to disable checking the 'Accept' request header.
setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
By default the content of the "default" model is used both during rendering and redirect scenarios.
setIgnoreUnknownExtensions(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Whether to ignore requests with unknown file extension.
setIgnoreUnknownPathExtensions(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Whether to ignore requests with path extension that cannot be resolved to any media type.
setIncludeClientInfo(boolean) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Deprecated.
Set whether or not the session id and user name should be included in the log message.
setIncludeClientInfo(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether the client address and session id should be included in the log message.
setIncludeHeaders(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether the request headers should be included in the log message.
setIncludePayload(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether the request payload (body) should be included in the log message.
setIncludeQueryString(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether the query string should be included in the log message.
setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
setInitParamName(String) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
Set the name of the ServletContext init parameter to expose.
setInterceptors(List<AsyncClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
Set the request interceptors that this accessor should use.
setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
Sets the request interceptors that this accessor should use.
setJaxWsService(Service) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set a reference to an existing JAX-WS Service instance, for example obtained via JndiObjectFactoryBean.
setJsonpFunction(String) - Method in class org.springframework.http.converter.json.MappingJacksonValue
Set the name of the JSONP function name.
setJsonPrefix(String) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
Specify a custom prefix to use for JSON output.
setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Specify a custom prefix to use for this view's JSON output.
setLastModified(long) - Method in class org.springframework.http.HttpHeaders
Set the time the resource was last changed, as specified by the Last-Modified header.
setLocale(Locale) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Override the default Locale to use for formatting.
setLocation(URI) - Method in class org.springframework.http.HttpHeaders
Set the (new) location of a resource, as specified by the Location header.
setLookupServiceOnStartup(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set whether to look up the JAX-WS service on startup.
setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the "session.maintain" flag to specify on the stub.
setMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Set the Marshaller to be used by this message converter.
setMaxAge(Long) - Method in class org.springframework.web.cors.CorsConfiguration
Configure how long, in seconds, the response from a pre-flight request can be cached by clients.
setMaxInMemorySize(int) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before uploads are written to disk.
setMaxPayloadLength(int) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the maximum length of the payload body to be included in the log message.
setMaxResponseSize(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
Set the default maximum response size.
setMaxUploadSize(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before an upload gets rejected.
setMaxUploadSizePerFile(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) for each individual file before an upload gets rejected.
setMediaTypes(Properties) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add a mapping from a key, extracted from a path extension or a query parameter, to a MediaType.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the strategy to use for resolving errors into message codes.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.AsyncRestTemplate
Set the message body converters to use.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
Set the message body converters to use.
setMetaClass(MetaClass) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
 
setMethodParam(String) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
Set the parameter name to look for HTTP methods.
setMixIns(Map<Class<?>, Class<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Add mix-in annotations to use for augmenting specified class or interface.
setModules(List<Module>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set a complete list of modules to be registered with the ObjectMapper.
setModulesToInstall(Class<? extends Module>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify one or more modules by class (or class name in XML) to be registered with the ObjectMapper.
setMultipartCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the character set to use when writing multipart data to encode file names.
setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Set a Map with parameter names as keys and list of MultipartFile objects as values.
setMultipartParameterContentTypes(Map<String, String>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Set a Map with parameter names as keys and content type Strings as values.
setMultipartParameters(Map<String, String[]>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Set a Map with parameter names as keys and String array objects as values.
setMultipartResolverBeanName(String) - Method in class org.springframework.web.multipart.support.MultipartFilter
Set the bean name of the MultipartResolver to fetch from Spring's root application context.
setNamespace(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the namespace for this web application context, to be used for building a default context config location.
setNamespace(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
setNamespaceUri(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the namespace URI of the service.
setNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
 
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set the ObjectMapper instance to use.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
Set the ObjectMapper for this view.
setOrigin(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Origin header.
setOutputStreaming(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set if the underlying URLConnection can be set to 'output streaming' mode.
setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Set whether overloaded methods should be enabled for remote invocations.
setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether overloaded methods should be enabled for remote invocations.
setParameterName(String) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set the query parameter name to use when ContentNegotiationManagerFactoryBean.setFavorParameter(boolean) is on.
setParameterName(String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
Set the name of the parameter to use to determine requested media types.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
setParsePath(boolean) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
Whether to parse the path of a URI template string into path segments.
setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the message body converters to use.
setPassword(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Set the password that this factory should use to access the remote service.
setPassword(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the password that this factory should use to access the remote service.
setPassword(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the password to specify on the stub.
setPathMatcher(PathMatcher) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPort(int) - Method in class org.springframework.http.client.support.ProxyFactoryBean
Set the proxy port.
setPort(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's port.
setPortFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Specify WebServiceFeature objects (e.g.
setPortName(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the name of the port.
setPragma(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Pragma header.
setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
setPreserveFilename(boolean) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set whether to preserve the filename as sent by the client, not stripping off path information in CommonsMultipartFile.getOriginalFilename().
setPreserveFilename(boolean) - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Set whether to preserve the filename as sent by the client, not stripping off path information in CommonsMultipartFile.getOriginalFilename().
setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Whether to use the DefaultPrettyPrinter when writing JSON.
setPrettyPrinting(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
Whether to use the GsonBuilder.setPrettyPrinting() when writing JSON.
setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Indicates whether external XML entities are processed when converting to a Source.
setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
Indicates whether external XML entities are processed when converting to a Source.
setProperty(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
 
setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.
setPropertyNamingStrategy(PropertyNamingStrategy) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify a PropertyNamingStrategy to configure the ObjectMapper with.
setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the Proxy to use for this request factory.
setProxyFactory(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Set the BurlapProxyFactory instance to use.
setProxyFactory(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the HessianProxyFactory instance to use.
setRange(List<HttpRange>) - Method in class org.springframework.http.HttpHeaders
Sets the (new) value of the Range header.
setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
Set the underlying URLConnection's read timeout (in milliseconds).
setReadTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying read timeout in milliseconds.
setReadTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Sets the underlying read timeout in milliseconds.
setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's read timeout (in milliseconds).
setReadTimeout(long) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the timeout to use when waiting for a reply from the Hessian service.
setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the underlying URLConnection's read timeout (in milliseconds).
setRedirectModel(ModelMap) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Provide a separate model instance to use in a redirect scenario.
setRedirectModelScenario(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the controller has returned a redirect instruction, e.g.
setRemoteResolver(HessianRemoteResolver) - Method in class org.springframework.remoting.caucho.HessianExporter
Specify a custom HessianRemoteResolver to use for resolving remote object references.
setRemoveOnly(boolean) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
Enables mode in which any "Forwarded" or "X-Forwarded-*" headers are removed only and the information in them ignored.
setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set if ";" (semicolon) content should be stripped from the request URI.
setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if ";" (semicolon) content should be stripped from the request URI.
setRequestAttributes(RequestAttributes) - Static method in class org.springframework.web.context.request.RequestContextHolder
Bind the given RequestAttributes to the current thread, not exposing it as inheritable for child threads.
setRequestAttributes(RequestAttributes, boolean) - Static method in class org.springframework.web.context.request.RequestContextHolder
Bind the given RequestAttributes to the current thread.
setRequestBody(HttpInvokerClientConfiguration, HttpPost, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the given serialized remote invocation as request body.
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
Set the request factory that this accessor uses for obtaining client request handles.
setRequestHandled(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the request has been handled fully within the handler, e.g.
setResolveLazily(boolean) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setResolveLazily(boolean) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
Sets the RestTemplate for the gateway.
setResult(T) - Method in class org.springframework.web.context.request.async.DeferredResult
Set the value for the DeferredResult and handle it.
setResultHandler(DeferredResult.DeferredResultHandler) - Method in class org.springframework.web.context.request.async.DeferredResult
Provide a handler to use to handle the result value.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set a custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner.
setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to send the Java collection type for each serialized collection.
setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
Set whether to send the Java collection type for each serialized collection.
setSerializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set a custom inclusion strategy for serialization.
setSerializationView(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonValue
Set the serialization view to serialize the POJO with.
setSerializeNulls(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
Whether to use the GsonBuilder.serializeNulls() option when writing JSON.
setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Specify the Hessian SerializerFactory to use.
setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianExporter
Specify the Hessian SerializerFactory to use.
setSerializers(JsonSerializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom serializers.
setSerializersByType(Map<Class<?>, JsonSerializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom serializers for the given types.
setServer(HttpServer) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify an existing HTTP server to register the web service contexts with.
setServiceFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Specify WebServiceFeature objects (e.g.
setServiceInterface(Class<?>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the interface of the service that this factory should create a proxy for.
setServiceName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the name of the service to look up.
setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletConfig for this web application context.
setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ServletConfigAware
Set the ServletConfig that this object runs in.
setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Invoked by Spring to inject the ServletContext.
setServletContext(ServletContext) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletContext for this web application context.
setServletContext(ServletContext) - Method in interface org.springframework.web.context.ServletContextAware
Set the ServletContext that this object runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
 
setServletContext(ServletContext) - Method in class org.springframework.web.filter.GenericFilterBean
Stores the ServletContext that the bean factory runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
Set the session attribute with the given name to the given value.
setShutdownDelay(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the number of seconds to wait until HTTP exchanges have completed when shutting down the HTTP server.
setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define the date/time format with a SimpleDateFormat.
setSoapActionUri(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the SOAP action URI to specify on the stub.
setSslContext(SslContext) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
Set the SSL context.
setStatus(HttpStatus) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Provide a HTTP status that will be passed on to with the ModelAndView used for view rendering purposes.
setStatus(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
setStatus(int, String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
 
setStatusCode(HttpStatus) - Method in interface org.springframework.http.server.ServerHttpResponse
Set the HTTP status code of the response.
setStatusCode(HttpStatus) - Method in class org.springframework.http.server.ServletServerHttpResponse
 
setStrictEncoding(boolean) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
Whether to encode characters outside the unreserved set as defined in RFC 3986 Section 2.
setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Indicates whether DTD parsing should be supported.
setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
Indicates whether DTD parsing should be supported.
setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Set the list of MediaType objects supported by this converter.
setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the list of MediaType objects supported by this converter.
setTargetBeanName(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set the name of the target bean in the Spring application context.
setTargetFilterLifecycle(boolean) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
setTaskExecutor(AsyncListenableTaskExecutor) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the task executor for this request factory.
setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Configure an AsyncTaskExecutor for use with concurrent processing via WebAsyncManager.startCallableProcessing(Callable, Object...).
setThreadContextInheritable(boolean) - Method in class org.springframework.web.filter.RequestContextFilter
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an InheritableThreadLocal).
setTimeout(Long) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Set the time required for concurrent handling to complete.
setTimeout(Long) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
setTimeout(Long) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
In Servlet 3 async processing, the timeout period begins after the container processing thread has exited.
setTimeZone(TimeZone) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Override the default TimeZone to use for formatting.
setType(Proxy.Type) - Method in class org.springframework.http.client.support.ProxyFactoryBean
Set the proxy type.
setUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Set the Unmarshaller to be used by this message converter.
setUpgrade(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Upgrade header.
setUploadTempDir(Resource) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the temporary directory where uploaded files get stored.
setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.web.client.AsyncRestTemplate
This property has the same purpose as the corresponding property on the RestTemplate.
setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.web.client.RestTemplate
Configure the UriTemplateHandler to use to expand URI templates.
setUrlDecode(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if context path and request URI should be URL-decoded.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Configure a UrlPathHelper to use in PathExtensionContentNegotiationStrategy.getMediaTypeKey(org.springframework.web.context.request.NativeWebRequest) in order to derive the lookup path for a target request URL path.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set the UrlPathHelper to use for resolution of lookup paths.
setUseJaf(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
When favorPathExtension is set, this property determines whether to allow use of JAF (Java Activation Framework) to resolve a path extension to a specific MediaType.
setUseJaf(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Whether to use the Java Activation Framework to look up file extensions.
setUsername(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Set the username that this factory should use to access the remote service.
setUsername(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the username that this factory should use to access the remote service.
setUsername(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the username to specify on the stub.
setUseSoapAction(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the "soapaction.use" flag to specify on the stub.
setValidator(Validator) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the Validator to apply after each binding step.
setValue(Object) - Method in class org.springframework.http.converter.json.MappingJacksonValue
Modify the POJO to serialize.
setValue(ELContext, Object, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
setValue(Object) - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
setValue(Object) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
setVary(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the request header names (e.g.
setView(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Set a View object to be used by the DispatcherServlet.
setViewName(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Set a view name to be resolved by the DispatcherServlet via a ViewResolver.
setWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Set a system property to the web application root directory.
setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Deprecated.
as of Spring 4.0, in favor of the differentiated "serviceFeatures" and "portFeatures" properties
setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
Indicates whether the Accept-Charset should be written to any outgoing request.
setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
Indicates whether the Accept-Charset should be written to any outgoing request.
setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying write timeout in milliseconds.
setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Sets the underlying write timeout in milliseconds.
setWriteWeakETag(boolean) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
Set whether the ETag value written to the response should be weak, as per RFC 7232.
setWsdlDocumentResource(Resource) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the WSDL document URL as a Resource.
setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the URL of the WSDL document that describes the service.
ShallowEtagHeaderFilter - Class in org.springframework.web.filter
Filter that generates an ETag value based on the content on the response.
ShallowEtagHeaderFilter() - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter
 
shouldBuffer(URI, HttpMethod) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
Indicates whether the request/response exchange for the given URI and method should be buffered in memory.
shouldLog(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
shouldLog(HttpServletRequest) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
 
shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
 
shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
Can be overridden in subclasses for custom filtering control, returning true to avoid filtering of the given request.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
The default value is "false" so that the filter may log a "before" message at the start of request processing and an "after" message at the end from when the last asynchronously dispatched thread is exiting.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ForwardedHeaderFilter
 
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
The dispatcher type javax.servlet.DispatcherType.ASYNC introduced in Servlet 3.0 means a filter can be invoked in more than one thread over the course of a single request.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
Returns "false" so that the filter may set up the request context in each asynchronously dispatched thread.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
The default value is false so that the filter may delay the generation of an ETag until the last asynchronously dispatched thread.
shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.ForwardedHeaderFilter
 
shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
Whether to filter error dispatches such as when the servlet container processes and error mapped in web.xml.
shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
Returns "false" so that the filter may set up the request context in an error dispatch.
shouldParsePath() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
Whether the handler is configured to parse the path into path segments.
shouldRemoveSemicolonContent() - Method in class org.springframework.web.util.UrlPathHelper
Whether configured to remove ";" (semicolon) content from the request URI.
shutdownLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Deprecated.
Shut down log4j, properly releasing all file locks and resetting the web app root system property.
SimpleBurlapServiceExporter - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
SimpleBurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
Deprecated.
 
SimpleClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses standard JDK facilities.
SimpleClientHttpRequestFactory() - Constructor for class org.springframework.http.client.SimpleClientHttpRequestFactory
 
simpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define the date/time format with a SimpleDateFormat.
SimpleHessianServiceExporter - Class in org.springframework.remoting.caucho
HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
SimpleHessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleHessianServiceExporter
 
SimpleHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses standard J2SE facilities to execute POST requests, without support for HTTP authentication or advanced configuration options.
SimpleHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
SimpleHttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
SimpleHttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
 
SimpleHttpServerJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation) and exporting them through the HTTP server included in Sun's JDK 1.6.
SimpleHttpServerJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
SimpleJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation) and exporting them with a configured base address (by default "http://localhost:8080/") using the JAX-WS provider's built-in publication support.
SimpleJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
SimpleSessionStatus - Class in org.springframework.web.bind.support
Simple implementation of the SessionStatus interface, keeping the complete flag as an instance variable.
SimpleSessionStatus() - Constructor for class org.springframework.web.bind.support.SimpleSessionStatus
 
size() - Method in class org.springframework.http.HttpHeaders
 
SKIP_VALUE - Static variable in interface org.springframework.web.util.UriComponents.UriTemplateVariables
 
sMaxAge(long, TimeUnit) - Method in class org.springframework.http.CacheControl
Add an "s-maxage" directive.
sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by quality value.
sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity.
sortBySpecificityAndQuality(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity as the primary criteria and quality value the secondary.
SourceHttpMessageConverter<T extends Source> - Class in org.springframework.http.converter.xml
Implementation of HttpMessageConverter that can read and write Source objects.
SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
Sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
SPECIFICITY_COMPARATOR - Static variable in class org.springframework.http.MediaType
SpringBeanAutowiringSupport - Class in org.springframework.web.context.support
Convenient base class for self-autowiring classes that gets constructed within a Spring-based web application.
SpringBeanAutowiringSupport() - Constructor for class org.springframework.web.context.support.SpringBeanAutowiringSupport
This constructor performs injection on this instance, based on the current web application context.
SpringBeanFacesELResolver - Class in org.springframework.web.jsf.el
JSF ELResolver that delegates to the Spring root WebApplicationContext, resolving name references to Spring-defined beans.
SpringBeanFacesELResolver() - Constructor for class org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
SpringHandlerInstantiator - Class in org.springframework.http.converter.json
Allows for creating Jackson (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder, TypeIdResolver) beans with autowiring against a Spring ApplicationContext.
SpringHandlerInstantiator(AutowireCapableBeanFactory) - Constructor for class org.springframework.http.converter.json.SpringHandlerInstantiator
Create a new SpringHandlerInstantiator for the given BeanFactory.
SpringServletContainerInitializer - Class in org.springframework.web
Servlet 3.0 ServletContainerInitializer designed to support code-based configuration of the servlet container using Spring's WebApplicationInitializer SPI as opposed to (or possibly in combination with) the traditional web.xml-based approach.
SpringServletContainerInitializer() - Constructor for class org.springframework.web.SpringServletContainerInitializer
 
SpringWebConstraintValidatorFactory - Class in org.springframework.web.bind.support
JSR-303 ConstraintValidatorFactory implementation that delegates to the current Spring WebApplicationContext for creating autowired ConstraintValidator instances.
SpringWebConstraintValidatorFactory() - Constructor for class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
 
staleIfError(long, TimeUnit) - Method in class org.springframework.http.CacheControl
Add a "stale-if-error" directive.
staleWhileRevalidate(long, TimeUnit) - Method in class org.springframework.http.CacheControl
Add a "stale-while-revalidate" directive.
StandardMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest and its Part objects.
StandardMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
Create a new StandardMultipartHttpServletRequest wrapper for the given request, immediately parsing the multipart content.
StandardMultipartHttpServletRequest(HttpServletRequest, boolean) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
Create a new StandardMultipartHttpServletRequest wrapper for the given request.
StandardServletAsyncWebRequest - Class in org.springframework.web.context.request.async
A Servlet 3.0 implementation of AsyncWebRequest.
StandardServletAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
Create a new instance for the given request/response pair.
StandardServletEnvironment - Class in org.springframework.web.context.support
Environment implementation to be used by Servlet-based web applications.
StandardServletEnvironment() - Constructor for class org.springframework.web.context.support.StandardServletEnvironment
 
StandardServletMultipartResolver - Class in org.springframework.web.multipart.support
Standard implementation of the MultipartResolver interface, based on the Servlet 3.0 Part API.
StandardServletMultipartResolver() - Constructor for class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
start() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
Enable asynchronous processing after which the response remains open until a call to ServerHttpAsyncRequestControl.complete() is made or the server times out the request.
start(long) - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
A variation on ServerHttpAsyncRequestControl.start() that allows specifying a timeout value to use to use for asynchronous processing.
start() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
start(long) - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
startAsync() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Mark the start of asynchronous request processing so that when the main processing thread exits, the response remains open for further processing in another thread.
startAsync() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
startAsync() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
startCallableProcessing(Callable<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Start concurrent request processing and execute the given task with an AsyncTaskExecutor.
startCallableProcessing(WebAsyncTask<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Use the given WebAsyncTask to configure the task executor as well as the timeout value of the AsyncWebRequest before delegating to WebAsyncManager.startCallableProcessing(Callable, Object...).
startDeferredResultProcessing(DeferredResult<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Start concurrent request processing and initialize the given DeferredResult with a DeferredResult.DeferredResultHandler that saves the result and dispatches the request to resume processing of that result.
StaticWebApplicationContext - Class in org.springframework.web.context.support
Static WebApplicationContext implementation for testing.
StaticWebApplicationContext() - Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
 
status(HttpStatus) - Static method in class org.springframework.http.ResponseEntity
Create a builder with the given status.
status(int) - Static method in class org.springframework.http.ResponseEntity
Create a builder with the given status.
storeAttribute(WebRequest, String, Object) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
storeAttribute(WebRequest, String, Object) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
Store the supplied attribute in the backend session.
storeAttributes(WebRequest, Map<String, ?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Store a subset of the given attributes in the session.
StreamingHttpOutputMessage - Interface in org.springframework.http
Represents a HTTP output message that allows for setting a streaming body.
StreamingHttpOutputMessage.Body - Interface in org.springframework.http
Defines the contract for bodies that can be written directly to an OutputStream.
StringHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write strings.
StringHttpMessageConverter() - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
A default constructor that uses "ISO-8859-1" as the default charset.
StringHttpMessageConverter(Charset) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
A constructor accepting a default charset to use if the requested content type does not specify one.
StringMultipartFileEditor - Class in org.springframework.web.multipart.support
Custom PropertyEditor for converting MultipartFiles to Strings.
StringMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the default charset.
StringMultipartFileEditor(String) - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the given charset.
SUBMIT_IMAGE_SUFFIXES - Static variable in class org.springframework.web.util.WebUtils
Name suffixes in case of image buttons
supports(Class<?>) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Indicates whether the given class is supported by this converter.
supports(Class<?>) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Actually resolve the value and check the resolved value is not WebArgumentResolver.UNRESOLVED absorbing _any_ exceptions.
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Returns true if the parameter is annotated with ModelAttribute or, if in default resolution mode, for any method parameter that is not a simple type.
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
Supports the following: @RequestParam-annotated method arguments.
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
Whether the given method parameter is supported by this resolver.
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Whether the given method parameter is supported by any registered HandlerMethodArgumentResolver.
supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.UriComponentsContributor
Whether this contributor supports the given method parameter.
supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Return true if there is a method-level @ModelAttribute or, in default resolution mode, for any return value type that is not a simple type.
supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
supportsReturnType(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
Whether the given method return type is supported by this handler.
supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Whether the given method return type is supported by any registered HandlerMethodReturnValueHandler.

T

TagUtils - Class in org.springframework.web.util
Utility class for tag library related code, exposing functionality such as translating Strings to web scopes.
TagUtils() - Constructor for class org.springframework.web.util.TagUtils
 
TE - Static variable in class org.springframework.http.HttpHeaders
The HTTP TE header field name.
TEMP_DIR_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet spec context attribute that specifies a temporary directory for the current web application, of type java.io.File.
TEXT_EVENT_STREAM - Static variable in class org.springframework.http.MediaType
Public constant media type for text/event-stream.
TEXT_EVENT_STREAM_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_EVENT_STREAM.
TEXT_HTML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/html.
TEXT_HTML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_HTML.
TEXT_MARKDOWN - Static variable in class org.springframework.http.MediaType
Public constant media type for text/markdown.
TEXT_MARKDOWN_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_MARKDOWN.
TEXT_PLAIN - Static variable in class org.springframework.http.MediaType
Public constant media type for text/plain.
TEXT_PLAIN_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_PLAIN.
TEXT_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/xml.
TEXT_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_XML.
TimeoutCallableProcessingInterceptor - Class in org.springframework.web.context.request.async
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutCallableProcessingInterceptor() - Constructor for class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
TimeoutDeferredResultProcessingInterceptor - Class in org.springframework.web.context.request.async
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutDeferredResultProcessingInterceptor() - Constructor for class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
timeZone(TimeZone) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default TimeZone to use for formatting.
timeZone(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default TimeZone to use for formatting.
toCommaDelimitedString(List<String>) - Method in class org.springframework.http.HttpHeaders
Turn the given list of header values into a comma-delimited result.
toResourceRegion(Resource) - Method in class org.springframework.http.HttpRange
Turn a Resource into a ResourceRegion using the range information contained in the current HttpRange.
toResourceRegions(List<HttpRange>, Resource) - Static method in class org.springframework.http.HttpRange
Convert each HttpRange into a ResourceRegion, selecting the appropriate segment of the given Resource using HTTP Range information.
toSingleValueMap() - Method in class org.springframework.http.HttpHeaders
 
toString() - Method in class org.springframework.http.HttpEntity
 
toString() - Method in class org.springframework.http.HttpHeaders
 
toString(Collection<HttpRange>) - Static method in class org.springframework.http.HttpRange
Return a string representation of the given list of HttpRange objects.
toString() - Method in enum org.springframework.http.HttpStatus
Return a string representation of this status code.
toString(Collection<MediaType>) - Static method in class org.springframework.http.MediaType
Return a string representation of the given list of MediaType objects.
toString() - Method in class org.springframework.http.RequestEntity
 
toString() - Method in class org.springframework.http.ResponseEntity
 
toString() - Method in class org.springframework.web.context.request.FacesWebRequest
 
toString() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
toString() - Method in class org.springframework.web.context.request.ServletWebRequest
 
toString() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
toString() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
toString() - Method in class org.springframework.web.method.ControllerAdviceBean
 
toString() - Method in class org.springframework.web.method.HandlerMethod
 
toString() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return diagnostic information.
toString() - Method in class org.springframework.web.util.UriComponents
 
toString() - Method in class org.springframework.web.util.UriTemplate
 
toUri() - Method in class org.springframework.web.util.UriComponents
Return a URI from this UriComponents instance.
toUriString() - Method in class org.springframework.web.util.UriComponents
Return a URI String from this UriComponents instance.
toUriString() - Method in class org.springframework.web.util.UriComponentsBuilder
Build a URI String.
TRAILER - Static variable in class org.springframework.http.HttpHeaders
The HTTP Trailer header field name.
TRANSFER_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Transfer-Encoding header field name.
transferTo(File) - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
transferTo(File) - Method in interface org.springframework.web.multipart.MultipartFile
Transfer the received file to the given destination file.
transform(Source, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Transforms the given Source to the Result.
typeIdResolverInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
typeResolverBuilderInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 

U

UnknownHttpStatusCodeException - Exception in org.springframework.web.client
Exception thrown when an unknown (or custom) HTTP status code is received.
UnknownHttpStatusCodeException(int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.UnknownHttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
unprocessableEntity() - Static method in class org.springframework.http.ResponseEntity
Create a builder with an UNPROCESSABLE_ENTITY status.
UNRESOLVABLE - Static variable in class org.springframework.web.multipart.support.MultipartResolutionDelegate
 
UNRESOLVED - Static variable in interface org.springframework.web.bind.support.WebArgumentResolver
Marker to be returned when the resolver does not know how to handle the given method parameter.
UnsatisfiedServletRequestParameterException - Exception in org.springframework.web.bind
ServletRequestBindingException subclass that indicates an unsatisfied parameter condition, as typically expressed using an @RequestMapping annotation at the @Controller type level.
UnsatisfiedServletRequestParameterException(String[], Map<String, String[]>) - Constructor for exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Create a new UnsatisfiedServletRequestParameterException.
UnsatisfiedServletRequestParameterException(List<String[]>, Map<String, String[]>) - Constructor for exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Create a new UnsatisfiedServletRequestParameterException.
updateAccessedSessionAttributes() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Update all session attributes that have been accessed during request processing, to expose their potentially updated state to the underlying session manager.
updateAccessedSessionAttributes() - Method in class org.springframework.web.context.request.ServletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
updateModel(NativeWebRequest, ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory
Promote model attributes listed as @SessionAttributes to the session.
updateModelAttributes(Object, Map<String, Object>, ExtendedModelMap, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Deprecated.
 
UPGRADE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Upgrade header field name.
uri(URI) - Method in class org.springframework.web.util.UriComponentsBuilder
Initialize all components of this URI builder with the components of the given URI.
UriComponents - Class in org.springframework.web.util
Represents an immutable collection of URI components, mapping component type to String values.
UriComponents(String, String) - Constructor for class org.springframework.web.util.UriComponents
 
uriComponents(UriComponents) - Method in class org.springframework.web.util.UriComponentsBuilder
Set all components of this URI builder from the given UriComponents.
UriComponents.UriTemplateVariables - Interface in org.springframework.web.util
Defines the contract for URI Template variables
UriComponentsBuilder - Class in org.springframework.web.util
Builder for UriComponents.
UriComponentsBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder
Default constructor.
UriComponentsBuilder(UriComponentsBuilder) - Constructor for class org.springframework.web.util.UriComponentsBuilder
Create a deep copy of the given UriComponentsBuilder.
UriComponentsContributor - Interface in org.springframework.web.method.support
Strategy for contributing to the building of a UriComponents by looking at a method parameter and an argument value and deciding what part of the target URL should be updated.
UriTemplate - Class in org.springframework.web.util
Represents a URI template.
UriTemplate(String) - Constructor for class org.springframework.web.util.UriTemplate
Construct a new UriTemplate with the given URI String.
UriTemplateHandler - Interface in org.springframework.web.util
Strategy for expanding a URI template with full control over the URI template syntax and the encoding of variables.
UriUtils - Class in org.springframework.web.util
Utility class for URI encoding and decoding based on RFC 3986.
UriUtils() - Constructor for class org.springframework.web.util.UriUtils
 
UrlBasedCorsConfigurationSource - Class in org.springframework.web.cors
Provide a per request CorsConfiguration instance based on a collection of CorsConfiguration mapped on path patterns.
UrlBasedCorsConfigurationSource() - Constructor for class org.springframework.web.cors.UrlBasedCorsConfigurationSource
 
UrlPathHelper - Class in org.springframework.web.util
Helper class for URL path matching.
UrlPathHelper() - Constructor for class org.springframework.web.util.UrlPathHelper
 
USER_AGENT - Static variable in class org.springframework.http.HttpHeaders
The HTTP User-Agent header field name.
userInfo(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI user info.

V

validateIfApplicable(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Validate the model attribute if applicable.
validateResponse(HttpInvokerClientConfiguration, HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Validate the given response as contained in the HttpPost object, throwing an exception if it does not correspond to a successful HTTP response.
validateResponse(HttpInvokerClientConfiguration, HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Validate the given response as contained in the HttpURLConnection object, throwing an exception if it does not correspond to a successful HTTP response.
value() - Method in enum org.springframework.http.HttpStatus.Series
Return the integer value of this status series.
value() - Method in enum org.springframework.http.HttpStatus
Return the integer value of this status code.
valueBound(HttpSessionBindingEvent) - Method in class org.springframework.web.context.request.DestructionCallbackBindingListener
 
ValueConstants - Interface in org.springframework.web.bind.annotation
Common value constants shared between bind annotations.
valueInstantiatorInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
valueOf(String) - Static method in enum org.springframework.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.http.HttpStatus.Series
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.springframework.http.HttpStatus.Series
 
valueOf(HttpStatus) - Static method in enum org.springframework.http.HttpStatus.Series
 
valueOf(String) - Static method in enum org.springframework.http.HttpStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.springframework.http.HttpStatus
Return the enum constant of this type with the specified numeric value.
valueOf(String) - Static method in class org.springframework.http.MediaType
Parse the given String value into a MediaType object, with this method name following the 'valueOf' naming convention (as supported by ConversionService.
valueOf(String) - Static method in enum org.springframework.web.bind.annotation.RequestMethod
Returns the enum constant of this type with the specified name.
values() - Method in class org.springframework.http.HttpHeaders
 
values() - Static method in enum org.springframework.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.http.HttpStatus.Series
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.http.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.web.bind.annotation.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
valueUnbound(HttpSessionBindingEvent) - Method in class org.springframework.web.context.request.DestructionCallbackBindingListener
 
VARY - Static variable in class org.springframework.http.HttpHeaders
The HTTP Vary header field name.
varyBy(String...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Configure one or more request header names (e.g.
VIA - Static variable in class org.springframework.http.HttpHeaders
The HTTP Via header field name.
virtualPropertyWriterInstance(MapperConfig<?>, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 

W

WARNING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Warning header field name.
wasFailure() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return whether the request failed.
WEB_APP_ROOT_KEY_PARAM - Static variable in class org.springframework.web.util.WebUtils
Web app root key parameter at the servlet context level (i.e.
WEB_APPLICATION_CONTEXT_VARIABLE_NAME - Static variable in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Name of the exposed WebApplicationContext variable: "webApplicationContext".
WEB_ASYNC_MANAGER_ATTRIBUTE - Static variable in class org.springframework.web.context.request.async.WebAsyncUtils
 
WebApplicationContext - Interface in org.springframework.web.context
Interface to provide configuration for a web application.
WebApplicationContextFacesELResolver - Class in org.springframework.web.jsf.el
Special JSF ELResolver that exposes the Spring WebApplicationContext instance under a variable named "webApplicationContext".
WebApplicationContextFacesELResolver() - Constructor for class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
WebApplicationContextUtils - Class in org.springframework.web.context.support
Convenience methods for retrieving the root WebApplicationContext for a given ServletContext.
WebApplicationContextUtils() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils
 
WebApplicationInitializer - Interface in org.springframework.web
Interface to be implemented in Servlet 3.0+ environments in order to configure the ServletContext programmatically -- as opposed to (or possibly in conjunction with) the traditional web.xml-based approach.
WebApplicationObjectSupport - Class in org.springframework.web.context.support
Convenient superclass for application objects running in a WebApplicationContext.
WebApplicationObjectSupport() - Constructor for class org.springframework.web.context.support.WebApplicationObjectSupport
 
WebAppRootListener - Class in org.springframework.web.util
Listener that sets a system property to the web application root directory.
WebAppRootListener() - Constructor for class org.springframework.web.util.WebAppRootListener
 
WebArgumentResolver - Interface in org.springframework.web.bind.support
SPI for resolving custom arguments for a specific handler method parameter.
WebAsyncManager - Class in org.springframework.web.context.request.async
The central class for managing asynchronous request processing, mainly intended as an SPI and not typically used directly by application classes.
WebAsyncTask<V> - Class in org.springframework.web.context.request.async
Holder for a Callable, a timeout value, and a task executor.
WebAsyncTask(Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask wrapping the given Callable.
WebAsyncTask(long, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value and a Callable.
WebAsyncTask(Long, String, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value, an executor name, and a Callable.
WebAsyncTask(Long, AsyncTaskExecutor, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value, an executor instance, and a Callable.
WebAsyncUtils - Class in org.springframework.web.context.request.async
Utility methods related to processing asynchronous web requests.
WebAsyncUtils() - Constructor for class org.springframework.web.context.request.async.WebAsyncUtils
 
WebBindingInitializer - Interface in org.springframework.web.bind.support
Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.
WebDataBinder - Class in org.springframework.web.bind
Special DataBinder for data binding from web request parameters to JavaBean objects.
WebDataBinder(Object) - Constructor for class org.springframework.web.bind.WebDataBinder
Create a new WebDataBinder instance, with default object name.
WebDataBinder(Object, String) - Constructor for class org.springframework.web.bind.WebDataBinder
Create a new WebDataBinder instance.
WebDataBinderFactory - Interface in org.springframework.web.bind.support
A factory for creating a WebDataBinder instance for a named target object.
WebRequest - Interface in org.springframework.web.context.request
Generic interface for a web request.
WebRequestDataBinder - Class in org.springframework.web.bind.support
Special DataBinder to perform data binding from web request parameters to JavaBeans, including support for multipart files.
WebRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder
Create a new WebRequestDataBinder instance, with default object name.
WebRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder
Create a new WebRequestDataBinder instance.
WebRequestInterceptor - Interface in org.springframework.web.context.request
Interface for general web request interception.
WebUtils - Class in org.springframework.web.util
Miscellaneous utilities for web applications.
WebUtils() - Constructor for class org.springframework.web.util.WebUtils
 
write(T, Type, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
write(T, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
write(BufferedImage, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
write(T, Type, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Write an given object to the given output message.
write(T, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
Write an given object to the given output message.
write(T, Type, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
writeContent(Resource, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
writeInternal(T, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Abstract template method that writes the actual body.
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Abstract template method that writes the actual body.
writeInternal(byte[], HttpOutputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
writeInternal(Object, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
writeInternal(Object, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
writeInternal(Message, HttpOutputMessage) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
writeInternal(Resource, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
writeInternal(Object, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
writeInternal(String, HttpOutputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
writePrefix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Write a prefix before the main content.
writePrefix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
writeRemoteInvocation(RemoteInvocation, OutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation to the given OutputStream.
writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Write the given RemoteInvocationResult to the given HTTP response.
writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult, OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Serialize the given RemoteInvocation to the given OutputStream.
writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Write the given RemoteInvocationResult to the given HTTP response.
writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult, OutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Serialize the given RemoteInvocation to the given OutputStream.
writeRequestBody(HttpInvokerClientConfiguration, HttpURLConnection, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the given serialized remote invocation as request body.
writeResourceRegion(ResourceRegion, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
writeSuffix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Write a suffix after the main content.
writeSuffix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
writeTo(OutputStream) - Method in interface org.springframework.http.StreamingHttpOutputMessage.Body
Write this body to the given OutputStream.
writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
writeToResult(Object, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
writeToResult(Object, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
WWW_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
The HTTP WWW-Authenticate header field name.

X

X_PROTOBUF_MESSAGE_HEADER - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
X_PROTOBUF_SCHEMA_HEADER - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
xml() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Obtain a Jackson2ObjectMapperBuilder instance in order to build an XmlMapper instance.
XmlAwareFormHttpMessageConverter - Class in org.springframework.http.converter.xml
XmlAwareFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
Deprecated.
 
XmlWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlWebApplicationContext() - Constructor for class org.springframework.web.context.support.XmlWebApplicationContext
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links
spring-web