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
Creates 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
 
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 type.
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
A base class for ContentNegotiationStrategy types that maintain a map with keys such as "json" and media types such as "application/json".
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
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
 
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.sun.syndication.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.
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.
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
 
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.
addFileExtensionResolvers(MediaTypeFileExtensionResolver...) - Method in class org.springframework.web.accept.ContentNegotiationManager
Add MediaTypeFileExtensionResolver instances.
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 a MediaType to an extension or ignore if the extensions is already mapped.
addMediaType(String, MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add a mapping from a file extension to a media type.
addMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add mappings from file extensions to media types.
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(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
 
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
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
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.support.ProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
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
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.
ALL - Static variable in class org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e.
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
 
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
 
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_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_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.
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.
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.
AsyncClientHttpRequestFactory - Interface in org.springframework.http.client
Factory for AsyncClientHttpRequest objects.
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.
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
 

B

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
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.
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
 
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
Creates 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

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(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.MappingJackson2HttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
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(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(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.MappingJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canWrite(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 2.3/2.4 Filter that allows one to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
 
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.
checkNotModified(long) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(long) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(long) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the request qualifies as not 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 request qualifies as not modified given the supplied ETag (entity tag), as determined by the application.
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
 
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.
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.
CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
Base class for multipart resolvers that use Jakarta 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 Jakarta 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 Jakarta 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
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.
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) - Method in class org.springframework.web.context.ContextLoader
 
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_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"
ContentNegotiationManager - Class in org.springframework.web.accept
This class is used to determine the requested media types of a request by delegating to a list of ContentNegotiationStrategy instances.
ContentNegotiationManager(ContentNegotiationStrategy...) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given ContentNegotiationStrategy instances.
ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given ContentNegotiationStrategy instances.
ContentNegotiationManager() - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create a default instance with a HeaderContentNegotiationStrategy.
ContentNegotiationManagerFactoryBean - Class in org.springframework.web.accept
A factory providing convenient access to a ContentNegotiationManager configured with one or more ContentNegotiationStrategy instances.
ContentNegotiationManagerFactoryBean() - Constructor for class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
ContentNegotiationStrategy - Interface in org.springframework.web.accept
A strategy for resolving the requested media types in a request.
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
 
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
 
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
Indicates the annotated class assists a "Controller".
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.
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.
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.
copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
Return a replica of this instance with the quality value of the given MediaType.
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.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
 
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.
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").
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.
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
Return a HttpInputMessage for the given NativeWebRequest.
createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
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.
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.SimpleClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
Create a new ClientHttpRequest via this template's ClientHttpRequestFactory.
createRootApplicationContext() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
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.
createWebApplicationContext(ServletContext, ApplicationContext) - Method in class org.springframework.web.context.ContextLoader
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.
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

decode(String, String) - Static method in class org.springframework.web.util.UriUtils
Decodes the given encoded source String into an URI.
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_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.json.MappingJackson2HttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.StringHttpMessageConverter
 
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.XmlWebApplicationContext
Default prefix 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_MAX_AGE - Static variable in class org.springframework.web.util.CookieGenerator
Deprecated.
in favor of setting no max age value at all in such a case
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_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_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"
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 new 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
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
 
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 2.3 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(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
 
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.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 2.3 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.
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
 
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.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 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.
encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI authority with the given encoding.
encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI fragment with the given encoding.
encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI host with the given encoding.
encodeHttpUrl(String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
in favor of UriComponentsBuilder; see note about query param encoding
encodePath(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI path with the given encoding.
encodePathSegment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI path segment with the given encoding.
encodePort(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI port with the given encoding.
encodeQuery(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI query with the given encoding.
encodeQueryParam(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI query parameter with the given encoding.
encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI scheme with the given encoding.
encodeUri(String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
in favor of UriComponentsBuilder; see note about query param encoding
encodeUriComponents(String, String, String, String, String, String, String, String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
encodeUserInfo(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes 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.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.
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(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
 
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.
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(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.
EXPOSE_WEB_APP_ROOT_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
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
Expose the given Map as request attributes, using the keys as attribute names and the values as corresponding attribute values.
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
 
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.
extractFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the URL filename from the given request URL path.
extractFullFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the full URL filename (including file extension) from the given request URL path.

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.
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
 
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() - 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 that always returns 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
 
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
 
fragment(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI fragment.
fromHttpUrl(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Creates a new UriComponents object from the string HTTP URL.
fromPath(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given path.
fromUri(URI) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given URI.
fromUriString(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given URI string.

G

generateETagHeaderValue(byte[]) - 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.
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(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.
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
 
getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getAllFileExtensions() - Method in class org.springframework.web.accept.ContentNegotiationManager
Delegate to all configured MediaTypeFileExtensionResolver instances and aggregate the list of all known file extensions.
getAllFileExtensions() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
getAllFileExtensions() - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
Return all known file extensions.
getAllow() - Method in class org.springframework.http.HttpHeaders
Return the set of allowed HTTP methods, as specified by the Allow header.
getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
Return the name of the request attribute that identifies that a request is already filtered.
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.
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
 
getBean() - Method in class org.springframework.web.method.HandlerMethod
Returns 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
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.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
Returns 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.
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
Returns the value of the Connection header.
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.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.
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.
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).
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(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
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.
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
 
getDetailedErrorMessage(String) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Adds HandlerMethod details such as the controller type and method signature to the given error 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.
getEndpointAddress() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the endpoint address to specify on the stub.
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.
getExecutor() - Method in class org.springframework.web.context.request.async.WebAsyncTask
Return the AsyncTaskExecutor to use for concurrent handling, or null if none specified.
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.
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
 
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.
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.
getFirstValueAsList(String) - Method in class org.springframework.http.HttpHeaders
 
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
 
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
Returns 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
 
getHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
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
Returns the headers of the wrapped request.
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
 
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
Returns 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.
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.
getIfNotModifiedSince() - Method in class org.springframework.http.HttpHeaders
getInitBinderMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
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.
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.MappingJackson2HttpMessageConverter
Return the Jackson JavaType for the specified type and context class.
getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
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.MappingJackson2HttpMessageConverter
Determine the JSON encoding to use for the given content type.
getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
Determine the JSON encoding to use for the given content type.
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.
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.
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Sub-classes must extract the key to use to look up a media type.
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
getMessage() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
 
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.
getMethod() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Returns 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.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
Returns the method for this handler method.
getMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
Returns a single annotation on the underlying method traversing its super methods if no annotation can be found on the given method itself.
getMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
Returns the method parameters for this handler method.
getModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the model to use: the "default" or the "redirect" model.
getModelAttributeMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
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 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
Derives 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 using one of the following: The method ModelAttribute annotation value The declared return type if it is other 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
Determine the message to be pushed onto the Log4J nested diagnostic context.
getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
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.Jackson2ObjectMapperFactoryBean
Return the singleton ObjectMapper.
getObject() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
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.MappingJackson2HttpMessageConverter
Return the underlying ObjectMapper for this view.
getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
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.Jackson2ObjectMapperFactoryBean
 
getObjectType() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
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
Get the specified session attribute, creating and setting a new attribute if no existing found.
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.
getParamConditions() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the parameter conditions that have been violated.
getParameter() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
Return the method parameter that failed validation.
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(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
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
 
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
 
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
 
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
Returns the path.
getPathSegments() - Method in class org.springframework.web.util.UriComponents
Returns 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
Returns 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.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
Returns the query.
getQueryParams() - Method in class org.springframework.web.util.UriComponents
Returns the map of query parameters.
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.UnknownHttpStatusCodeException
Return the raw HTTP status code value.
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
Returns 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 HttpRequests.
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.
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.ServletWebRequest
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.
getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the response body as a byte array.
getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the response body as a byte array.
getResponseBodyAsString() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the response body as a string.
getResponseBodyAsString() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the response body as a string.
getResponseHeaders() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the HTTP response headers.
getResponseHeaders() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the HTTP response headers.
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
 
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.
getScheme() - Method in class org.springframework.web.util.UriComponents
Returns the scheme.
getSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponents
Returns 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.
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
 
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
 
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.
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.HttpStatusCodeException
Return the HTTP status text.
getStatusText() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
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.
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, if known, as HttpMethod instances.
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, if 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
Return the target page specified in the request.
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(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getUpgrade() - Method in class org.springframework.http.HttpHeaders
Returns the value of the Upgrade header.
getURI() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Returns 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
 
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
Returns 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(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.
getVariableNames() - Method in class org.springframework.web.util.UriTemplate
Return the names of the variables in the template, in order.
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.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
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"

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.
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
Handles the error in the given response.
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Invoked when a matching media type is found in the lookup map.
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
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) - 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
Invoked when no matching media type is found in the lookup map.
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Look up the given extension via ServletContext.getMimeType(String) and if that doesn't help, delegate to the parent implementation.
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.
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.
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 sub-classes.
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
Exception indicating that the execution of an annotated MVC handler method failed.
HandlerMethodInvocationException(Method, Throwable) - Constructor for exception org.springframework.web.bind.annotation.support.HandlerMethodInvocationException
Create a new HandlerMethodInvocationException for the given Method handle and cause.
HandlerMethodInvoker - Class in org.springframework.web.bind.annotation.support
Support class for invoking an annotated handler method.
HandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, WebArgumentResolver[], HttpMessageConverter<?>[]) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
HandlerMethodResolver - Class in org.springframework.web.bind.annotation.support
Support class for resolving web method annotations in a handler type.
HandlerMethodResolver() - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
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
Defines the algorithm for searching handler methods exhaustively including interfaces and parent classes while also dealing with parameterized methods as well as interface and class-based proxies.
HandlerMethodSelector() - Constructor for class org.springframework.web.method.HandlerMethodSelector
 
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
Indicates 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
 
hashCode() - Method in class org.springframework.http.HttpEntity
 
hashCode() - Method in class org.springframework.http.HttpHeaders
 
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
 
hasMessageBody(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
Indicates whether the given response has a message body.
hasResult() - Method in class org.springframework.web.context.request.async.DeferredResult
 
hasSessionAttributes() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
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
 
HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that parses the 'Accept' header of the request.
HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
 
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(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.
htmlEscapeDecimal(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.
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 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 the conversion 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
Creates 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
Thrown by HttpMessageConverter implementations when the read method fails.
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
Thrown by HttpMessageConverter implementations when the write method fails.
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
 
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
Creates 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 a HttpStatus, status text, and response body content.
HttpSessionMutexListener - Class in org.springframework.web.util
Servlet 2.3 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.
HttpStatus - Enum in org.springframework.http
Java 5 enumeration of HTTP status codes.
HttpStatus.Series - Enum in org.springframework.http
Java 5 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 of HttpStatusCodeException based on an HttpStatus.
HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus and status text.
HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.

I

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.
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.
init(Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
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(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
 
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.
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
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 -- i.e.
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.
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[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
Intercept the given request, and return a response.
InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
Wrapper for a ClientHttpRequestFactory that has support for ClientHttpRequestInterceptors.
InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
Creates 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(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Create an instance from the given handler and method.
InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Create an instance from a HandlerMethod.
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
 
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.
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 BindException on validation errors.
isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Determine whether the given value qualifies as a "binding candidate", i.e.
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).
isDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return whether default HTML escaping is enabled for the web application, i.e.
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, byte[]) - 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.
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
 
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.
isIncludeClientInfo() - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
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.
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
 
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
 
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
 
isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
 
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 is handled directly.
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
 
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.Jackson2ObjectMapperFactoryBean
 
isSingleton() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
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
 
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.
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
Returns true if the method return type is void, false otherwise.

J

Jackson2ObjectMapperFactoryBean - Class in org.springframework.http.converter.json
A FactoryBean for creating a Jackson 2.x ObjectMapper with setters to enable or disable Jackson features from within XML configuration.
Jackson2ObjectMapperFactoryBean() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
JacksonObjectMapperFactoryBean - Class in org.springframework.http.converter.json
Deprecated.
Please migrate to Jackson2ObjectMapperFactoryBean for Jackson 2.x.
JacksonObjectMapperFactoryBean() - Constructor for class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
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"

K

keySet() - Method in class org.springframework.http.HttpHeaders
 

L

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.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.
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
 
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
Bootstrap listener for custom log4j initialization in a web environment.
Log4jConfigListener() - Constructor for class org.springframework.web.util.Log4jConfigListener
 
log4jLogger - Variable in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Logger available to subclasses
log4jLogger - Variable in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Logger available to subclasses
Log4jNestedDiagnosticContextFilter - Class in org.springframework.web.filter
Request logging filter that adds the request log message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed.
Log4jNestedDiagnosticContextFilter() - Constructor for class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
 
Log4jNestedDiagnosticContextInterceptor - Class in org.springframework.web.context.request
Request logging interceptor that adds a request context message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed.
Log4jNestedDiagnosticContextInterceptor() - Constructor for class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
 
Log4jWebConfigurer - Class in org.springframework.web.util
Convenience class that performs custom log4j initialization for web environments, allowing for log file paths within the web application, with the option to perform automatic refresh checks (for runtime changes in logging configuration).
Log4jWebConfigurer() - Constructor for class org.springframework.web.util.Log4jWebConfigurer
 
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
 
lookupMediaType(String) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Return the MediaType mapped to the given extension.
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.
MappingJacksonHttpMessageConverter - Class in org.springframework.http.converter.json
Deprecated.
Please migrate to MappingJackson2HttpMessageConverter for Jackson 2.x.
MappingJacksonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
Construct a new MappingJacksonHttpMessageConverter.
MappingMediaTypeFileExtensionResolver - Class in org.springframework.web.accept
An implementation of MediaTypeFileExtensionResolver that maintains a lookup from extension to MediaType.
MappingMediaTypeFileExtensionResolver(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Create an instance with the given mappings between 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 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.
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, 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
A strategy for resolving a MediaType to one or more path 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.
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
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
 
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
Resolves method arguments annotated with @ModelAttribute and handles return values from methods annotated with @ModelAttribute.
ModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
ModelFactory - Class in org.springframework.web.method.annotation
Provides methods to initialize the Model before controller method invocation and to update it afterwards.
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
 
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 2.3 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.
MultipartResolver - Interface in org.springframework.web.multipart
A strategy interface for multipart file upload resolution in accordance with RFC 1867.

N

NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
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.
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
Returns a new, empty builder.
normalize() - Method in class org.springframework.web.util.UriComponents
Normalize the path removing sequences like "path/..".
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
 

O

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.
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.
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 an HttpMessageConverter implementations for handling JSON.
org.springframework.http.converter.support - package org.springframework.http.converter.support
 
org.springframework.http.converter.xml - package org.springframework.http.converter.xml
Provides an 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 and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap 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.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.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 tier with a Spring middle tier 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 tier with a Spring middle tier 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 Jakarta 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.

P

ParameterContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that uses a request parameter to determine what media types are requested.
ParameterContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ParameterContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
parseDefaultValueAttribute(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
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.
parseRequest(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Parse the given servlet request, resolving its multipart elements.
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 uses the path extension of the URL to determine what media types are requested.
PathExtensionContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
PathExtensionContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Create an instance without any mappings to start with.
pathSegment(String...) - Method in class org.springframework.web.util.UriComponentsBuilder
Append the given path segments to the existing path of this builder.
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.
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
 
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).
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.
preHandle(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
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.
processSource(Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
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
 
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(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
 

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
 
raiseMissingHeaderException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
raiseMissingParameterException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
raiseSessionRequiredException(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
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 form the given input message, and returns it.
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
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.MappingJackson2HttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
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".
REFRESH_INTERVAL_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
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.
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
 
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
 
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.
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 2.3 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 2.4+ 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
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 instance.
RequestScope - Class in org.springframework.web.context.request
Request-backed Scope implementation.
RequestScope() - Constructor for class org.springframework.web.context.request.RequestScope
 
resetRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Reset the RequestAttributes for the current thread.
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
 
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
Resolves the given @CookieValue annotation.
resolveDefaultValue(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManager
Delegate to all configured MediaTypeFileExtensionResolver instances and aggregate the list of all file extensions found.
resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Find the file extensions mapped to the given MediaType.
resolveFileExtensions(MediaType) - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
Resolve the given media type to a list of path extensions.
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.ContentNegotiationManager
Delegate to all configured ContentNegotiationStrategy instances until one returns a non-empty list.
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 Exception>) - 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
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Resolves 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
Resolves the given @PathVariable annotation.
resolvePlaceholder(String, Properties) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
 
resolvePlaceholder(String, ServletContext, boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
Resolves the given placeholder using the init parameters and optionally also the attributes of the given ServletContext.
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
Resolves the given @RequestBody annotation.
resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
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 and write Resources.
ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
 
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.
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 code and 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.
RestController - Annotation Type in org.springframework.web.bind.annotation
A convenience annotation that is itself annotated with @Controller 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.
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
Select handler methods for the given handler type.
series() - Method in enum org.springframework.http.HttpStatus
Returns the HTTP status series of this status code.
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
 
ServletContextPropertyPlaceholderConfigurer - Class in org.springframework.web.context.support
Deprecated.
in Spring 3.1 in favor of PropertySourcesPlaceholderConfigurer in conjunction with StandardServletEnvironment.
ServletContextPropertyPlaceholderConfigurer() - Constructor for class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
 
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 Servlet 2.3's ServletContext.getResourcePaths.
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
An extension of PathExtensionContentNegotiationStrategy that uses ServletContext.getMimeType(String) as a fallback mechanism when matching a path extension to a media type.
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.
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.
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
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 - 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.
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.
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.
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.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.
setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
Set the AnnotationIntrospector for serialization and deserialization.
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
setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
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.
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.
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.
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
Sets 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
Indicates whether this request factory should buffer the request body internally.
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
Sets 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.
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.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.
setContentLength(long) - Method in class org.springframework.http.HttpHeaders
Set the length of the body in bytes, as specified by the Content-Length header.
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.
setContextOverride(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
Set whether ServletContext init parameters (and optionally also ServletContext attributes) should override local properties within the application.
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).
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.
setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
Define the format for date/time with the given DateFormat.
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.
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.
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.
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.
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
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.
setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
setFavorParameter(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Indicate whether a request parameter should be used to determine the requested media type with the 2nd highest priority, i.e.
setFavorPathExtension(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Indicate whether the extension of the request path should be used to determine the requested media type with the highest priority.
setFeaturesToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify features to disable.
setFeaturesToDisable(Object[]) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
Specify features to disable.
setFeaturesToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify features to enable.
setFeaturesToEnable(Object[]) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
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(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.
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
Sets 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
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.
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.
setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Indicate whether the HTTP Accept header should be ignored altogether.
setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
When set to true the default model is never used in a redirect scenario.
setIncludeClientInfo(boolean) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
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.
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
setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
setInitParamName(String) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
Set the name of the ServletContext init parameter to expose.
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.
setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Specify a custom prefix to use for this view's JSON output.
setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
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.
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.
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
Sets the maximum length of the payload body to be included in the log message.
setMaxUploadSize(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before uploads are refused.
setMediaTypes(Properties) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add mappings from file extensions to media types represented as strings.
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.
setMethodParam(String) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
Set the parameter name to look for HTTP methods.
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.
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.Jackson2ObjectMapperFactoryBean
Set the ObjectMapper instance to use.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
Set the ObjectMapper instance to use.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
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 parameter name that can be used to determine the requested media type if the ContentNegotiationManagerFactoryBean.setFavorParameter(boolean) property is true.
setParameterName(String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
Set the parameter name that can be used to determine the requested media type.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
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.
setPort(int) - Method in class org.springframework.http.client.support.ProxyFactoryBean
Sets 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.MappingJackson2HttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with "{} &&".
setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
Indicate whether the JSON output by this view should be prefixed with "{} &&".
setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Whether to use the DefaultPrettyPrinter when writing JSON.
setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
Whether to use the DefaultPrettyPrinter 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.
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.
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.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
Signal the conditions are in place for using a redirect model.
setRemoteResolver(HessianRemoteResolver) - Method in class org.springframework.remoting.caucho.HessianExporter
Specify a custom HessianRemoteResolver to use for resolving remote object references.
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 HttpRequests.
setRequestHandled(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Signal a scenario where the request is handled directly.
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.
setSearchContextAttributes(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
Set whether to search for matching a ServletContext attribute before checking a ServletContext init parameter.
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.
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
 
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.ServletContextPropertyPlaceholderConfigurer
Deprecated.
Set the ServletContext to resolve placeholders against.
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.
setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
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.
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
 
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
Set the time required for concurrent handling to complete.
setType(Proxy.Type) - Method in class org.springframework.http.client.support.ProxyFactoryBean
Sets 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.
setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if context path and request URI should be URL-decoded.
setUseJaf(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Indicate whether to use the Java Activation Framework as a fallback option to map from file extensions to media types.
setUseJaf(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Indicate whether to use the Java Activation Framework to map from file extensions to media types.
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(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
 
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.
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.
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.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.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.
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
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
 
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
 
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
 
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
 
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
 
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 a 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.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.json.MappingJackson2HttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
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
 
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 if it is a non-simple type when annotationNotRequired=true.
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
 
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_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_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
 
toCommaDelimitedString(List<String>) - Method in class org.springframework.http.HttpHeaders
 
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() - 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.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.
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.

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.
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.
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
Synchronize model attributes with the session.
updateModelAttributes(Object, Map<String, Object>, ExtendedModelMap, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
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.
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.
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
 
UrlPathHelper - Class in org.springframework.web.util
Helper class for URL path matching.
UrlPathHelper() - Constructor for class org.springframework.web.util.UrlPathHelper
 
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.
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
 

W

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, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation delegates to AbstractHttpMessageConverter.getDefaultContentType(Object) if a content type was not provided, calls AbstractHttpMessageConverter.getContentLength(T, org.springframework.http.MediaType), and sets the corresponding headers on the output message.
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, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
Write an given object to the given output message.
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, HttpOutputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
writeInternal(Resource, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
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
 
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.
writeTo(OutputStream) - Method in interface org.springframework.http.StreamingHttpOutputMessage.Body
Writes 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
 

X

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