- CACHE_CONTROL - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Cache-Control header field name.
- CacheControl - Class in org.springframework.http
-
A builder for creating "Cache-Control" HTTP response headers.
- CacheControl() - Constructor for class org.springframework.http.CacheControl
-
Create an empty CacheControl instance.
- cacheControl(CacheControl) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
-
Set the caching directives for the resource, as specified by the HTTP 1.1
Cache-Control header.
- cachePrivate() - Method in class org.springframework.http.CacheControl
-
Add a "private" directive.
- cachePublic() - Method in class org.springframework.http.CacheControl
-
Add a "public" directive.
- calculateEndpointAddress(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
Calculate the full endpoint address for the given endpoint.
- calculateEndpointPath(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Calculate the full endpoint path for the given endpoint.
- CallableProcessingInterceptor - Interface in org.springframework.web.context.request.async
-
Intercepts concurrent request handling, where the concurrent result is
obtained by executing a Callable on behalf of the application with
an AsyncTaskExecutor.
- CallableProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
-
- CallableProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
-
- callNextHandlerInChain(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
Method to be called by subclasses when intending to delegate to the next
handler in the NavigationHandler chain.
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Indicates whether the given type can be read by this converter.
- canRead(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Indicates whether the given class can be read by this converter.
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Always returns false since Jaxb2CollectionHttpMessageConverter
required generic type information in order to read a Collection.
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Indicates whether the given type can be read by this converter.
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- canWrite(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Indicates whether the given class can be written by this converter.
- canWrite(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Indicates whether the given class can be written by this converter.
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- canWrite(MediaType) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
This method overrides the parent implementation, since this HttpMessageConverter
can also produce MediaType.HTML "text/html" ContentType.
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Always returns false since Jaxb2CollectionHttpMessageConverter
does not convert collections to XML.
- canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Always returns false since Jaxb2CollectionHttpMessageConverter
does not convert collections to XML.
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- CharacterEncodingFilter - Class in org.springframework.web.filter
-
Servlet Filter that allows one to specify a character encoding for requests.
- CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
-
- CharacterEncodingFilter(String) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
-
Create a CharacterEncodingFilter for the given encoding.
- CharacterEncodingFilter(String, boolean) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
-
Create a CharacterEncodingFilter for the given encoding.
- CharacterEncodingFilter(String, boolean, boolean) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
-
Create a CharacterEncodingFilter for the given encoding.
- checkFieldDefaults(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
-
Check the given property values for field defaults,
i.e.
- checkFieldMarkers(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
-
Check the given property values for field markers,
i.e.
- checkHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Check the supplied request headers (or the headers listed in the
Access-Control-Request-Headers of a pre-flight request) against
the configured allowed headers.
- checkHeaders(CorsConfiguration, List<String>) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Check the headers and determine the headers for the response of a
pre-flight request.
- checkHttpMethod(HttpMethod) - Method in class org.springframework.web.cors.CorsConfiguration
-
Check the HTTP request method (or the method from the
Access-Control-Request-Method header on a pre-flight request)
against the configured allowed methods.
- checkMethods(CorsConfiguration, HttpMethod) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Check the HTTP method and determine the methods for the response of a
pre-flight request.
- checkNotModified(long) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- checkNotModified(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- checkNotModified(String, long) - Method in class org.springframework.web.context.request.FacesWebRequest
-
Last-modified handling not supported for portlet requests:
As a consequence, this method always returns false.
- checkNotModified(long) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- checkNotModified(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- checkNotModified(String, long) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- checkNotModified(long) - Method in interface org.springframework.web.context.request.WebRequest
-
Check whether the requested resource has been modified given the
supplied last-modified timestamp (as determined by the application).
- checkNotModified(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Check whether the requested resource has been modified given the
supplied ETag (entity tag), as determined by the application.
- checkNotModified(String, long) - Method in interface org.springframework.web.context.request.WebRequest
-
Check whether the requested resource has been modified given the
supplied ETag (entity tag) and last-modified timestamp,
as determined by the application.
- checkOrigin(String) - Method in class org.springframework.web.cors.CorsConfiguration
-
Check the origin of the request against the configured allowed origins.
- checkOrigin(CorsConfiguration, String) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Check the origin and determine the origin for the response.
- checkParameters(String, String) - Method in class org.springframework.http.MediaType
-
- cleanupAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- cleanupAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Clean up the specified attribute in the backend session.
- cleanupAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Remove "known" attributes from the session, i.e.
- cleanupFileItems(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Cleanup the Spring MultipartFiles created during multipart parsing,
potentially holding temporary data on disk.
- cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- cleanupMultipart(MultipartHttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Cleanup any resources used for the multipart handling,
like a storage for the uploaded files.
- cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- clear() - Method in class org.springframework.http.HttpHeaders
-
- clear() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
Clear the list of configured resolvers.
- clearConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- clearErrorRequestAttributes(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Clear the Servlet spec's error attributes as
HttpServletRequest
attributes under the keys defined in the Servlet 2.3 specification:
javax.servlet.error.status_code,
javax.servlet.error.exception_type,
javax.servlet.error.message,
javax.servlet.error.exception,
javax.servlet.error.request_uri,
javax.servlet.error.servlet_name.
- ClientHttpRequest - Interface in org.springframework.http.client
-
Represents a client-side HTTP request.
- ClientHttpRequestExecution - Interface in org.springframework.http.client
-
Represents the context of a client-side HTTP request execution.
- ClientHttpRequestFactory - Interface in org.springframework.http.client
-
- ClientHttpRequestInterceptor - Interface in org.springframework.http.client
-
Intercepts client-side HTTP requests.
- ClientHttpResponse - Interface in org.springframework.http.client
-
Represents a client-side HTTP response.
- clone() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- clone() - Method in class org.springframework.web.util.UriComponentsBuilder
-
Public declaration of Object's clone() method.
- cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder
-
Clone this UriComponentsBuilder.
- close() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Close this response, freeing any resources created.
- close() - Method in interface org.springframework.http.server.ServerHttpResponse
-
Close this response, freeing any resources created.
- close() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- closeNoCatch() - Method in class org.springframework.web.bind.ServletRequestDataBinder
-
Treats errors as fatal.
- closeNoCatch() - Method in class org.springframework.web.bind.support.WebRequestDataBinder
-
Treats errors as fatal.
- closeWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
Close Spring's web application context for the given servlet context.
- combine(CorsConfiguration) - Method in class org.springframework.web.cors.CorsConfiguration
-
Combine the supplied CorsConfiguration with this one.
- CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
-
Base class for multipart resolvers that use Apache Commons FileUpload
1.2 or above.
- CommonsFileUploadSupport() - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Instantiate a new CommonsFileUploadSupport with its
corresponding FileItemFactory and FileUpload instances.
- CommonsFileUploadSupport.MultipartParsingResult - Class in org.springframework.web.multipart.commons
-
Holder for a Map of Spring MultipartFiles and a Map of
multipart parameters.
- CommonsMultipartFile - Class in org.springframework.web.multipart.commons
-
- 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
-
- 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
-
- CompositeUriComponentsContributor(Collection<?>) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
-
- CompositeUriComponentsContributor(Collection<?>, ConversionService) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
-
- CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Name of servlet context parameter (i.e., "contextConfigLocation") that can specify the
config location for the root context, falling back to the implementation's
default otherwise.
- CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
-
Deprecated.
Parameter specifying the location of the log4j config file
- ConfigurableWebApplicationContext - Interface in org.springframework.web.context
-
Interface to be implemented by configurable web application contexts.
- ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.support
-
- ConfigurableWebBindingInitializer() - Constructor for class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
- ConfigurableWebEnvironment - Interface in org.springframework.web.context
-
Specialization of
ConfigurableEnvironment allowing initialization of
servlet-related
PropertySource objects at the
earliest moment that the
ServletContext and (optionally)
ServletConfig
become available.
- configure(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure an existing
ObjectMapper instance with this builder's
settings.
- configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
- configureChannel(SocketChannelConfig) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Template method for changing properties on the given SocketChannelConfig.
- CONNECTION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Connection header field name.
- containsAttribute(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the underlying model contains the given attribute name.
- containsKey(Object) - Method in class org.springframework.http.HttpHeaders
-
- containsValue(Object) - Method in class org.springframework.http.HttpHeaders
-
- CONTENT_DISPOSITION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Disposition header field name
- CONTENT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Encoding header field name.
- CONTENT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Language header field name.
- CONTENT_LENGTH - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Length header field name.
- CONTENT_LOCATION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Location header field name.
- CONTENT_RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Range header field name.
- CONTENT_TYPE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Type header field name.
- CONTENT_TYPE_CHARSET_PREFIX - Static variable in class org.springframework.web.util.WebUtils
-
Prefix of the charset clause in a content type String: ";charset="
- CONTENT_TYPE_HESSIAN - Static variable in class org.springframework.remoting.caucho.HessianExporter
-
- CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Default content type: "application/x-java-serialized-object"
- ContentCachingRequestWrapper - Class in org.springframework.web.util
-
- ContentCachingRequestWrapper(HttpServletRequest) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper
-
Create a new ContentCachingRequestWrapper for the given servlet request.
- ContentCachingRequestWrapper(HttpServletRequest, int) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper
-
Create a new ContentCachingRequestWrapper for the given servlet request.
- ContentCachingResponseWrapper - Class in org.springframework.web.util
-
- ContentCachingResponseWrapper(HttpServletResponse) - Constructor for class org.springframework.web.util.ContentCachingResponseWrapper
-
Create a new ContentCachingResponseWrapper for the given servlet response.
- contentLength(long) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
-
Set the length of the body in bytes, as specified by the
Content-Length header.
- contentLength(long) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
-
Set the length of the body in bytes, as specified by the
Content-Length header.
- ContentNegotiationManager - Class in org.springframework.web.accept
-
Central class to determine requested
media types
for a request.
- ContentNegotiationManager(ContentNegotiationStrategy...) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
-
Create an instance with the given list of
ContentNegotiationStrategy strategies each of which may also be
an instance of MediaTypeFileExtensionResolver.
- ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
-
- ContentNegotiationManager() - Constructor for class org.springframework.web.accept.ContentNegotiationManager
-
- ContentNegotiationManagerFactoryBean - Class in org.springframework.web.accept
-
Factory to create a
ContentNegotiationManager and configure it with
one or more
ContentNegotiationStrategy instances via simple setters.
- ContentNegotiationManagerFactoryBean() - Constructor for class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- ContentNegotiationStrategy - Interface in org.springframework.web.accept
-
A strategy for resolving the requested media types for a request.
- contentType(MediaType) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
-
Set the
media type of the body, as specified
by the
Content-Type header.
- contentType(MediaType) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
-
Set the
media type of the body, as specified by the
Content-Type header.
- CONTEXT_ATTRIBUTES_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Name of the ServletContext/PortletContext attributes environment bean in the factory.
- CONTEXT_CLASS_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Config param for the root WebApplicationContext implementation class to use: "contextClass"
- CONTEXT_ID_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Config param for the root WebApplicationContext id,
to be used as serialization id for the underlying BeanFactory: "contextId"
- CONTEXT_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Config param for ApplicationContextInitializer classes to use
for initializing the root web application context: "contextInitializerClasses"
- CONTEXT_PARAMETERS_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Name of the ServletContext/PortletContext init-params environment bean in the factory.
- ContextCleanupListener - Class in org.springframework.web.context
-
Web application listener that cleans up remaining disposable attributes
in the ServletContext, i.e.
- ContextCleanupListener() - Constructor for class org.springframework.web.context.ContextCleanupListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
-
Close the root web application context.
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
-
Deprecated.
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
-
- ContextExposingHttpServletRequest - Class in org.springframework.web.context.support
-
HttpServletRequest decorator that makes all Spring beans in a
given WebApplicationContext accessible as request attributes,
through lazy checking once an attribute gets accessed.
- ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
Create a new ContextExposingHttpServletRequest for the given request.
- ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
Create a new ContextExposingHttpServletRequest for the given request.
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
-
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
-
Initialize the root web application context.
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
-
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
-
Deprecated.
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
-
- ContextLoader - Class in org.springframework.web.context
-
Performs the actual initialization work for the root application context.
- ContextLoader() - Constructor for class org.springframework.web.context.ContextLoader
-
Create a new ContextLoader that will create a web application context
based on the "contextClass" and "contextConfigLocation" servlet context-params.
- ContextLoader(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoader
-
Create a new ContextLoader with the given application context.
- ContextLoaderListener - Class in org.springframework.web.context
-
- 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
-
- ControllerAdviceBean - Class in org.springframework.web.method
-
Encapsulates information about an
@ControllerAdvice
Spring-managed bean without necessarily requiring it to be instantiated.
- ControllerAdviceBean(Object) - Constructor for class org.springframework.web.method.ControllerAdviceBean
-
Create a ControllerAdviceBean using the given bean instance.
- ControllerAdviceBean(String, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
-
Create a ControllerAdviceBean using the given bean name.
- convertBurlapAccessException(Throwable) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Convert the given Burlap access exception to an appropriate
Spring RemoteAccessException.
- converterInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
-
- convertHessianAccessException(Throwable) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Convert the given Hessian access exception to an appropriate
Spring RemoteAccessException.
- convertHttpInvokerAccessException(Throwable) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Convert the given HTTP invoker access exception to an appropriate
Spring RemoteAccessException.
- COOKIE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Cookie header field name.
- CookieGenerator - Class in org.springframework.web.util
-
Helper class for cookie generation, carrying cookie descriptor settings
as bean properties and being able to add and remove cookie to/from a
given response.
- CookieGenerator() - Constructor for class org.springframework.web.util.CookieGenerator
-
- CookieValue - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to an HTTP cookie.
- copyBodyToResponse() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Copy the complete cached body content to the response.
- copyBodyToResponse(boolean) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Copy the cached body content to the response.
- copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
-
Return a replica of this instance with the quality value of the given MediaType.
- copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.UriComponents
-
Set all components of the given UriComponentsBuilder.
- CorsConfiguration - Class in org.springframework.web.cors
-
A container for CORS configuration along with methods to check against the
actual origin, HTTP methods, and headers of a given request.
- CorsConfiguration() - Constructor for class org.springframework.web.cors.CorsConfiguration
-
Construct a new CorsConfiguration instance with no cross-origin
requests allowed for any origin by default.
- CorsConfiguration(CorsConfiguration) - Constructor for class org.springframework.web.cors.CorsConfiguration
-
Construct a new CorsConfiguration instance by copying all
values from the supplied CorsConfiguration.
- CorsConfigurationSource - Interface in org.springframework.web.cors
-
Interface to be implemented by classes (usually HTTP request handlers) that
provides a
CorsConfiguration instance based on the provided request.
- CorsFilter - Class in org.springframework.web.filter
-
- CorsFilter(CorsConfigurationSource) - Constructor for class org.springframework.web.filter.CorsFilter
-
- CorsProcessor - Interface in org.springframework.web.cors
-
- CorsUtils - Class in org.springframework.web.cors
-
- CorsUtils() - Constructor for class org.springframework.web.cors.CorsUtils
-
- createAsyncRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.AsyncClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
-
- createAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Create an AsyncWebRequest instance.
- createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Extension point to create the model attribute if not found in the model.
- createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
- createBinder(NativeWebRequest, Object, String) - Method in interface org.springframework.web.bind.support.WebDataBinderFactory
-
- createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
Extension point to create the WebDataBinder instance.
- createBurlapProxy(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Create the Burlap proxy that is wrapped by this interceptor.
- createByteRange(long) - Static method in class org.springframework.http.HttpRange
-
Create an HttpRange from the given position to the end.
- createByteRange(long, long) - Static method in class org.springframework.http.HttpRange
-
Create a HttpRange from the given fist to last position.
- createCollection(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Create a Collection of the given type, with the given initial capacity
(if supported by the Collection type).
- createCookie(String) - Method in class org.springframework.web.util.CookieGenerator
-
Create a cookie with the given value, using the cookie descriptor
settings of this generator (except for "cookieMaxAge").
- created(URI) - Static method in class org.springframework.http.ResponseEntity
-
Create a new builder with a
CREATED status
and a location header set to the given URI.
- createEndpoint(Object) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Create the actual Endpoint instance.
- createEnvironment() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.filter.GenericFilterBean
-
- createHessianProxy(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Create the Hessian proxy that is wrapped by this interceptor.
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Template methods that creates a HttpContext for the given HTTP method and URI.
- createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- 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
-
- createMessage(HttpServletRequest, String, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Create a log message for the given request, prefix and suffix.
- createMultipartFile(FileItem) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-
- createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
- 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
-
- 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
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
-
- createRequestConfig(Object) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- createRequestConfig(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
- createRootApplicationContext() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
Create the "root" application context to be provided to the
ContextLoaderListener.
- createSuffixRange(long) - Static method in class org.springframework.http.HttpRange
-
Create an HttpRange that ranges over the last given number of bytes.
- createUnmarshaller(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
-
- createWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
Instantiate the root WebApplicationContext for this loader, either the
default context class or a custom context class if specified.
- createWithResolvedBean() - Method in class org.springframework.web.method.HandlerMethod
-
If the provided instance contains a bean name rather than an object instance,
the bean name is resolved before a
HandlerMethod is created and returned.
- createXmlInputFactory() - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Create a XMLInputFactory that this converter will use to create XMLStreamReader and XMLEventReader objects.
- createXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
If set to
true, an
XmlMapper will be created using its
default constructor.
- CrossOrigin - Annotation Type in org.springframework.web.bind.annotation
-
Marks the annotated method or type as permitting cross origin requests.
- currentRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Return the RequestAttributes currently bound to the thread.
- customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.springframework.web.context.ContextLoader
-
Customize the
ConfigurableWebApplicationContext created by this
ContextLoader after config locations have been supplied to the context
but before the context is
refreshed.
- customizeMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
-
Customize the
Marshaller created by this
message converter before using it to write the object to the output.
- customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.context.support.StandardServletEnvironment
-
- 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.
- generateETagHeaderValue(InputStream, boolean) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Generate the ETag header value from the given response body byte array.
- generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Generate a multipart boundary.
- GenericFilterBean - Class in org.springframework.web.filter
-
Simple base implementation of
Filter which treats
its config parameters (
init-param entries within the
filter tag in
web.xml) as bean properties.
- GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
-
- GenericHttpMessageConverter<T> - Interface in org.springframework.http.converter
-
A specialization of
HttpMessageConverter that can convert an HTTP request
into a target object of a specified generic type and a source object of a specified
generic type into an HTTP response.
- GenericWebApplicationContext - Class in org.springframework.web.context.support
-
Subclass of GenericApplicationContext, suitable for web environments.
- GenericWebApplicationContext() - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext.
- GenericWebApplicationContext(ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext for the given ServletContext.
- GenericWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
- GenericWebApplicationContext(DefaultListableBeanFactory, ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
- get(Object) - Method in class org.springframework.http.HttpHeaders
-
- get(URI) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP GET builder with the given url.
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.request.SessionScope
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.support.ServletContextScope
-
- getAccept() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable
media types,
as specified by the
Accept header.
- getAcceptCharset() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable charsets,
as specified by the Accept-Charset header.
- getAcceptedCharsets() - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Return the list of supported Charsets.
- getAccessControlAllowCredentials() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Allow-Credentials response header.
- getAccessControlAllowHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Allow-Headers response header.
- getAccessControlAllowMethods() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Allow-Methods response header.
- getAccessControlAllowOrigin() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Allow-Origin response header.
- getAccessControlExposeHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Expose-Headers response header.
- getAccessControlMaxAge() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Max-Age response header.
- getAccessControlRequestHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Request-Headers request header.
- getAccessControlRequestMethod() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Request-Method request header.
- getActualParams() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return the actual parameter Map associated with the ServletRequest.
- getActualSessionAttributeNames() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getAllFileExtensions() - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Return all registered file extensions.
- getAllFileExtensions() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getAllFileExtensions() - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Return all registered file extensions.
- getAllMediaTypes() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getAllow() - Method in class org.springframework.http.HttpHeaders
-
Return the set of allowed
HTTP methods,
as specified by the
Allow header.
- getAllowCredentials() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured allowCredentials flag, or null if none.
- getAllowedHeaders() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the allowed actual request headers, or null if none.
- getAllowedMethods() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the allowed HTTP methods, or null in which case
only "GET" and "HEAD" allowed.
- getAllowedOrigins() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured origins to allow, or null if none.
- getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Return the name of the request attribute that identifies that a request
is already filtered.
- getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Build an AnnotatedBeanDefinitionReader for the given bean factory.
- getApplicationName() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getApplicationName() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getAsText() - Method in class org.springframework.http.MediaTypeEditor
-
- getAsText() - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- getAsyncClient() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- getAsyncManager(ServletRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Obtain the
WebAsyncManager for the current request, or if not
found, create and associate it with the request.
- getAsyncManager(WebRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Obtain the
WebAsyncManager for the current request, or if not
found, create and associate it with the request.
- getAsyncRequestControl(ServerHttpResponse) - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return a control that allows putting the request in asynchronous mode so the
response remains open until closed explicitly from the current or another thread.
- getAsyncRequestControl(ServerHttpResponse) - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getAsyncRequestFactory() - Method in class org.springframework.http.client.support.AsyncHttpAccessor
-
Return the request factory that this accessor uses for obtaining
HttpRequests.
- getAsyncRequestFactory() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
- getAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Return the value for the scoped attribute of the given name, if any.
- getAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getAttribute(String) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
- getAttributeMap(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF attribute Map for the specified scope
- getAttributeNameInSession(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
Calculate the attribute name in the backend session.
- getAttributeNames(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getAttributeNames(int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Retrieve the names of all attributes in the scope.
- getAttributeNames(int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getBaseUrl() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Return the configured base URL.
- getBean() - Method in class org.springframework.web.method.HandlerMethod
-
Return the bean for this handler method.
- getBeanClassLoader() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return the bean ClassLoader that this executor is supposed to use.
- getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the bean ClassLoader to use for this interceptor.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- getBeanNameGenerator() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Return the custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner, if any.
- getBeanType() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Return the type of the contained bean.
- getBeanType() - Method in class org.springframework.web.method.HandlerMethod
-
This method returns the type of the handler for this handler method.
- getBindingErrorProcessor() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the strategy to use for processing binding errors.
- getBindingResult() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Return the results of the failed validation.
- getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getBody() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- getBody() - Method in class org.springframework.http.HttpEntity
-
Returns the body of this entity.
- getBody() - Method in interface org.springframework.http.HttpInputMessage
-
Return the body of the message as an input stream.
- getBody() - Method in interface org.springframework.http.HttpOutputMessage
-
Return the body of the message as an output stream.
- getBody() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getBody() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- getBody() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
Abstract template method that returns the body.
- getBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Boolean parameter, or null if not present.
- getBooleanParameter(ServletRequest, String, boolean) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a boolean parameter, with a fallback value.
- getBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of boolean parameters, return an empty array if not found.
- getBridgedMethod() - Method in class org.springframework.web.method.HandlerMethod
-
If the bean method is a bridge method, this method returns the bridged
(user-defined) method.
- getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
- getBytes() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getBytes() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the contents of the file as an array of bytes.
- getCacheControl() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Cache-Control header.
- getCallable() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the Callable to use for concurrent handling (never null).
- getCallableInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getCharacterEncoding() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getCharset(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Determine the charset of the response (for inclusion in a status exception).
- getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Build a ClassPathBeanDefinitionScanner for the given bean factory.
- getClientAddress() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the IP address that the request came from.
- getCodebaseUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
-
Return the codebase URL to download classes from if not found locally.
- getCodebaseUrl() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Return the codebase URL to download classes from if not found locally.
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Provides access to the result from concurrent handling.
- getConcurrentResultContext() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Provides access to additional processing context saved at the start of
concurrent handling.
- getConfigLocations() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the config locations for this web application context,
or null if none specified.
- getConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getConnection() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Connection header.
- getContainingClass() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- getContentAsByteArray() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
Return the cached request content as a byte array.
- getContentAsByteArray() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return the cached response content as a byte array.
- getContentInputStream() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return an InputStream to the cached content.
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the content length for the given type.
- getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- getContentLength() - Method in class org.springframework.http.HttpHeaders
-
Return the length of the body in bytes, as specified by the
Content-Length header.
- getContentSize() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return the current size of the cached content.
- getContentType() - Method in class org.springframework.http.HttpHeaders
-
Return the
media type of the body, as specified
by the
Content-Type header.
- getContentType() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return the content type to use for sending HTTP invoker requests.
- getContentType() - Method in exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Return the HTTP request content type method that caused the failure.
- getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the content type of the file.
- getContextAttribute() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext from which to load the delegate
Filter bean.
- getContextPath() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getContextPath() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getContextPath() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the context path for this request
(usually the base path that the current web application is mapped to).
- getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getConversationId() - Method in class org.springframework.web.context.request.RequestScope
-
There is no conversation id concept for a request, so this method
returns null.
- getConversationId() - Method in class org.springframework.web.context.request.SessionScope
-
- getConversationId() - Method in class org.springframework.web.context.support.ServletContextScope
-
- getConversionService() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the ConversionService which will apply to every DataBinder.
- getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Retrieve the first cookie with the given name.
- getCookieDomain() - Method in class org.springframework.web.util.CookieGenerator
-
Return the domain for cookies created by this generator, if any.
- getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
-
Return the maximum age for cookies created by this generator.
- getCookieName() - Method in class org.springframework.web.util.CookieGenerator
-
Return the given name for cookies created by this generator.
- getCookiePath() - Method in class org.springframework.web.util.CookieGenerator
-
Return the path for cookies created by this generator.
- getCorsConfiguration(HttpServletRequest) - Method in interface org.springframework.web.cors.CorsConfigurationSource
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
- getCorsConfigurations() - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Get the CORS configuration.
- getCurrentWebApplicationContext() - Static method in class org.springframework.web.context.ContextLoader
-
Obtain the Spring root web application context for the current thread
(i.e.
- getCustomProperties() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Allow Map access to the custom properties to be set on the stub,
with the option to add or override specific entries.
- getDate() - Method in class org.springframework.http.HttpHeaders
-
Return the date and time at which the message was created, as specified
by the Date header.
- getDecoratedNavigationHandler() - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
Return the fixed original NavigationHandler decorated by this handler, if any
(that is, if passed in through the constructor).
- getDefaultCharset() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Return the default character set, if any.
- getDefaultConfigLocations() - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
The default location for the root context is "/WEB-INF/applicationContext.groovy",
and "/WEB-INF/test-servlet.groovy" for a context with the namespace "test-servlet"
(like for a DispatcherServlet instance with the servlet-name "test").
- getDefaultConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
-
The default location for the root context is "/WEB-INF/applicationContext.xml",
and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet"
(like for a DispatcherServlet instance with the servlet-name "test").
- getDefaultContentType(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the default content type for the given type.
- getDefaultContentType() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Returns the default Content-Type to be used for writing.
- getDefaultContentType(Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- getDefaultContentType(Message) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
- getDefaultContentType(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getDefaultContentType(Object) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- getDefaultEncoding() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Determine the default encoding to use for parsing requests.
- getDefaultEncoding() - Method in class org.springframework.web.util.UrlPathHelper
-
Return the default character encoding to use for URL decoding.
- getDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return whether default HTML escaping is enabled for the web application,
i.e.
- getDefaultModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the "default" model created at instantiation.
- getDefaultUriVariables() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Return a read-only copy of the configured default URI variables.
- getDeferredResultInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Return the target NavigationHandler to delegate to.
- getDelegates(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
- getDescription(boolean) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getDescription(boolean) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getDescription(boolean) - Method in interface org.springframework.web.context.request.WebRequest
-
Get a short description of this request,
typically containing request URI and session id.
- getDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return a full description of this event, involving
all available context data.
- getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns a description that includes the ServletContext
resource location.
- getDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- getDeserializationView() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- getDetailedErrorMessage(String) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Adds HandlerMethod details such as the bean type and method signature to the message.
- getDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Double parameter, or null if not present.
- getDoubleParameter(ServletRequest, String, double) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a double parameter, with a fallback value.
- getDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of double parameters, return an empty array if not found.
- getEmptyValue(String, Class<?>) - Method in class org.springframework.web.bind.WebDataBinder
-
Determine an empty value for the specified field.
- getEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return the configured encoding for requests and/or responses.
- getEndpointAddress() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the endpoint address to specify on the stub.
- getEnvironment() - Method in class org.springframework.web.filter.GenericFilterBean
-
Return the Environment associated with this filter.
- getErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getErrorHandler() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Return the error handler.
- getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
-
Return the error handler.
- getETag() - Method in class org.springframework.http.HttpHeaders
-
Return the entity tag of the body, as specified by the ETag header.
- getETagValuesAsList(String) - Method in class org.springframework.http.HttpHeaders
-
Retrieve a combined result from the field values of the ETag header.
- getExecutor() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the AsyncTaskExecutor to use for concurrent handling,
or null if none specified.
- getExpectedAttribute() - Method in exception org.springframework.web.HttpSessionRequiredException
-
Return the name of the expected session attribute, if any.
- getExpires() - Method in class org.springframework.http.HttpHeaders
-
Return the date and time at which the message is no longer valid,
as specified by the Expires header.
- getExposedHeaders() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured response headers to expose, or null if none.
- getExternalContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF ExternalContext that this adapter operates on.
- getFacesContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF FacesContext that this adapter operates on.
- getFailureCause() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the cause of failure, if any.
- getFault() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
Return the wrapped JAX-WS SOAPFault.
- getFaultActor() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultCode() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultString() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getFieldDefaultPrefix() - Method in class org.springframework.web.bind.WebDataBinder
-
Return the prefix for parameters that mark default fields.
- getFieldError() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldError(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldMarkerPrefix() - Method in class org.springframework.web.bind.WebDataBinder
-
Return the prefix for parameters that mark potentially empty fields.
- getFieldType(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldValue(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldValues(String) - Method in class org.springframework.http.HttpHeaders
-
Retrieve a combined result from the field values of multi-valued headers.
- getFile() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation resolves "file:" URLs or alternatively delegates to
ServletContext.getRealPath, throwing a FileNotFoundException
if not found or not resolvable.
- getFile(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return the contents plus description of an uploaded file in this request,
or null if it does not exist.
- getFile(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFileItem() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Return the underlying org.apache.commons.fileupload.FileItem
instance.
- getFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Return the underlying org.apache.commons.fileupload.disk.DiskFileItemFactory
instance.
- getFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return a Map of the multipart files contained in this request.
- getFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Return the filename of the given multipart part.
- getFilename() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns the name of the file that this ServletContext
resource refers to.
- getFileNames() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return an Iterator of String objects containing the
parameter names of the multipart files contained in this request.
- getFileNames() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFiles(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return the contents plus description of uploaded files in this request,
or an empty list if it does not exist.
- getFiles(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Return the underlying org.apache.commons.fileupload.FileUpload
instance.
- getFilterConfig() - Method in class org.springframework.web.filter.GenericFilterBean
-
Make the FilterConfig of this filter available, if any.
- getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
-
Make the name of this filter available to subclasses.
- getFilters() - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Return the Jackson filter provider to use.
- getFirst(String) - Method in class org.springframework.http.HttpHeaders
-
Return the first header value for the given header name, if any.
- getFirstDate(String) - Method in class org.springframework.http.HttpHeaders
-
Parse the first header value for the given header name as a date,
return -1 if there is no value, or raise IllegalArgumentException
if the value cannot be parsed as a date.
- getFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Float parameter, or null if not present.
- getFloatParameter(ServletRequest, String, float) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a float parameter, with a fallback value.
- getFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of float parameters, return an empty array if not found.
- getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Asynchronously retrieve an entity by doing a GET on the specified URL.
- getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Asynchronously retrieve a representation by doing a GET on the URI template.
- getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Asynchronously retrieve a representation by doing a GET on the URL.
- getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
-
- getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
- getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
- getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve an entity by doing a GET on the specified URL.
- getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URI template.
- getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URL .
- getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- getFormConverter() - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
- getForObject(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the specified URL.
- getForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URI template.
- getForObject(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URL .
- getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- getFragment() - Method in class org.springframework.web.util.UriComponents
-
Return the fragment.
- getGlobalError() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGson() - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Return the configured Gson instance for this converter.
- getHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getHandlers() - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
Return a read-only list with the registered handlers, or an empty list.
- getHeader(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeader(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeader(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request header of the given name, or null if none.
- getHeaderNames() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeaderNames() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeaderNames() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a Iterator over request header names.
- getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getHeaders() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the headers of the wrapped request.
- getHeaders() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- getHeaders() - Method in class org.springframework.http.HttpEntity
-
Returns the headers of this entity.
- getHeaders() - Method in interface org.springframework.http.HttpMessage
-
Return the headers of this message.
- getHeaders() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getHeaders() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- getHeaders() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
- getHeaderValue() - Method in class org.springframework.http.CacheControl
-
Return the "Cache-Control" header value.
- getHeaderValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeaderValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeaderValues(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request header values for the given header name,
or null if none.
- getHost() - Method in class org.springframework.web.util.UriComponents
-
Return the host.
- getHttpAsyncClient() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- getHttpClient() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- 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
-
- getHttpInvokerRequestExecutor() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Return the HttpInvokerRequestExecutor used by this remote accessor.
- getHttpMethod() - Method in class org.springframework.web.context.request.ServletWebRequest
-
Return the HTTP method of the request.
- getHttpStatusCode(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Determine the HTTP status of the given response.
- getIfMatch() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-Match header.
- getIfModifiedSince() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-Modified-Since header.
- getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-None-Match header.
- getIfUnmodifiedSince() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-Unmodified-Since header.
- getInitBinderMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getInputStream() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResourceAsStream,
but throws a FileNotFoundException if no resource found.
- getInputStream() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getInputStream() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return an InputStream to read the contents of the file from.
- getInputStream() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getInstance(Class<T>) - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- getInterceptors() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Return the request interceptor that this accessor uses.
- getInterceptors() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Return the request interceptor that this accessor uses.
- getIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an Integer parameter, or null if not present.
- getIntParameter(ServletRequest, String, int) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an int parameter, with a fallback value.
- getIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of int parameters, return an empty array if not found.
- getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Return the Jackson
JavaType for the specified type and context class.
- getJaxbContext(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
-
- getJaxWsService() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return a reference to an existing JAX-WS Service instance, if any.
- getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Determine the JSON encoding to use for the given content type.
- getJsonpFunction() - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Return the configured JSONP function name.
- getLastModified() - Method in class org.springframework.http.HttpHeaders
-
Return the time the resource was last changed, as specified by the
Last-Modified header.
- getLocalAddress() - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return the address on which the request was received.
- getLocalAddress() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getLocale() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getLocale() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getLocale() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the primary Locale for this request.
- getLocation() - Method in class org.springframework.http.HttpHeaders
-
Return the (new) location of a resource
as specified by the Location header.
- getLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Long parameter, or null if not present.
- getLongParameter(ServletRequest, String, long) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a long parameter, with a fallback value.
- getLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of long parameters, return an empty array if not found.
- getLookupPathForRequest(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the mapping lookup path for the given request, within the current
servlet mapping if applicable, else within the web application.
- GetMapping - Annotation Type in org.springframework.web.bind.annotation
-
Annotation for mapping HTTP GET requests onto specific handler
methods.
- getMaxAge() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured maxAge value, or null if none.
- getMaxPayloadLength() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return the maximum length of the payload body to be included in the log message.
- getMaxUploadSize() - Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
-
Return the maximum upload size allowed.
- getMediaType() - Method in exception org.springframework.http.InvalidMediaTypeException
-
Return the offending media type.
- getMediaTypeForResource(Resource) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
A public method exposing the knowledge of the path extension strategy to
resolve file extensions to a
MediaType in this case for a given
Resource.
- getMediaTypeForResource(Resource) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Extract a key from the request to use to look up media types.
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- getMediaTypes() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getMessage() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
- getMessage() - Method in exception org.springframework.web.bind.MissingPathVariableException
-
- getMessage() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
-
- getMessage() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
- getMessage() - Method in exception org.springframework.web.util.NestedServletException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessageCodesResolver() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the strategy to use for resolving errors into message codes.
- getMessageConverters() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Return the message body converters.
- getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
-
Return the list of message body converters.
- getMetaClass() - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- getMethod() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the method of the wrapped request.
- getMethod() - Method in interface org.springframework.http.HttpRequest
-
Return the HTTP method of the request.
- getMethod() - Method in class org.springframework.http.RequestEntity
-
Return the HTTP method of the request.
- getMethod() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getMethod() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the HTTP method of the request (usually GET or POST).
- getMethod() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the HTTP request method that caused the failure.
- getMethod() - Method in class org.springframework.web.method.HandlerMethod
-
Return the method for this handler method.
- getMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
-
Return a single annotation on the underlying method traversing its super methods
if no annotation can be found on the given method itself.
- getMethodAnnotation(Class<T>) - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- getMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
-
Return the method parameters for this handler method.
- getModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the model to use -- either the "default" or the "redirect" model.
- getModelAttributeMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getMultiFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return a MultiValueMap of the multipart files contained in this request.
- getMultiFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getMultipartContentType(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Determine the content type of the specified request part.
- getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getMultipartFiles() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartFiles() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Obtain the MultipartFile Map for retrieval,
lazily initializing it if necessary.
- getMultipartHeaders(String) - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return the headers associated with the specified part of the multipart request.
- getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Obtain the multipart parameter content type Map for retrieval,
lazily initializing it if necessary.
- getMultipartParameters() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartParameters() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Obtain the multipart parameter Map for retrieval,
lazily initializing it if necessary.
- getMultipartResolverBeanName() - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Return the bean name of the MultipartResolver to fetch from Spring's
root application context.
- getName() - Method in exception org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
-
Return the name of the method argument.
- getName() - Method in exception org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
-
Return the name of the method argument.
- getName() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getName() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the name of the parameter in the multipart form.
- getNameForParameter(MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
-
Derive the model attribute name for the given method parameter based on
a @ModelAttribute parameter annotation (if present) or falling
back on parameter type based conventions.
- getNameForReturnValue(Object, MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
-
Derive the model attribute name for the given return value based on:
the method ModelAttribute annotation value
the declared return type if it is more specific than Object
the actual return value type
- getNamespace() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the namespace for this web application context, if any.
- getNamespace() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getNamespace() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getNamespace() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getNamespaceUri() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return the namespace URI of the service.
- getNativeRequest() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeRequest() - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native request object.
- 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 any.
- getNativeResponse(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native response object, if available.
- getNativeResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeResponse(ServletResponse, Class<T>) - Static method in class org.springframework.web.util.WebUtils
-
Return an appropriate response object of the specified type, if available,
unwrapping the given response as far as necessary.
- getNestedDiagnosticContextMessage(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Deprecated.
Determine the message to be pushed onto the Log4J nested diagnostic context.
- getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
-
Deprecated.
Determine the message to be pushed onto the Log4J nested diagnostic context.
- getNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
-
- getObject() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- getObject() - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Return the created Gson instance.
- getObject() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Return the singleton ObjectMapper.
- getObject() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
Deprecated.
- getObject() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
-
- getObject() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- getObject() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- getObject() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- getObjectMapper() - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Return the underlying ObjectMapper for this view.
- getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
-
- getObjectType() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
- getObjectType() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- getObjectType() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- getOrCreateSessionAttribute(HttpSession, String, Class<?>) - Static method in class org.springframework.web.util.WebUtils
-
- getOrder() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Returns the order value extracted from the
ControllerAdvice
annotation, or
Ordered.LOWEST_PRECEDENCE otherwise.
- getOrigin() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Origin header.
- getOriginalFilename() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getOriginalFilename() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the original filename in the client's filesystem.
- getOriginatingContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getOriginatingQueryString(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the query string part of the given request's URL.
- getOriginatingRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the request URI for the given request.
- getOriginatingServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the servlet path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getOutputStream() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- getParamConditionGroups() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return all parameter condition groups that have been violated.
- getParamConditions() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return the parameter conditions that have been violated or the first group
in case of multiple groups.
- getParameter() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Return the method parameter that failed validation.
- getParameter() - Method in exception org.springframework.web.bind.MissingPathVariableException
-
Return the method parameter bound to the path variable.
- getParameter(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameter(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameter(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request parameter of the given name, or null if none.
- getParameter() - Method in exception org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
-
Return the target method parameter.
- getParameter() - Method in exception org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
-
Return the target method parameter.
- getParameter(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameter(String) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getParameterMap() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterMap() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterMap() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a immutable Map of the request parameters, with parameter names as map keys
and parameter values as map values.
- getParameterMap() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterMap() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getParameterMap() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getParameterName() - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
- getParameterName() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
-
Return the name of the offending parameter.
- getParameterNames() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterNames() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterNames() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a Iterator over request parameter names.
- getParameterNames() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterNames() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getParameterNames() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getParametersStartingWith(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Return a map containing all parameters with the given prefix.
- getParameterType() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
-
Return the expected type of the offending parameter.
- getParameterValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterValues(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request parameter values for the given parameter name,
or null if none.
- getParameterValues(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterValues(String) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getPassword() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the password to specify on the stub.
- getPath() - Method in class org.springframework.web.context.support.ServletContextResource
-
Return the path for this resource.
- getPath() - Method in class org.springframework.web.util.UriComponents
-
Return the path.
- getPathSegments() - Method in class org.springframework.web.util.UriComponents
-
Return the list of path segments.
- getPathWithinApplication(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the path within the web application for the given request.
- getPathWithinContext() - Method in class org.springframework.web.context.support.ServletContextResource
-
- getPathWithinServletMapping(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the path within the servlet mapping for the given request,
i.e.
- getPhaseId() - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
- getPort() - Method in class org.springframework.web.util.UriComponents
-
Return the port.
- getPortName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the name of the port.
- getPortQName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the prepared QName for the port.
- getPortStub(Service, QName) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Obtain the port stub from the given JAX-WS Service.
- getPortStub() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the underlying JAX-WS port stub that this interceptor delegates to
for each method invocation on the proxy.
- getPragma() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Pragma header.
- getPrincipal() - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return a Principal instance containing the name of the
authenticated user.
- getPrincipal() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getProcessingTimeMillis() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the processing time of the request in milliseconds.
- getProperty(String) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- getProperty(String) - Method in class org.springframework.web.context.support.ServletConfigPropertySource
-
- getProperty(String) - Method in class org.springframework.web.context.support.ServletContextPropertySource
-
- getPropertyEditorRegistrars() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the PropertyEditorRegistrars to be applied to every DataBinder.
- getPropertyNames() - Method in class org.springframework.web.context.support.ServletConfigPropertySource
-
- getPropertyNames() - Method in class org.springframework.web.context.support.ServletContextPropertySource
-
- getQName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return a QName for the given name, relative to the namespace URI
of this factory, if given.
- getQualityValue() - Method in class org.springframework.http.MediaType
-
Return the quality factor, as indicated by a q parameter, if any.
- getQuery() - Method in class org.springframework.web.util.UriComponents
-
Return the query.
- getQueryParams() - Method in class org.springframework.web.util.UriComponents
-
Return the map of query parameters.
- getRange() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Range header.
- getRangeEnd(long) - Method in class org.springframework.http.HttpRange
-
Return the end of the range (inclusive) given the total length of a representation.
- getRangeStart(long) - Method in class org.springframework.http.HttpRange
-
Return the start of the range given the total length of a representation.
- getRawStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code (potentially non-standard and not
resolvable through the
HttpStatus enum) as an integer.
- getRawStatusCode() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the raw HTTP status code value.
- getReader() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getRealPath(ServletContext, String) - Static method in class org.springframework.web.util.WebUtils
-
Return the real path of the given path within the web application,
as provided by the servlet container.
- getReasonPhrase() - Method in enum org.springframework.http.HttpStatus
-
Return the reason phrase of this status code.
- getRedirectStatus() - Method in class org.springframework.web.filter.RelativeRedirectFilter
-
Return the configured redirect status.
- getRemoteAddress() - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return the address of the remote client.
- getRemoteAddress() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getRemoteUser() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getRemoteUser() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getRemoteUser() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the remote user for this request, if any.
- getRequest() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the wrapped request.
- getRequest() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getRequest() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Return the RequestAttributes currently bound to the thread.
- getRequestFactory() - Method in class org.springframework.http.client.support.HttpAccessor
-
Return the request factory that this accessor uses for obtaining client request handles.
- getRequestFactory() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
- getRequestHeaders() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return this request's headers as a convenient HttpHeaders instance.
- getRequestHeaders() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequestMethod() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return this request's method as a convenient HttpMethod instance.
- getRequestMethod() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequestPartName() - Method in exception org.springframework.web.multipart.support.MissingServletRequestPartException
-
- getRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the request URI for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getRequestUrl() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the URL of the request.
- getRequiredBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a boolean parameter, throwing an exception if it isn't found
or isn't a boolean.
- getRequiredBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of boolean parameters, throwing an exception if not found
or one isn't a boolean.
- getRequiredDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a double parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of double parameters, throwing an exception if not found or one is not a number.
- getRequiredFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a float parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of float parameters, throwing an exception if not found or one is not a number.
- getRequiredIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an int parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of int parameters, throwing an exception if not found or one is not a number..
- getRequiredLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a long parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of long parameters, throwing an exception if not found or one is not a number.
- getRequiredSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request for a session attribute of the given name.
- getRequiredStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, throwing an exception if it isn't found.
- getRequiredStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of String parameters, throwing an exception if not found.
- getRequiredWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
- getRequiredWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
- getResolvedFromHandlerMethod() - Method in class org.springframework.web.method.HandlerMethod
-
- getResolvers() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
Return a read-only list with the contained resolvers, or an empty list.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.ServletContextResourceLoader
-
This implementation supports file paths beneath the root of the web application.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResponse() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getResponseBody(HttpInvokerClientConfiguration, HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Extract the response body from the given executed remote invocation request.
- getResponseBody(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Read the body of the given response (for inclusion in a status exception).
- getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the response body as a byte array.
- getResponseBodyAsString() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the response body as a string.
- getResponseEncodedHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return whether response encoding should be used when HTML escaping characters,
thus only escaping XML markup significant characters with UTF-* encodings.
- getResponseHeaders() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the HTTP response headers.
- getResponseStatus() - Method in class org.springframework.web.method.HandlerMethod
-
Return the specified response status, if any.
- getResponseStatusReason() - Method in class org.springframework.web.method.HandlerMethod
-
Return the associated response status reason, if any.
- getRestOperations() - Method in interface org.springframework.web.client.AsyncRestOperations
-
Expose the synchronous Spring RestTemplate to allow synchronous invocation.
- getRestOperations() - Method in class org.springframework.web.client.AsyncRestTemplate
-
- getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- getResult() - Method in class org.springframework.web.context.request.async.DeferredResult
-
Return the result, or null if the result wasn't set.
- getReturnType() - Method in class org.springframework.web.method.HandlerMethod
-
Return the HandlerMethod return type.
- getReturnValueType(Object) - Method in class org.springframework.web.method.HandlerMethod
-
Return the actual return value type.
- getRootApplicationContextInitializers() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
Specify application context initializers to be applied to the root application
context that the ContextLoaderListener is being created with.
- getScheme() - Method in class org.springframework.web.util.UriComponents
-
Return the scheme.
- getSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponents
-
Return the scheme specific part.
- getScope() - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
Template method that determines the actual target scope.
- getScope() - Method in class org.springframework.web.context.request.RequestScope
-
- getScope() - Method in class org.springframework.web.context.request.SessionScope
-
- getScope(String) - Static method in class org.springframework.web.util.TagUtils
-
Determines the scope for a given input String.
- getScopeMetadataResolver() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Return the custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner, if any.
- getSerializationView() - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Return the serialization view to use.
- getServiceInterface() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the interface of the service that this factory should create a proxy for.
- getServiceName() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return the name of the service.
- getServiceUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
-
Return the HTTP URL of the target service.
- getServletConfig() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the ServletConfig for this web application context, if any.
- getServletConfig() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getServletConfig() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getServletConfig() - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
-
- 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
-
- 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
-
- getSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request for a session attribute of the given name.
- getSessionId() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getSessionId() - Method in interface org.springframework.web.context.request.RequestAttributes
-
Return an id for the current underlying session.
- getSessionId() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionId() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the id of the HTTP session, if any.
- getSessionId(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Determine the session id of the given request, if any.
- getSessionMutex() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getSessionMutex() - Method in interface org.springframework.web.context.request.RequestAttributes
-
Expose the best available mutex for the underlying session:
that is, an object to synchronize on for the underlying session.
- getSessionMutex() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionMutex(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionMutex(HttpSession) - Static method in class org.springframework.web.util.WebUtils
-
Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the
SessionStatus instance to use that can be used to
signal that session processing is complete.
- getShortDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return a short description of this event, only involving
the most important context data.
- getShortDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- getShortLogMessage() - Method in class org.springframework.web.method.HandlerMethod
-
Return a short representation of this handler method for log message purposes.
- getSize() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getSize() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the size of the file in bytes.
- getSoapActionUri() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the SOAP action URI to specify on the stub.
- getSource() - Method in class org.springframework.web.bind.EscapedErrors
-
- getStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the configured HTTP status, if any.
- getStatusCode() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
- getStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code of the response.
- getStatusCode() - Method in class org.springframework.http.ResponseEntity
-
Return the HTTP status code of the response.
- getStatusCode() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the HTTP status code.
- getStatusCode() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the HTTP status code of the response or -1 if the status
code is not available.
- getStatusCode() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return the status code as specified on the response.
- getStatusCodeValue() - Method in class org.springframework.http.ResponseEntity
-
Return the HTTP status code of the response.
- getStatusText() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status text of the response.
- getStatusText() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the HTTP status text.
- getStorageDescription() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Return a description for the storage location of the multipart content.
- getStrategies() - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Return the configured content negotiation strategies.
- getStrategy(Class<T>) - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Find a ContentNegotiationStrategy of the given type.
- getStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, or null if not present.
- getStringParameter(ServletRequest, String, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, with a fallback value.
- getStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of String parameters, return an empty array if not found.
- getSupportedHttpMethods() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the actually supported HTTP methods as
HttpMethod instances,
or
null if not known.
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- getSupportedMediaTypes() - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Return the list of
MediaType objects supported by this converter.
- getSupportedMediaTypes() - Method in exception org.springframework.web.HttpMediaTypeException
-
Return the list of supported media types.
- getSupportedMethods() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the actually supported HTTP methods, or null if not known.
- getTargetBeanName() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return the name of the target bean in the Spring application context.
- getTargetBeanName(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Return the name of the target NavigationHandler bean in the BeanFactory.
- getTargetPage(ServletRequest, String, int) - Static method in class org.springframework.web.util.WebUtils
-
- getTempDir() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return the temporary directory for the current web application,
as provided by the servlet container.
- getTheme(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getTheme(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getTheme(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getTimeout() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the timeout value in milliseconds, or null if no timeout is set.
- getType() - Method in class org.springframework.http.RequestEntity
-
Return the type of the request's body.
- getType(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getTypeToken(Type) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- getUpgrade() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Upgrade header.
- getURI() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the URI of the wrapped request.
- getURI() - Method in interface org.springframework.http.HttpRequest
-
Return the URI of the request (including a query string if any,
but only if it is well-formed for a URI representation).
- getURI() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getUriTemplateHandler() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Return the configured URI template handler.
- getUriTemplateHandler() - Method in class org.springframework.web.client.RestTemplate
-
Return the configured URI template handler.
- getUrl() - Method in class org.springframework.http.RequestEntity
-
Return the URL of the request.
- getURL() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResource,
but throws a FileNotFoundException if no resource found.
- getUserInfo() - Method in class org.springframework.web.util.UriComponents
-
Return the user info.
- getUsername() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the username to specify on the stub.
- getUserName() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the name of the user that was associated with the request
(usually the UserPrincipal).
- getUserPrincipal() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getUserPrincipal() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getUserPrincipal() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the user principal for this request, if any.
- getValidator() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the Validator to apply after each binding step, if any.
- getValue() - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Return the POJO that needs to be serialized.
- getValue(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getValue(String) - Method in interface org.springframework.web.util.UriComponents.UriTemplateVariables
-
Get the value for the given URI variable name.
- getValuesAsList(String) - Method in class org.springframework.http.HttpHeaders
-
Return all values of a given header name,
even if this header is set multiple times.
- getVariableName() - Method in exception org.springframework.web.bind.MissingPathVariableException
-
Return the expected name of the path variable.
- getVariableNames() - Method in class org.springframework.web.util.UriTemplate
-
Return the names of the variables in the template, in order.
- getVary() - Method in class org.springframework.http.HttpHeaders
-
Return the request header names subject to content negotiation.
- getView() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the View object, or null if we using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
- getViewName() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the view name to be resolved by the DispatcherServlet via a
ViewResolver, or null if a View object is set.
- getWebApplicationContext() - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- 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
-
- 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
-
- getWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
- getWebRequest() - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- getWriter() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return the URL of the WSDL document that describes the service.
- GLOBAL_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Config param for global ApplicationContextInitializer classes to use
for initializing all web application contexts in the current application: "globalInitializerClasses"
- GroovyWebApplicationContext - Class in org.springframework.web.context.support
-
WebApplicationContext implementation which takes
its configuration from Groovy bean definition scripts and/or XML files, as understood by
an
GroovyBeanDefinitionReader.
- GroovyWebApplicationContext() - Constructor for class org.springframework.web.context.support.GroovyWebApplicationContext
-
- GsonBuilderUtils - Class in org.springframework.http.converter.json
-
A simple utility class for obtaining a Google Gson 2.x GsonBuilder
which Base64-encodes byte[] properties when reading and writing JSON.
- GsonBuilderUtils() - Constructor for class org.springframework.http.converter.json.GsonBuilderUtils
-
- gsonBuilderWithBase64EncodedByteArrays() - Static method in class org.springframework.http.converter.json.GsonBuilderUtils
-
Obtain a GsonBuilder which Base64-encodes byte[]
properties when reading and writing JSON.
- GsonFactoryBean - Class in org.springframework.http.converter.json
-
A FactoryBean for creating a Google Gson 2.x Gson instance.
- GsonFactoryBean() - Constructor for class org.springframework.http.converter.json.GsonFactoryBean
-
- GsonHttpMessageConverter - Class in org.springframework.http.converter.json
-
- GsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Construct a new GsonHttpMessageConverter.
- handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
-
Deprecated.
Processes the incoming Burlap request and creates a Burlap response.
- handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleHessianServiceExporter
-
Processes the incoming Hessian request and creates a Hessian response.
- handle(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Reads a remote invocation from the request, executes it,
and writes the remote invocation result to the response.
- handleContentOverflow(int) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
Template method for handling a content overflow: specifically, a request
body being read that exceeds the specified content cache limit.
- handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
Handle the error in the given response.
- handleInternal(ServerHttpRequest, ServerHttpResponse, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Handle the given request.
- handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- handleMatch(String, MediaType) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
This implementation of the standard JSF handleNavigation method
delegates to the overloaded variant, passing in constructor-injected
NavigationHandler as argument.
- handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
Special handleNavigation variant with explicit NavigationHandler
argument.
- handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Handle the navigation request implied by the specified parameters,
through delegating to the target bean in the Spring application context.
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Override to provide handling when a key is not resolved via.
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.BurlapServiceExporter
-
Deprecated.
Processes the incoming Burlap request and creates a Burlap response.
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.HessianServiceExporter
-
Processes the incoming Hessian request and creates a Hessian response.
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Reads a remote invocation from the request, executes it,
and writes the remote invocation result to the response.
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.HttpRequestHandler
-
Process the given request, generating a response.
- handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
Invoked after a value is resolved.
- handleResponse(URI, HttpMethod, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
-
Handle the given response, performing appropriate logging and
invoking the
ResponseErrorHandler if necessary.
- handleResult(Object) - Method in interface org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler
-
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
- 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
-
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- handlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- HandlerMethod - Class in org.springframework.web.method
-
Encapsulates information about a handler method consisting of a
method and a
bean.
- HandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.HandlerMethod
-
Create an instance from a bean instance and a method.
- HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.HandlerMethod
-
Create an instance from a bean instance, method name, and parameter types.
- HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.web.method.HandlerMethod
-
Create an instance from a bean name, a method, and a BeanFactory.
- HandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.HandlerMethod
-
Copy constructor for use in subclasses.
- HandlerMethod.HandlerMethodParameter - Class in org.springframework.web.method
-
A MethodParameter with HandlerMethod-specific behavior.
- HandlerMethodArgumentResolver - Interface in org.springframework.web.method.support
-
Strategy interface for resolving method parameters into argument values in
the context of a given request.
- HandlerMethodArgumentResolverComposite - Class in org.springframework.web.method.support
-
- HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
- HandlerMethodInvocationException - Exception in org.springframework.web.bind.annotation.support
-
- HandlerMethodInvocationException(Method, Throwable) - Constructor for exception org.springframework.web.bind.annotation.support.HandlerMethodInvocationException
-
Deprecated.
Create a new HandlerMethodInvocationException for the given Method handle and cause.
- HandlerMethodInvoker - Class in org.springframework.web.bind.annotation.support
-
- HandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, WebArgumentResolver[], HttpMessageConverter<?>[]) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- HandlerMethodParameter(int) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- HandlerMethodResolver - Class in org.springframework.web.bind.annotation.support
-
- HandlerMethodResolver() - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- HandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
-
Strategy interface to handle the value returned from the invocation of a
handler method .
- HandlerMethodReturnValueHandlerComposite - Class in org.springframework.web.method.support
-
- HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- HandlerMethodSelector - Class in org.springframework.web.method
-
- HandlerMethodSelector() - Constructor for class org.springframework.web.method.HandlerMethodSelector
-
Deprecated.
- handleTimeout(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Invoked from a container thread when the async request times out before
the Callable task completes.
- handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
-
- 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
-
- hasError(HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
Indicate whether the given response has any errors.
- hasErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- hasExceptionMappings() - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Whether the contained type has any exception mappings.
- hasFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- hasFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- hasHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- hashCode() - Method in class org.springframework.http.HttpEntity
-
- hashCode() - Method in class org.springframework.http.HttpHeaders
-
- hashCode() - Method in class org.springframework.http.RequestEntity
-
- hashCode() - Method in class org.springframework.http.ResponseEntity
-
- hashCode() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns the hash code of the underlying
ServletContext resource location.
- hashCode() - Method in class org.springframework.web.method.ControllerAdviceBean
-
- hashCode() - Method in class org.springframework.web.method.HandlerMethod
-
- hasMethodAnnotation(Class<T>) - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- hasMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
-
Return whether the parameter is declared with the given annotation type.
- hasResult() - Method in class org.springframework.web.context.request.async.DeferredResult
-
Return true if the DeferredResult has been set.
- hasSessionAttributes() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- hasSessionAttributes() - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Whether the controller represented by this instance has declared any
session attributes through an
SessionAttributes annotation.
- hasSubmitParameter(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Check if a specific input type="submit" parameter was sent in the request,
either via a button (directly with name) or via an image (name + ".x" or
name + ".y").
- hasTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- head(URI) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP HEAD builder with the given url.
- header(String, String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Add the given, single header value under the given name.
- header(String, String...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
-
Add the given, single header value under the given name.
- HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
-
A ContentNegotiationStrategy that checks the 'Accept' request header.
- HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
-
- headers(HttpHeaders) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
-
Copy the given headers into the entity's headers map.
- headersExtractor() - Method in class org.springframework.web.client.AsyncRestTemplate
-
- headersExtractor() - Method in class org.springframework.web.client.RestTemplate
-
- 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
-
- HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
-
- HOST - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Host header field name.
- host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI host.
- HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
-
HTML escape parameter at the servlet context level
(i.e.
- htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlEscape(String, String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlEscapeDecimal(String, String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlEscapeHex(String, String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn HTML character references into their plain text UNICODE equivalent.
- HtmlUtils - Class in org.springframework.web.util
-
Utility class for HTML escaping.
- HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
-
- HTTP_HEADER_ACCEPT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_HEADER_ACCEPT_LANGUAGE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_HEADER_CONTENT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_METHOD_POST - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HttpAccessor - Class in org.springframework.http.client.support
-
- 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
-
- HttpComponentsAsyncClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
Create a new instance of the
HttpComponentsAsyncClientHttpRequestFactory
with a default
HttpAsyncClient and
HttpClient.
- HttpComponentsAsyncClientHttpRequestFactory(HttpAsyncClient) - 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(CloseableHttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
Create a new instance of the
HttpComponentsAsyncClientHttpRequestFactory
with the given
CloseableHttpAsyncClient instance and a default
HttpClient.
- HttpComponentsAsyncClientHttpRequestFactory(HttpClient, HttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
Create a new instance of the
HttpComponentsAsyncClientHttpRequestFactory
with the given
HttpClient and
HttpAsyncClient instances.
- HttpComponentsAsyncClientHttpRequestFactory(CloseableHttpClient, CloseableHttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
Create a new instance of the
HttpComponentsAsyncClientHttpRequestFactory
with the given
CloseableHttpClient and
CloseableHttpAsyncClient instances.
- HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
-
- 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
-
- HttpComponentsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Create a new instance of the HttpComponentsHttpInvokerRequestExecutor with a default
HttpClient that uses a default
org.apache.http.impl.conn.PoolingClientConnectionManager.
- HttpComponentsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Create a new instance of the HttpComponentsClientHttpRequestFactory
with the given
HttpClient instance.
- HttpEntity<T> - Class in org.springframework.http
-
Represents an HTTP request or response entity, consisting of headers and body.
- HttpEntity() - Constructor for class org.springframework.http.HttpEntity
-
Create a new, empty HttpEntity.
- HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity with the given body and no headers.
- HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity with the given headers and no body.
- HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity with the given body and headers.
- httpEntityCallback(HttpEntity<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Returns a request callback implementation that writes the given object to the
request stream.
- httpEntityCallback(HttpEntity<T>, Type) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Returns a request callback implementation that writes the given object to the
request stream.
- httpEntityCallback(Object) - Method in class org.springframework.web.client.RestTemplate
-
Returns a request callback implementation that writes the given object to the
request stream.
- httpEntityCallback(Object, Type) - Method in class org.springframework.web.client.RestTemplate
-
Returns a request callback implementation that writes the given object to the
request stream.
- HttpHeaders - Class in org.springframework.http
-
Represents HTTP request and response headers, mapping string header names to a list of string values.
- HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
-
Constructs a new, empty instance of the HttpHeaders object.
- HttpInputMessage - Interface in org.springframework.http
-
Represents an HTTP input message, consisting of
headers
and a readable
body.
- HttpInvokerClientConfiguration - Interface in org.springframework.remoting.httpinvoker
-
Configuration interface for executing HTTP invoker requests.
- HttpInvokerClientInterceptor - Class in org.springframework.remoting.httpinvoker
-
MethodInterceptor for accessing an
HTTP invoker service.
- HttpInvokerClientInterceptor() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
- HttpInvokerProxyFactoryBean - Class in org.springframework.remoting.httpinvoker
-
FactoryBean for HTTP invoker proxies.
- HttpInvokerProxyFactoryBean() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- HttpInvokerRequestExecutor - Interface in org.springframework.remoting.httpinvoker
-
Strategy interface for actual execution of an HTTP invoker request.
- HttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
-
Servlet-API-based HTTP request handler that exports the specified service bean
as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
- HttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
- HttpMediaTypeException - Exception in org.springframework.web
-
Abstract base for exceptions related to media types.
- HttpMediaTypeException(String) - Constructor for exception org.springframework.web.HttpMediaTypeException
-
Create a new HttpMediaTypeException.
- HttpMediaTypeException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeException
-
Create a new HttpMediaTypeException with a list of supported media types.
- HttpMediaTypeNotAcceptableException - Exception in org.springframework.web
-
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
- HttpMediaTypeNotAcceptableException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
-
Create a new HttpMediaTypeNotAcceptableException.
- HttpMediaTypeNotAcceptableException(List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
-
Create a new HttpMediaTypeNotSupportedException.
- HttpMediaTypeNotSupportedException - Exception in org.springframework.web
-
Exception thrown when a client POSTs, PUTs, or PATCHes content of a type
not supported by request handler.
- HttpMediaTypeNotSupportedException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Create a new HttpMediaTypeNotSupportedException.
- HttpMediaTypeNotSupportedException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Create a new HttpMediaTypeNotSupportedException.
- HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Create a new HttpMediaTypeNotSupportedException.
- HttpMessage - Interface in org.springframework.http
-
Represents the base interface for HTTP request and response messages.
- HttpMessageConversionException - Exception in org.springframework.http.converter
-
- HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
-
Create a new HttpMessageConversionException.
- HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
-
Create a new HttpMessageConversionException.
- HttpMessageConverter<T> - Interface in org.springframework.http.converter
-
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
- HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
-
Response extractor that uses the given
entity converters
to convert the response into a type
T.
- HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
-
Create a new instance of the HttpMessageConverterExtractor with the given response
type and message converters.
- HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
-
Creates a new instance of the HttpMessageConverterExtractor with the given response
type and message converters.
- HttpMessageNotReadableException - Exception in org.springframework.http.converter
-
- HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotWritableException - Exception in org.springframework.http.converter
-
- HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
-
Create a new HttpMessageNotWritableException.
- HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
-
Create a new HttpMessageNotWritableException.
- HttpMethod - Enum in org.springframework.http
-
Java 5 enumeration of HTTP request methods.
- HttpOutputMessage - Interface in org.springframework.http
-
Represents an HTTP output message, consisting of
headers
and a writable
body.
- HttpPutFormContentFilter - Class in org.springframework.web.filter
-
Filter that makes form encoded data available through
the
ServletRequest.getParameter*() family of methods during HTTP PUT
or PATCH requests.
- HttpPutFormContentFilter() - Constructor for class org.springframework.web.filter.HttpPutFormContentFilter
-
- HttpRange - Class in org.springframework.http
-
Represents an HTTP (byte) range for use with the HTTP "Range" header.
- HttpRange() - Constructor for class org.springframework.http.HttpRange
-
- HttpRequest - Interface in org.springframework.http
-
Represents an HTTP request message, consisting of
method and
uri.
- HttpRequestHandler - Interface in org.springframework.web
-
Plain handler interface for components that process HTTP requests,
analogous to a Servlet.
- HttpRequestHandlerServlet - Class in org.springframework.web.context.support
-
Simple HttpServlet that delegates to an
HttpRequestHandler bean defined
in Spring's root web application context.
- HttpRequestHandlerServlet() - Constructor for class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- HttpRequestMethodNotSupportedException - Exception in org.springframework.web
-
Exception thrown when a request handler does not support a
specific request method.
- HttpRequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestMethodNotSupportedException(String, String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestMethodNotSupportedException(String, Collection<String>) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestMethodNotSupportedException(String, String[]) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestMethodNotSupportedException(String, String[], String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestWrapper - Class in org.springframework.http.client.support
-
Provides a convenient implementation of the
HttpRequest interface
that can be overridden to adapt the request.
- HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
-
Create a new HttpRequest wrapping the given request object.
- HttpServerErrorException - Exception in org.springframework.web.client
-
Exception thrown when an HTTP 5xx is received.
- HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException based on
an
HttpStatus.
- HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException based on
an
HttpStatus and status text.
- HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException based on
an
HttpStatus, status text, and response body content.
- HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException based on
an
HttpStatus, status text, and response body content.
- HttpSessionMutexListener - Class in org.springframework.web.util
-
Servlet HttpSessionListener that automatically exposes the session mutex
when an HttpSession gets created.
- HttpSessionMutexListener() - Constructor for class org.springframework.web.util.HttpSessionMutexListener
-
- HttpSessionRequiredException - Exception in org.springframework.web
-
Exception thrown when an HTTP request handler requires a pre-existing session.
- HttpSessionRequiredException(String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
-
Create a new HttpSessionRequiredException.
- HttpSessionRequiredException(String, String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
-
Create a new HttpSessionRequiredException.
- HttpStatus - Enum in org.springframework.http
-
Enumeration of HTTP status codes.
- HttpStatus.Series - Enum in org.springframework.http
-
Enumeration of HTTP status series.
- HttpStatusCodeException - Exception in org.springframework.web.client
-
Abstract base class for exceptions based on an
HttpStatus.
- HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
- HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance with an
HttpStatus and status text.
- HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct instance with an
HttpStatus, status text, and content.
- HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct instance with an
HttpStatus, status text, content, and
a response charset.
- IF_MATCH - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-Match header field name.
- IF_MODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-Modified-Since header field name.
- IF_NONE_MATCH - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-None-Match header field name.
- IF_RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-Range header field name.
- IF_UNMODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-Unmodified-Since header field name.
- ifModifiedSince(long) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the value of the If-Modified-Since header.
- ifNoneMatch(String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the values of the If-None-Match header.
- IMAGE_GIF - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/gif.
- IMAGE_GIF_VALUE - Static variable in class org.springframework.http.MediaType
-
- 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
-
- 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
-
- immutableValueTypes - Static variable in class org.springframework.web.context.request.ServletRequestAttributes
-
- INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attributes for include URI and paths.
- INCLUDE_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- includes(MediaType) - Method in class org.springframework.http.MediaType
-
Indicate whether this MediaType includes the given media type.
- indentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- init(ObjectMapper) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- init(Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
Initialize a new HandlerMethodResolver for the specified handler type.
- init() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- init() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
-
- init(FilterConfig) - Method in class org.springframework.web.filter.CompositeFilter
-
Initialize all the filters, calling each one's init method in turn in the order supplied.
- init(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
-
Standard way of initializing this filter.
- initApplicationContext(ApplicationContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
- initBeanDefinitionReader(GroovyBeanDefinitionReader) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.filter.GenericFilterBean
-
Initialize the BeanWrapper for this GenericFilterBean,
possibly with custom editors.
- InitBinder - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that identifies methods which initialize the
WebDataBinder which
will be used for populating command and form object arguments
of annotated handler methods.
- initBinder(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- initBinder(WebDataBinder, WebRequest) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
- initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
Extension point to further initialize the created data binder instance
(e.g.
- initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
-
Initialize the given DataBinder for the given request.
- initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Initialize a WebDataBinder with @InitBinder methods.
- InitBinderDataBinderFactory - Class in org.springframework.web.method.annotation
-
Adds initialization to a WebDataBinder via @InitBinder methods.
- InitBinderDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Create a new InitBinderDataBinderFactory instance.
- initDelegate(WebApplicationContext) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Initialize the Filter delegate, defined as bean the given Spring
application context.
- initFilterBean() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
- initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
-
Subclasses may override this to perform custom initialization.
- initializeExtensionRegistry(ExtensionRegistry) - Method in interface org.springframework.http.converter.protobuf.ExtensionRegistryInitializer
-
Initializes the ExtensionRegistry with Protocol Message extensions
- initializeMultipart() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Lazily initialize the multipart request, if possible.
- initializeMultipart() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- initLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
-
Deprecated.
Initialize log4j, including setting the web app root system property.
- initModel(NativeWebRequest, ModelAndViewContainer, HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
-
Populate the model in the following order:
Retrieve "known" session attributes listed as @SessionAttributes.
- initPropertySources(ServletContext, ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebEnvironment
-
Replace any stub property source
instances acting as placeholders with real servlet context/config property sources
using the given parameters.
- initPropertySources() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- initPropertySources() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
- initPropertySources(ServletContext, ServletConfig) - Method in class org.springframework.web.context.support.StandardServletEnvironment
-
- initPropertySources() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- initServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Subclasses may override this for custom initialization based
on the ServletContext that this application object runs in.
- initServletPropertySources(MutablePropertySources, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
- initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Replace Servlet-based stub property sources with
actual instances populated with the given servletContext and
servletConfig objects.
- initUriComponentsBuilder(String) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Create a UriComponentsBuilder from the URI template string.
- initWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
Initialize Spring's web application context for the given servlet context,
using the application context provided at construction time, or creating a new one
according to the "
contextClass" and
"
contextConfigLocation" context-params.
- intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - Method in interface org.springframework.http.client.AsyncClientHttpRequestInterceptor
-
Intercept the given request, and return a response future.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
-
Intercept the given request, and return a response.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.http.client.support.BasicAuthorizationInterceptor
-
- InterceptingAsyncClientHttpRequestFactory - Class in org.springframework.http.client
-
- InterceptingAsyncClientHttpRequestFactory(AsyncClientHttpRequestFactory, List<AsyncClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
-
- InterceptingAsyncHttpAccessor - Class in org.springframework.http.client.support
-
The HTTP accessor that extends the base
AsyncHttpAccessor with
request intercepting functionality.
- InterceptingAsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
- InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
-
- InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
Create a new instance of the InterceptingClientHttpRequestFactory with the given parameters.
- InterceptingHttpAccessor - Class in org.springframework.http.client.support
-
Base class for
RestTemplate and other HTTP accessing gateway helpers, adding
interceptor-related properties to
HttpAccessor's common properties.
- InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
-
- IntrospectorCleanupListener - Class in org.springframework.web.util
-
Listener that flushes the JDK's JavaBeans Introspector
cache on web app shutdown.
- IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
-
- InvalidMediaTypeException - Exception in org.springframework.http
-
- InvalidMediaTypeException(String, String) - Constructor for exception org.springframework.http.InvalidMediaTypeException
-
Create a new InvalidMediaTypeException for the given media type.
- InvocableHandlerMethod - Class in org.springframework.web.method.support
-
Provides a method for invoking the handler method for a given request after resolving its
method argument values through registered
HandlerMethodArgumentResolvers.
- InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Create an instance from a HandlerMethod.
- InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Construct a new handler method with the given bean instance, method name and parameters.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
- invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.BurlapExporter
-
Deprecated.
Perform an invocation on the exported object.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
- invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Perform an invocation on the exported object.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- invokeDelegate(Filter, ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Actually invoke the delegate Filter with the given request and response.
- invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Invoke the method after resolving its argument values in the context of the given request.
- invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- invokeMethod(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- is1xxInformational() - Method in enum org.springframework.http.HttpStatus
-
- is2xxSuccessful() - Method in enum org.springframework.http.HttpStatus
-
- is3xxRedirection() - Method in enum org.springframework.http.HttpStatus
-
- is4xxClientError() - Method in enum org.springframework.http.HttpStatus
-
- is5xxServerError() - Method in enum org.springframework.http.HttpStatus
-
- isAcceptGzipEncoding() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return whether to accept GZIP encoding, that is, whether to
send the HTTP "Accept-Encoding" header with "gzip" as value.
- isApplicableToBeanType(Class<?>) - Method in class org.springframework.web.method.ControllerAdviceBean
-
Check whether the given bean type should be assisted by this
@ControllerAdvice instance.
- isAsyncComplete() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Whether asynchronous processing has completed.
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
Whether async request processing has completed.
- isAsyncDispatch(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
The dispatcher type javax.servlet.DispatcherType.ASYNC introduced
in Servlet 3.0 means a filter can be invoked in more than one thread over
the course of a single request.
- isAsyncReturnValue(Object, MethodParameter) - Method in interface org.springframework.web.method.support.AsyncHandlerMethodReturnValueHandler
-
Whether the given return value represents asynchronous computation.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- isAsyncStarted() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
- 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
-
Whether the given @InitBinder method should be used to initialize
the given WebDataBinder instance.
- isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Whether to raise a fatal bind exception on validation errors.
- isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
Determine whether the given value qualifies as a "binding candidate", i.e.
- isBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether binding is disabled for the given model attribute.
- isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
-
Indicate whether this MediaType is compatible with the given media type.
- isComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
-
Return whether the current handler's session processing has been marked
as complete.
- isComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
-
- isCompleted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
Return whether asynchronous request processing has been completed.
- isCompleted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- isConcurrentHandlingStarted() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Whether the selected handler for the current request chose to handle the
request asynchronously.
- isContextRequired() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Overrides the base class behavior to enforce running in an ApplicationContext.
- isCookieHttpOnly() - Method in class org.springframework.web.util.CookieGenerator
-
Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- isCookieSecure() - Method in class org.springframework.web.util.CookieGenerator
-
Return whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL).
- isCorsRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
-
Returns true if the request is a valid CORS one.
- isDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
- isDirectFieldAccess() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return whether to use direct field access instead of bean property access.
- isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, InputStream) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Indicates whether the given request and response are eligible for ETag generation.
- isEmpty() - Method in class org.springframework.http.HttpHeaders
-
- isEmpty() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- isEmpty() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return whether the uploaded file is empty, that is, either no file has
been chosen in the multipart form or the chosen file has no content.
- isForceRequestEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return whether the encoding should be forced on requests
- isForceResponseEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return whether the encoding should be forced on responses.
- isGzipResponse(HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Determine whether the given response indicates a GZIP response.
- isGzipResponse(HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Determine whether the given response is a GZIP response.
- isHandlerMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- isHandlerSessionAttribute(String, Class<?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Whether the attribute name or type match the names and types specified
via @SessionAttributes on the underlying controller.
- isImmutableSessionAttribute(String, Object) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Determine whether the given value is to be considered as an immutable session
attribute, that is, doesn't have to be re-set via session.setAttribute
since its value cannot meaningfully change internally.
- isIncludeClientInfo() - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Deprecated.
Return whether or not the session id and user name should be included
in the log message.
- isIncludeClientInfo() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the client address and session id should be included in the
log message.
- isIncludeHeaders() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the request headers should be included in the log message.
- isIncludePayload() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the request payload (body) should be included in the log message.
- isIncludeQueryString() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the query string should be included in the log message.
- isIncludeRequest(ServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Determine whether the given request is an include request,
that is, not a top-level HTTP request coming in from the outside.
- isInitBinderMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- isMaintainSession() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the "session.maintain" flag to specify on the stub.
- isModelAttributeMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Determine if the given request contains multipart content.
- isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- isMultipartArgument(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isPreFlightRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
-
Returns true if the request is a valid CORS pre-flight one.
- isPrepared() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return whether this client interceptor has already been prepared,
i.e.
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Returns the configured value for whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Returns the configured value for whether XML external entities are allowed.
- isReadable() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResourceAsStream,
which returns null in case of a non-readable resource (e.g.
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- isRequestActive() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Determine whether the original request is still active.
- isRequestHandled() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the request has been handled fully within the handler.
- isResolved() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Determine whether the underlying multipart request has been resolved.
- isSameOrigin(HttpRequest) - Static method in class org.springframework.web.util.WebUtils
-
Check if the request is a same-origin one, based on Origin, Host,
Forwarded, X-Forwarded-Proto, X-Forwarded-Host and
- isSecure() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- isSecure() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isSecure() - Method in interface org.springframework.web.context.request.WebRequest
-
Return whether this request has been sent over a secure transport
mechanism (such as SSL).
- isSessionAttribute(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- isSetOrExpired() - Method in class org.springframework.web.context.request.async.DeferredResult
-
Return true if this DeferredResult is no longer usable either
because it was previously set or because the underlying request expired.
- isSingleton() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
- isSingleton() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
-
- isSingleton() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- isStarted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
Return whether asynchronous request processing has been started.
- isStarted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- isStrictEncoding() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Whether to strictly encode any character outside the unreserved set.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Whether DTD parsing is supported.
- isTargetFilterLifecycle() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return whether to invoke the Filter.init and
Filter.destroy lifecycle methods on the target bean.
- isUploadTempDirSpecified() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Return the temporary directory where uploaded files get stored.
- isUrlDecode() - Method in class org.springframework.web.util.UrlPathHelper
-
Whether to decode the request URI when determining the lookup path.
- isUserInRole(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- isUserInRole(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isUserInRole(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Determine whether the user is in the given role for this request.
- isUseSoapAction() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the "soapaction.use" flag to specify on the stub.
- isValidOrigin(HttpRequest, Collection<String>) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request origin against a list of allowed origins.
- isViewReference() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the view is a view reference specified via a name to be
resolved by the DispatcherServlet via a ViewResolver.
- isVoid() - Method in class org.springframework.web.method.HandlerMethod
-
Return true if the method return type is void, false otherwise.
- isWriteWeakETag() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Return whether the ETag value written to the response should be weak, as per RFC 7232.
- raiseMissingCookieException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- raiseMissingHeaderException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- raiseMissingParameterException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- raiseSessionRequiredException(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Range header field name.
- read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- read(Class<? extends BufferedImage>, HttpInputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Read an object of the given type form the given input message, and returns it.
- read(Class<? extends T>, HttpInputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Read an object of the given type from the given input message, and returns it.
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Abstract template method that reads the actual object.
- readInternal(Class<? extends byte[]>, HttpInputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- readInternal(Class<? extends Message>, HttpInputMessage) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
- readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- readInternal(Class<? extends String>, HttpInputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
-
Return a HttpHeaders object that can only be read, not written to.
- readRemoteInvocation(HttpServletRequest) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Read a RemoteInvocation from the given HTTP request.
- readRemoteInvocation(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Deserialize a RemoteInvocation object from the given InputStream.
- readRemoteInvocation(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Read a RemoteInvocation from the given HTTP request.
- readRemoteInvocation(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Deserialize a RemoteInvocation object from the given InputStream.
- readRemoteInvocationResult(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Deserialize a RemoteInvocationResult object from the given InputStream.
- readResponseBody(HttpInvokerClientConfiguration, HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Extract the response body from the given executed remote invocation
request.
- REFERENCE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Name of the standard reference to the request object: "request".
- REFERENCE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Name of the standard reference to the session object: "session".
- REFERER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Referer header field name.
- REFRESH_INTERVAL_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
-
Deprecated.
Parameter specifying the refresh interval for checking the log4j config file
- register(Class<?>...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Register one or more annotated classes to be processed.
- registerCallableInterceptor(Object, CallableProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerContextLoaderListener(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
- registerCorsConfiguration(String, CorsConfiguration) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
- registerDeferredResultInterceptor(Object, DeferredResultProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- registerDestructionCallback(String, Runnable, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Register a callback to be executed on destruction of the
specified attribute in the given scope.
- registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.support.ServletContextScope
-
- registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific environment beans ("contextParameters", "contextAttributes")
with the given BeanFactory, as used by the WebApplicationContext.
- registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific environment beans ("contextParameters", "contextAttributes")
with the given BeanFactory, as used by the WebApplicationContext.
- registerRequestDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Register the given callback as to be executed after request completion.
- registerSessionDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Register the given callback as to be executed after session termination.
- registerWebApplicationScopes(ConfigurableListableBeanFactory) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific scopes ("request", "session", "globalSession")
with the given BeanFactory, as used by the WebApplicationContext.
- registerWebApplicationScopes(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific scopes ("request", "session", "globalSession", "application")
with the given BeanFactory, as used by the WebApplicationContext.
- reject(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- reject(String, String) - Method in class org.springframework.web.bind.EscapedErrors
-
- reject(String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
-
- rejectRequest(ServerHttpResponse) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Invoked when one of the CORS checks failed.
- rejectValue(String, String) - Method in class org.springframework.web.bind.EscapedErrors
-
- rejectValue(String, String, String) - Method in class org.springframework.web.bind.EscapedErrors
-
- rejectValue(String, String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
-
- RelativeRedirectFilter - Class in org.springframework.web.filter
-
Overrides
HttpServletResponse.sendRedirect(String) and handles it by
setting the HTTP status and "Location" headers, which keeps the Servlet
container from re-writing relative redirect URLs into absolute ones.
- RelativeRedirectFilter() - Constructor for class org.springframework.web.filter.RelativeRedirectFilter
-
- releaseInstance(ConstraintValidator<?, ?>) - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- remove(Object) - Method in class org.springframework.http.HttpHeaders
-
- remove(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- remove(String) - Method in class org.springframework.web.context.request.SessionScope
-
- remove(String) - Method in class org.springframework.web.context.support.ServletContextScope
-
- removeAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- removeAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Remove the scoped attribute of the given name, if it exists.
- removeAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- removeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Remove the given attributes from the model.
- removeCookie(HttpServletResponse) - Method in class org.springframework.web.util.CookieGenerator
-
Remove the cookie that this generator describes from the response.
- removeQualityValue() - Method in class org.springframework.http.MediaType
-
Return a replica of this instance with its quality value removed.
- removeRequestDestructionCallback(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Remove the request destruction callback for the specified attribute, if any.
- removeSemicolonContent(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Remove ";" (semicolon) content from the given request URI if the
removeSemicolonContent
property is set to "true".
- removeWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Remove the system property that points to the web app root directory.
- replacePath(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the path of this builder overriding all existing path and path segment values.
- replaceQuery(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query of this builder overriding all existing query parameters.
- replaceQueryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query parameter values overriding all existing query values for
the same parameter.
- replaceQueryParams(MultiValueMap<String, String>) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query parameter values overriding all existing query values.
- RequestAttribute - Annotation Type in org.springframework.web.bind.annotation
-
Annotation to bind a method parameter to a request attribute.
- RequestAttributes - Interface in org.springframework.web.context.request
-
Abstraction for accessing attribute objects associated with a request.
- RequestBody - Annotation Type in org.springframework.web.bind.annotation
-
Annotation indicating a method parameter should be bound to the body of the web request.
- RequestCallback - Interface in org.springframework.web.client
-
- requestCompleted() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Signal that the request has been completed.
- RequestContextFilter - Class in org.springframework.web.filter
-
Servlet Filter that exposes the request to the current thread,
through both
LocaleContextHolder and
RequestContextHolder.
- RequestContextFilter() - Constructor for class org.springframework.web.filter.RequestContextFilter
-
- RequestContextHolder - Class in org.springframework.web.context.request
-
Holder class to expose the web request in the form of a thread-bound
RequestAttributes object.
- RequestContextHolder() - Constructor for class org.springframework.web.context.request.RequestContextHolder
-
- RequestContextListener - Class in org.springframework.web.context.request
-
Servlet listener that exposes the request to the current thread,
through both
LocaleContextHolder and
RequestContextHolder.
- RequestContextListener() - Constructor for class org.springframework.web.context.request.RequestContextListener
-
- requestDestroyed(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
-
- requestDestructionCallbacks - Variable in class org.springframework.web.context.request.AbstractRequestAttributes
-
Map from attribute name String to destruction callback Runnable
- RequestEntity<T> - Class in org.springframework.http
-
- RequestEntity(HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method and URL but without body nor headers.
- RequestEntity(T, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL and body but without headers.
- RequestEntity(T, HttpMethod, URI, Type) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, body and type but without headers.
- RequestEntity(MultiValueMap<String, String>, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL and headers but without body.
- RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, headers and body.
- RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI, Type) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, headers, body and type.
- RequestEntity.BodyBuilder - Interface in org.springframework.http
-
Defines a builder that adds a body to the response entity.
- RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>> - Interface in org.springframework.http
-
Defines a builder that adds headers to the request entity.
- RequestHandledEvent - Class in org.springframework.web.context.support
-
Event raised when a request is handled within an ApplicationContext.
- RequestHandledEvent(Object, String, String, long) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
-
Create a new RequestHandledEvent with session information.
- RequestHandledEvent(Object, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
-
Create a new RequestHandledEvent with session information.
- RequestHeader - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a web request header.
- RequestHeaderMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves Map method arguments annotated with @RequestHeader.
- RequestHeaderMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- RequestHeaderMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with @RequestHeader except for
Map arguments.
- RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- requestInitialized(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
-
- RequestMapping - Annotation Type in org.springframework.web.bind.annotation
-
Annotation for mapping web requests onto specific handler classes and/or
handler methods.
- RequestMethod - Enum in org.springframework.web.bind.annotation
-
Java 5 enumeration of HTTP request methods.
- RequestParam - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a web
request parameter.
- RequestParamMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves
Map method arguments annotated with an @
RequestParam
where the annotation does not specify a request parameter name.
- RequestParamMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- RequestParamMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with @
RequestParam, arguments of
type
MultipartFile in conjunction with Spring's
MultipartResolver
abstraction, and arguments of type
javax.servlet.http.Part in conjunction
with Servlet 3.0 multipart requests.
- RequestParamMethodArgumentResolver(boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- RequestParamMethodArgumentResolver(ConfigurableBeanFactory, boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- RequestPart - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that can be used to associate the part of a "multipart/form-data" request
with a method argument.
- RequestPartServletServerHttpRequest - Class in org.springframework.web.multipart.support
-
- RequestPartServletServerHttpRequest(HttpServletRequest, String) - Constructor for class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
Create a new RequestPartServletServerHttpRequest instance.
- RequestScope - Annotation Type in org.springframework.web.context.annotation
-
@RequestScope is a specialization of @Scope for a
component whose lifecycle is bound to the current web request.
- RequestScope - Class in org.springframework.web.context.request
-
Request-backed Scope
implementation.
- RequestScope() - Constructor for class org.springframework.web.context.request.RequestScope
-
- reset() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- resetBuffer() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- resetRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Reset the RequestAttributes for the current thread.
- resolve(String) - Static method in enum org.springframework.http.HttpMethod
-
Resolve the given method value to an HttpMethod.
- resolveArgument(MethodParameter, NativeWebRequest) - Method in interface org.springframework.web.bind.support.WebArgumentResolver
-
Resolve an argument for the given handler method parameter within the given web request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- 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
-
- resolveBean() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Return a bean instance if necessary resolving the bean name through the BeanFactory.
- resolveCommonArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveContextualObject(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- resolveContextualObject(String) - Method in class org.springframework.web.context.support.ServletContextScope
-
- resolveCookieValue(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveDefaultValue(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManager
-
- resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- resolveFileExtensions(MediaType) - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Resolve the given media type to a list of path extensions.
- resolveMediaTypeKey(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.ContentNegotiationManager
-
- resolveMediaTypes(NativeWebRequest) - Method in interface org.springframework.web.accept.ContentNegotiationStrategy
-
Resolve the given request to a list of media types.
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.FixedContentNegotiationStrategy
-
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.HeaderContentNegotiationStrategy
-
Resolve the given request to a list of media types.
- resolveMethod(Exception) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a Method to handle the given exception.
- resolveMethodByExceptionType(Class<? extends Throwable>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a Method to handle the given exception type.
- resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- resolveMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Parse the given HTTP request into multipart files and parameters,
and wrap the request inside a
MultipartHttpServletRequest
object that provides access to file descriptors and makes contained
parameters accessible via the standard ServletRequest methods.
- resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- resolveMultipartArgument(String, MethodParameter, HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
Resolve the given parameter type and value name into an argument value.
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- resolvePathVariable(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolvePlaceholders(String, ServletContext) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding
servlet context init parameter or system property values.
- resolvePlaceholders(String, ServletContext, boolean) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding
servlet context init parameter or system property values.
- resolveReference(String) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- resolveReference(String) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Resolve the contextual reference for the given key, if any.
- resolveReference(String) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- resolveRequestBody(MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolverIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
-
- resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- ResourceAccessException - Exception in org.springframework.web.client
-
Exception thrown when an I/O error occurs.
- ResourceAccessException(String) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new HttpIOException with the given message.
- ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new HttpIOException with the given message and IOException.
- ResourceHttpMessageConverter - Class in org.springframework.http.converter
-
Implementation of
HttpMessageConverter that can read/write
Resources
and supports byte range requests.
- ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
-
- ResourceRegionHttpMessageConverter - Class in org.springframework.http.converter
-
Implementation of
HttpMessageConverter that can write a single
ResourceRegion,
or Collections of
ResourceRegions.
- ResourceRegionHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- RESPONSE_ENCODED_HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
-
Use of response encoding for HTML escaping parameter at the servlet context level
(i.e.
- RESPONSE_HANDLED - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Constant indicating that the response has been handled by this interceptor
without a result and that no further interceptors are to be invoked.
- 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
-
- ResponseEntity(HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new ResponseEntity with the given status code, and no body nor headers.
- ResponseEntity(T, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new ResponseEntity with the given body and status code, and no headers.
- ResponseEntity(MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity with the given headers and status code, and no body.
- ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity with the given body, headers, and status code.
- ResponseEntity.BodyBuilder - Interface in org.springframework.http
-
Defines a builder that adds a body to the response entity.
- ResponseEntity.HeadersBuilder<B extends ResponseEntity.HeadersBuilder<B>> - Interface in org.springframework.http
-
Defines a builder that adds headers to the response entity.
- responseEntityExtractor(Type) - Method in class org.springframework.web.client.AsyncRestTemplate
-
- responseEntityExtractor(Type) - Method in class org.springframework.web.client.RestTemplate
-
- 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
-
- RestClientException - Exception in org.springframework.web.client
-
Base class for exceptions thrown by
RestTemplate whenever it encounters
client-side HTTP errors.
- RestClientException(String) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of HttpClientException with the given message.
- RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of HttpClientException with the given message and
exception.
- RestClientResponseException - Exception in org.springframework.web.client
-
Common base class for exceptions that contain actual HTTP response data.
- RestClientResponseException(String, int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.RestClientResponseException
-
Construct a new instance of with the given response data.
- RestController - Annotation Type in org.springframework.web.bind.annotation
-
A convenience annotation that is itself annotated with
@Controller and
@ResponseBody.
- RestControllerAdvice - Annotation Type in org.springframework.web.bind.annotation
-
- 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
-
- RestGatewaySupport(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
- 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
-
- RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.RestTemplate
-
- RESULT_NONE - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Constant indicating that no result has been determined by this
interceptor, giving subsequent interceptors a chance.
- retrieveAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- retrieveAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Retrieve the specified attribute from the backend session.
- retrieveAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Retrieve "known" attributes from the session, i.e.
- RETRY_AFTER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Retry-After header field name.
- ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Context attribute to bind root WebApplicationContext to on successful startup.
- RssChannelHttpMessageConverter - Class in org.springframework.http.converter.feed
-
- RssChannelHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- scan(String...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Perform a scan within the specified base packages.
- scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme-specific-part.
- SCOPE_APPLICATION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for the global web application scope: "application".
- SCOPE_APPLICATION - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the application scope
- SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates global session scope.
- SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for global session scope: "globalSession".
- SCOPE_PAGE - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the page scope
- SCOPE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates request scope.
- SCOPE_REQUEST - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for request scope: "request".
- SCOPE_REQUEST - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the request scope
- SCOPE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates session scope.
- SCOPE_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for session scope: "session".
- SCOPE_SESSION - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the session scope
- selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.web.method.HandlerMethodSelector
-
Deprecated.
Select handler methods for the given handler type.
- sendError(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- sendError(int, String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- sendRedirect(String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- serializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set a custom inclusion strategy for serialization.
- serializerByType(Class<?>, JsonSerializer<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure a custom serializer for the given type.
- serializerInstance(SerializationConfig, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
-
- serializers(JsonSerializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure custom serializers.
- serializersByType(Map<Class<?>, JsonSerializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure custom serializers for the given types.
- series() - Method in enum org.springframework.http.HttpStatus
-
Returns the HTTP status series of this status code.
- SERVER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Server header field name.
- ServerHttpAsyncRequestControl - Interface in org.springframework.http.server
-
A control that can put the processing of an HTTP request in asynchronous mode during
which the response remains open until explicitly closed.
- ServerHttpRequest - Interface in org.springframework.http.server
-
Represents a server-side HTTP request.
- ServerHttpResponse - Interface in org.springframework.http.server
-
Represents a server-side HTTP response.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- SERVLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Name of the ServletConfig environment bean in the factory.
- SERVLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
-
Servlet config init parameters property source name: "servletConfigInitParams"
- SERVLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Name of the ServletContext environment bean in the factory.
- SERVLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
-
Servlet context init parameters property source name: "servletContextInitParams"
- ServletConfigAware - Interface in org.springframework.web.context
-
- 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
-
- ServletContextAwareProcessor - Class in org.springframework.web.context.support
-
BeanPostProcessor
implementation that passes the ServletContext to beans that implement
the
ServletContextAware interface.
- ServletContextAwareProcessor() - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor without an initial context or config.
- ServletContextAwareProcessor(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given context.
- ServletContextAwareProcessor(ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given config.
- ServletContextAwareProcessor(ServletContext, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given context and config.
- ServletContextLiveBeansView - Class in org.springframework.web.context.support
-
LiveBeansView subclass which looks for all ApplicationContexts
in the web application, as exposed in ServletContext attributes.
- ServletContextLiveBeansView(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextLiveBeansView
-
Create a new LiveBeansView for the given ServletContext.
- ServletContextParameterFactoryBean - Class in org.springframework.web.context.support
-
FactoryBean that retrieves a specific ServletContext init parameter
(that is, a "context-param" defined in web.xml).
- ServletContextParameterFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- ServletContextPropertySource - Class in org.springframework.web.context.support
-
PropertySource that reads init parameters from a
ServletContext object.
- ServletContextPropertySource(String, ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextPropertySource
-
- ServletContextPropertyUtils - Class in org.springframework.web.util
-
Helper class for resolving placeholders in texts.
- ServletContextPropertyUtils() - Constructor for class org.springframework.web.util.ServletContextPropertyUtils
-
- ServletContextRequestLoggingFilter - Class in org.springframework.web.filter
-
Simple request logging filter that writes the request URI
(and optionally the query string) to the ServletContext log.
- ServletContextRequestLoggingFilter() - Constructor for class org.springframework.web.filter.ServletContextRequestLoggingFilter
-
- ServletContextResource - Class in org.springframework.web.context.support
-
Resource implementation for
ServletContext resources, interpreting
relative paths within the web application root directory.
- ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
-
Create a new ServletContextResource.
- ServletContextResourceLoader - Class in org.springframework.web.context.support
-
ResourceLoader implementation that resolves paths as ServletContext
resources, for use outside a WebApplicationContext (for example,
in an HttpServletBean or GenericFilterBean subclass).
- ServletContextResourceLoader(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
-
Create a new ServletContextResourceLoader.
- ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
-
- 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
-
- ServletPathExtensionContentNegotiationStrategy(ServletContext) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Create an instance without any mappings to start with.
- ServletPathExtensionContentNegotiationStrategy(ServletContext, Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Create an instance with the given extension-to-MediaType lookup.
- ServletRequestAttributes - Class in org.springframework.web.context.request
-
- ServletRequestAttributes(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
-
Create a new ServletRequestAttributes instance for the given request.
- ServletRequestAttributes(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
-
Create a new ServletRequestAttributes instance for the given request.
- ServletRequestBindingException - Exception in org.springframework.web.bind
-
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- ServletRequestBindingException(String) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
-
Constructor for ServletRequestBindingException.
- ServletRequestBindingException(String, Throwable) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
-
Constructor for ServletRequestBindingException.
- ServletRequestDataBinder - Class in org.springframework.web.bind
-
Special DataBinder to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files.
- ServletRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
-
Create a new ServletRequestDataBinder instance, with default object name.
- ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
-
Create a new ServletRequestDataBinder instance.
- ServletRequestHandledEvent - Class in org.springframework.web.context.support
-
Servlet-specific subclass of RequestHandledEvent,
adding servlet-specific context information.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable, int) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
-
PropertyValues implementation created from parameters in a ServletRequest.
- ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues using no prefix
(and hence, no prefix separator).
- ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues using the given prefix and
the default prefix separator (the underscore character "_").
- ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues supplying both prefix and
prefix separator.
- ServletRequestUtils - Class in org.springframework.web.bind
-
Parameter extraction methods, for an approach distinct from data binding,
in which parameters of specific types are required.
- ServletRequestUtils() - Constructor for class org.springframework.web.bind.ServletRequestUtils
-
- ServletServerHttpAsyncRequestControl - Class in org.springframework.http.server
-
- ServletServerHttpAsyncRequestControl(ServletServerHttpRequest, ServletServerHttpResponse) - Constructor for class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- ServletServerHttpRequest - Class in org.springframework.http.server
-
- 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
-
- ServletServerHttpResponse(HttpServletResponse) - Constructor for class org.springframework.http.server.ServletServerHttpResponse
-
Construct a new instance of the ServletServerHttpResponse based on the given
HttpServletResponse.
- ServletWebRequest - Class in org.springframework.web.context.request
-
- ServletWebRequest(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletWebRequest
-
Create a new ServletWebRequest instance for the given request.
- ServletWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletWebRequest
-
Create a new ServletWebRequest instance for the given request/response pair.
- SESSION_MUTEX_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Key for the mutex session attribute
- SessionAttribute - Annotation Type in org.springframework.web.bind.annotation
-
Annotation to bind a method parameter to a session attribute.
- SessionAttributes - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that indicates the session attributes that a specific handler uses.
- SessionAttributesHandler - Class in org.springframework.web.method.annotation
-
- SessionAttributesHandler(Class<?>, SessionAttributeStore) - Constructor for class org.springframework.web.method.annotation.SessionAttributesHandler
-
Create a new session attributes handler.
- SessionAttributeStore - Interface in org.springframework.web.bind.support
-
Strategy interface for storing model attributes in a backend session.
- sessionCreated(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
-
- SessionScope - Annotation Type in org.springframework.web.context.annotation
-
@SessionScope is a specialization of @Scope for a
component whose lifecycle is bound to the current web session.
- SessionScope - Class in org.springframework.web.context.request
-
Session-backed Scope
implementation.
- SessionScope() - Constructor for class org.springframework.web.context.request.SessionScope
-
Create a new SessionScope, storing attributes in a locally
isolated session (or default session, if there is no distinction
between a global session and a component-specific session).
- SessionScope(boolean) - Constructor for class org.springframework.web.context.request.SessionScope
-
Create a new SessionScope, specifying whether to store attributes
in the global session, provided that such a distinction is available.
- SessionStatus - Interface in org.springframework.web.bind.support
-
Simple interface that can be injected into handler methods, allowing them to
signal that their session processing is complete.
- SessionStatusMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
- SessionStatusMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- set(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the given, single header value under the given name.
- SET_COOKIE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Set-Cookie header field name.
- SET_COOKIE2 - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Set-Cookie2 header field name.
- setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable
media types,
as specified by the
Accept header.
- setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable charsets,
as specified by the Accept-Charset header.
- setAcceptGzipEncoding(boolean) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Set whether to accept GZIP encoding, that is, whether to
send the HTTP "Accept-Encoding" header with "gzip" as value.
- setAccessControlAllowCredentials(boolean) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Allow-Credentials response header.
- setAccessControlAllowHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Allow-Headers response header.
- setAccessControlAllowMethods(List<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Allow-Methods response header.
- setAccessControlAllowOrigin(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Allow-Origin response header.
- setAccessControlExposeHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Expose-Headers response header.
- setAccessControlMaxAge(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Max-Age response header.
- setAccessControlRequestHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Request-Headers request header.
- setAccessControlRequestMethod(HttpMethod) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Request-Method request header.
- setAfterMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be prepended to the log message written
after a request is processed.
- setAfterMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be appended to the log message written
after a request is processed.
- setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
-
- setAllow(Set<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
-
Set the set of allowed
HTTP methods,
as specified by the
Allow header.
- setAllowCredentials(Boolean) - Method in class org.springframework.web.cors.CorsConfiguration
-
Whether user credentials are supported.
- setAllowedHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the list of headers that a pre-flight request can list as allowed
for use during an actual request.
- setAllowedMethods(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the HTTP methods to allow, e.g.
- setAllowedOrigins(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the origins to allow, e.g.
- setAllowNonSerializable(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether to allow non-serializable types as Hessian arguments
and return values.
- setAllowNonSerializable(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Set whether to allow non-serializable types as Hessian arguments
and return values.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if URL lookup should always use full path within current servlet
context.
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setAsText(String) - Method in class org.springframework.http.MediaTypeEditor
-
- setAsText(String) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setAsyncClient(HttpAsyncClient) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- 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
-
- setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- setAttribute(String, Object, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Set the value for the scoped attribute of the given name,
replacing an existing value (if any).
- setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- setAttribute(String, Object) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
- setAttributeName(String) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
Set the name of the ServletContext attribute to expose.
- setAttributeNamePrefix(String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
Specify a prefix to use for the attribute names in the backend session.
- setAttributes(Map<String, Object>) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
-
Set the ServletContext attributes to expose as key-value pairs.
- setAuthenticator(Authenticator) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Register a common
Authenticator to be
applied to all detected
WebService annotated beans.
- setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether a binder should attempt to "auto-grow" a nested path that contains a null value.
- setBacklog(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's TCP backlog.
- setBase64EncodeByteArrays(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to Base64-encode byte[] properties when reading and
writing JSON.
- setBaseAddress(String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
Set the base address for exported services.
- setBasePath(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Set the base path for context publication.
- setBaseUrl(String) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Configure a base URL to prepend URI templates with.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- 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.
- setBinding(String, boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Register whether data binding should occur for a corresponding model attribute,
corresponding to an @ModelAttribute(binding=true/false) declaration.
- setBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Programmatically register an attribute for which data binding should not occur,
not even for a subsequent @ModelAttribute declaration.
- setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the strategy to use for processing binding errors, that is,
required field errors and PropertyAccessExceptions.
- setBindingType(String) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Specify the binding type to use, overriding the value of
the JAX-WS
BindingType annotation.
- setBody(StreamingHttpOutputMessage.Body) - Method in interface org.springframework.http.StreamingHttpOutputMessage
-
Set the streaming body callback for this message.
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Indicates whether this request factory should buffer the request body internally.
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Indicate whether this request factory should buffer the
request body internally.
- setBufferSize(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Cache-Control header.
- setCacheDir(File) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Sets the cache directory.
- setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the default character set to use for reading and writing form data when
the request or response Content-Type header does not explicitly specify it.
- setCharset(Charset) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
The default character set to use for reading form data.
- setChunkedPost(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether to use a chunked post for sending a Hessian request.
- setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the number of bytes to write in each chunk when not buffering request
bodies locally.
- setCodebaseUrl(String) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Set the codebase URL to download classes from if not found locally.
- setComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
-
Mark the current handler's session processing as complete, allowing for
cleanup of session attributes.
- setComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
-
- setConfigLocation(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the config locations for this web application context in init-param style,
i.e.
- setConfigLocation(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setConfigLocation(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- 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
-
- setConnection(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Connection header.
- setConnection(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Connection header.
- setConnectionFactory(HessianConnectionFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Specify a custom HessianConnectionFactory to use for the Hessian client.
- setConnectionRequestTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the timeout in milliseconds used when requesting a connection from the connection
manager using the underlying HttpClient.
- setConnectionRequestTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the timeout in milliseconds used when requesting a connection from the connection
manager using the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Set the underlying connect timeout (in milliseconds).
- setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Sets the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setConnectTimeout(long) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the socket connect timeout to use for the Hessian client.
- setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the Content-Disposition header when creating a
"multipart/form-data" request.
- setContentDispositionFormData(String, String, Charset) - Method in class org.springframework.http.HttpHeaders
-
- setContentLength(long) - Method in class org.springframework.http.HttpHeaders
-
Set the length of the body in bytes, as specified by the
Content-Length header.
- setContentLength(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setContentLengthLong(long) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
-
Set the
media type of the body,
as specified by the
Content-Type header.
- setContentType(String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Specify the content type to use for sending HTTP invoker requests.
- setContextAttribute(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext from which to load the delegate
Filter bean.
- setContextInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.web.context.ContextLoader
-
Specify which ApplicationContextInitializer instances should be used
to initialize the application context used by this ContextLoader.
- setConversionService(ConversionService) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify a ConversionService which will apply to every DataBinder.
- setCookieDomain(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given domain for cookies created by this generator.
- setCookieHttpOnly(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- setCookieMaxAge(Integer) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given maximum age (in seconds) for cookies created by this generator.
- setCookieName(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given name for cookies created by this generator.
- setCookiePath(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given path for cookies created by this generator.
- setCookieSecure(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Set whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL).
- setCorsConfigurations(Map<String, CorsConfiguration>) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set CORS configuration based on URL patterns.
- setCorsProcessor(CorsProcessor) - Method in class org.springframework.web.filter.CorsFilter
-
- setCreateXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
If set to true and no custom
ObjectMapper has been set, a
XmlMapper
will be created using its default constructor.
- setCustomProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set custom properties to be set on the stub.
- setDataBinderFactory(WebDataBinderFactory) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- setDate(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message was created, as specified
by the Date header.
- setDate(String, long) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string
using the pattern "EEE, dd MMM yyyy HH:mm:ss zzz".
- setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the format for date/time with the given DateFormat.
- setDateFormatPattern(String) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Define the date/time format with a SimpleDateFormat-style pattern.
- setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether Hessian's debug mode should be enabled.
- setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Set whether Hessian's debug mode should be enabled, logging to
this exporter's Commons Logging log.
- setDefaultCharset(Charset) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the default character set, if any.
- setDefaultContentType(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Sets the default Content-Type to be used for writing.
- setDefaultContentType(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the default content type to use when no content type is requested.
- setDefaultContentTypeStrategy(ContentNegotiationStrategy) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- setDefaultEncoding(String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the default character encoding to use for parsing requests,
to be applied to headers of individual parts and to form fields.
- setDefaultEncoding(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Set the default character encoding to use for URL decoding.
- setDefaultTyping(TypeResolverBuilder<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Configure default URI variable values.
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
Configure default URI variable values.
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Configure default URI variable values to use with every expanded URI
template.
- setDefaultUseWrapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define if a wrapper will be used for indexed (List, array) properties or not by
default (only applies to
XmlMapper).
- setDefaultViewInclusion(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setDeserializationView(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- setDeserializers(JsonDeserializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers.
- setDeserializersByType(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers for the given types.
- setDirectFieldAccess(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether to use direct field access instead of bean property access.
- setDisableHtmlEscaping(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the GsonBuilder.disableHtmlEscaping() when writing
JSON.
- setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set the encoding to use for requests.
- setEndpointAddress(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the endpoint address to specify on the stub.
- setEndpointFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Specify WebServiceFeature objects (e.g.
- setEndpointProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Set the property bag for the endpoint, including properties such as
"javax.xml.ws.wsdl.service" or "javax.xml.ws.wsdl.port".
- setEnvironment(Environment) - Method in class org.springframework.web.filter.GenericFilterBean
-
Set the Environment that this filter runs in.
- setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Set the error handler.
- setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
-
Set the error handler.
- setErrorResult(Object) - Method in class org.springframework.web.context.request.async.DeferredResult
-
- setETag(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) entity tag of the body, as specified by the ETag header.
- setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Set the JDK concurrent executor to use for dispatching incoming requests
to exported service instances.
- setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the JDK concurrent executor to use for asynchronous executions
that require callbacks.
- setExpires(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message is no longer valid,
as specified by the Expires header.
- setExposedHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the list of response headers other than simple headers (i.e.
- setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setFailOnUnknownProperties(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setFavorParameter(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether a request parameter ("format" by default) should be used to
determine the requested media type.
- setFavorPathExtension(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether the path extension in the URL path should be used to determine
the requested media type.
- setFeaturesToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to disable.
- setFeaturesToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to enable.
- setFieldDefaultPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that indicate default
value fields, having "prefix + field" as name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that mark potentially
empty fields, having "prefix + field" as name.
- setFilters(FilterProvider) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the global filters to use in order to support @JsonFilter annotated POJO.
- setFilters(FilterProvider) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Set the Jackson filter provider to serialize the POJO with.
- setFilters(List<Filter>) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Register common
Filters to be
applied to all detected
WebService annotated beans.
- setFilters(List<? extends Filter>) - Method in class org.springframework.web.filter.CompositeFilter
-
- setFindModulesViaServiceLoader(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set whether to let Jackson find available modules via the JDK ServiceLoader,
based on META-INF metadata in the classpath.
- setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding of this filter
is supposed to override existing request and response encodings.
- setForceRequestEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding of this filter
is supposed to override existing request encodings.
- setForceResponseEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding of this filter
is supposed to override existing response encodings.
- setFormConverter(FormHttpMessageConverter) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
Set the converter to use for parsing form content.
- setGson(Gson) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Set the Gson instance to use.
- setHandlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- setHandlerResolver(HandlerResolver) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the JAX-WS HandlerResolver to use for all proxies and dispatchers
created through this factory.
- setHessian2(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing requests and replies.
- setHessian2Reply(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing replies.
- setHessian2Request(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing requests.
- setHostname(String) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy host name.
- setHostname(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's hostname to bind to.
- setHttpAsyncClient(CloseableHttpAsyncClient) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- setHttpClient(HttpClient) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the
HttpClient instance to use for this request executor.
- setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Set the HttpInvokerRequestExecutor implementation to use for executing
remote invocations.
- setIfMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Match header.
- setIfMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Match header.
- setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Modified-Since header.
- setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-None-Match header.
- setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) values of the If-None-Match header.
- setIfUnmodifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Unmodified-Since header.
- setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether to disable checking the 'Accept' request header.
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
By default the content of the "default" model is used both during
rendering and redirect scenarios.
- setIgnoreUnknownExtensions(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
Whether to ignore requests with unknown file extension.
- setIgnoreUnknownPathExtensions(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether to ignore requests with path extension that cannot be resolved
to any media type.
- setIncludeClientInfo(boolean) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Deprecated.
Set whether or not the session id and user name should be included
in the log message.
- setIncludeClientInfo(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the client address and session id should be included in the
log message.
- setIncludeHeaders(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the request headers should be included in the log message.
- setIncludePayload(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the request payload (body) should be included in the log message.
- setIncludeQueryString(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the query string should be included in the log message.
- setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setInitParamName(String) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
Set the name of the ServletContext init parameter to expose.
- setInterceptors(List<AsyncClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Set the request interceptors that this accessor should use.
- setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Sets the request interceptors that this accessor should use.
- setJaxWsService(Service) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set a reference to an existing JAX-WS Service instance,
for example obtained via JndiObjectFactoryBean.
- setJsonpFunction(String) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Set the name of the JSONP function name.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Specify a custom prefix to use for JSON output.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Specify a custom prefix to use for this view's JSON output.
- setLastModified(long) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified header.
- setLocale(Locale) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Override the default Locale to use for formatting.
- setLocation(URI) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) location of a resource,
as specified by the Location header.
- setLookupServiceOnStartup(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set whether to look up the JAX-WS service on startup.
- setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the "session.maintain" flag to specify on the stub.
- setMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Set the Marshaller to be used by this message converter.
- setMaxAge(Long) - Method in class org.springframework.web.cors.CorsConfiguration
-
Configure how long, in seconds, the response from a pre-flight request
can be cached by clients.
- setMaxInMemorySize(int) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) before uploads are written to disk.
- setMaxPayloadLength(int) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the maximum length of the payload body to be included in the log message.
- setMaxResponseSize(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Set the default maximum response size.
- setMaxUploadSize(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) before an upload gets rejected.
- setMaxUploadSizePerFile(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) for each individual file before
an upload gets rejected.
- setMediaTypes(Properties) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Add a mapping from a key, extracted from a path extension or a query
parameter, to a MediaType.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the strategy to use for resolving errors into message codes.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
-
Set the message body converters to use.
- setMetaClass(MetaClass) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- setMethodParam(String) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
-
Set the parameter name to look for HTTP methods.
- setMixIns(Map<Class<?>, Class<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Add mix-in annotations to use for augmenting specified class or interface.
- setModules(List<Module>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set a complete list of modules to be registered with the
ObjectMapper.
- setModulesToInstall(Class<? extends Module>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify one or more modules by class (or class name in XML)
to be registered with the
ObjectMapper.
- setMultipartCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the character set to use when writing multipart data to encode file
names.
- setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Set a Map with parameter names as keys and list of MultipartFile objects as values.
- setMultipartParameterContentTypes(Map<String, String>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Set a Map with parameter names as keys and content type Strings as values.
- setMultipartParameters(Map<String, String[]>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Set a Map with parameter names as keys and String array objects as values.
- setMultipartResolverBeanName(String) - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Set the bean name of the MultipartResolver to fetch from Spring's
root application context.
- setNamespace(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the namespace for this web application context,
to be used for building a default context config location.
- setNamespace(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setNamespace(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setNamespace(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setNamespaceUri(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the namespace URI of the service.
- setNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Set the ObjectMapper for this view.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
-
Set the ObjectMapper for this view.
- setOrigin(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Origin header.
- setOutputStreaming(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set if the underlying URLConnection can be set to 'output streaming' mode.
- setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Set whether overloaded methods should be enabled for remote invocations.
- setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether overloaded methods should be enabled for remote invocations.
- setParameterName(String) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- setParameterName(String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
Set the name of the parameter to use to determine requested media types.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed
(e.g.
- setParsePath(boolean) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Whether to parse the path of a URI template string into path segments.
- setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the message body converters to use.
- setPassword(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Set the password that this factory should use to access the remote service.
- setPassword(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the password that this factory should use to access the remote service.
- setPassword(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the password to specify on the stub.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPort(int) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy port.
- setPort(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's port.
- setPortFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Specify WebServiceFeature objects (e.g.
- setPortName(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the name of the port.
- setPragma(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Pragma header.
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
- setPreserveFilename(boolean) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- setPreserveFilename(boolean) - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- setPrettyPrinting(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the GsonBuilder.setPrettyPrinting() when writing
JSON.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicates whether external XML entities are processed when converting to a Source.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicates whether external XML entities are processed when converting to a Source.
- setProperty(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.
- setPropertyNamingStrategy(PropertyNamingStrategy) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the Proxy to use for this request factory.
- setProxyFactory(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Set the BurlapProxyFactory instance to use.
- setProxyFactory(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the HessianProxyFactory instance to use.
- setRange(List<HttpRange>) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the Range header.
- setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Sets the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setReadTimeout(long) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the timeout to use when waiting for a reply from the Hessian service.
- setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setRedirectModel(ModelMap) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Provide a separate model instance to use in a redirect scenario.
- setRedirectModelScenario(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the controller has returned a redirect instruction, e.g.
- setRedirectStatus(HttpStatus) - Method in class org.springframework.web.filter.RelativeRedirectFilter
-
Set the default HTTP Status to use for redirects.
- setRelativeRedirects(boolean) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
Use this property to enable relative redirects as explained in
RelativeRedirectFilter, and also using the same response wrapper
as that filter does, or if both are configured, only one will wrap.
- setRemoteResolver(HessianRemoteResolver) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Specify a custom HessianRemoteResolver to use for resolving remote
object references.
- setRemoveOnly(boolean) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
Enables mode in which any "Forwarded" or "X-Forwarded-*" headers are
removed only and the information in them ignored.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRequestAttributes(RequestAttributes) - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Bind the given RequestAttributes to the current thread,
not exposing it as inheritable for child threads.
- setRequestAttributes(RequestAttributes, boolean) - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Bind the given RequestAttributes to the current thread.
- setRequestBody(HttpInvokerClientConfiguration, HttpPost, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the given serialized remote invocation as request body.
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
-
Set the request factory that this accessor uses for obtaining client request handles.
- setRequestHandled(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the request has been handled fully within the handler, e.g.
- setResolveLazily(boolean) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResolveLazily(boolean) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- setResult(T) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Set the value for the DeferredResult and handle it.
- setResultHandler(DeferredResult.DeferredResultHandler) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Provide a handler to use to handle the result value.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Set a custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner.
- setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether to send the Java collection type for each serialized
collection.
- setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Set whether to send the Java collection type for each serialized
collection.
- setSerializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set a custom inclusion strategy for serialization.
- setSerializationView(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Set the serialization view to serialize the POJO with.
- setSerializeNulls(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the GsonBuilder.serializeNulls() option when writing
JSON.
- setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Specify the Hessian SerializerFactory to use.
- setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Specify the Hessian SerializerFactory to use.
- setSerializers(JsonSerializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers.
- setSerializersByType(Map<Class<?>, JsonSerializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers for the given types.
- setServer(HttpServer) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify an existing HTTP server to register the web service contexts
with.
- setServiceFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Specify WebServiceFeature objects (e.g.
- setServiceInterface(Class<?>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the interface of the service that this factory should create a proxy for.
- setServiceName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the name of the service to look up.
- setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the ServletConfig for this web application context.
- setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ServletConfigAware
-
- setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setServletContext(ServletContext) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Invoked by Spring to inject the ServletContext.
- setServletContext(ServletContext) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the ServletContext for this web application context.
- setServletContext(ServletContext) - Method in interface org.springframework.web.context.ServletContextAware
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
- setServletContext(ServletContext) - Method in class org.springframework.web.filter.GenericFilterBean
-
Stores the ServletContext that the bean factory runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
-
Set the session attribute with the given name to the given value.
- setShutdownDelay(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the number of seconds to wait until HTTP exchanges have
completed when shutting down the HTTP server.
- setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the date/time format with a SimpleDateFormat.
- setSoapActionUri(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the SOAP action URI to specify on the stub.
- setSslContext(SslContext) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Set the SSL context.
- setStatus(HttpStatus) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Provide an HTTP status that will be passed on to with the
ModelAndView used for view rendering purposes.
- setStatus(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setStatus(int, String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setStatusCode(HttpStatus) - Method in interface org.springframework.http.server.ServerHttpResponse
-
Set the HTTP status code of the response.
- setStatusCode(HttpStatus) - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- setStrictEncoding(boolean) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicates whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicates whether DTD parsing should be supported.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the list of
MediaType objects supported by this converter.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the list of
MediaType objects supported by this converter.
- setTargetBeanName(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set the name of the target bean in the Spring application context.
- setTargetFilterLifecycle(boolean) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set whether to invoke the Filter.init and
Filter.destroy lifecycle methods on the target bean.
- setTaskExecutor(AsyncListenableTaskExecutor) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the task executor for this request factory.
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- setThreadContextInheritable(boolean) - Method in class org.springframework.web.filter.RequestContextFilter
-
Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an InheritableThreadLocal).
- setTimeout(Long) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Set the time required for concurrent handling to complete.
- setTimeout(Long) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- setTimeout(Long) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
In Servlet 3 async processing, the timeout period begins after the
container processing thread has exited.
- setTimeZone(TimeZone) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Override the default TimeZone to use for formatting.
- setType(Proxy.Type) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy type.
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Set the Unmarshaller to be used by this message converter.
- setUpgrade(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Upgrade header.
- setUploadTempDir(Resource) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the temporary directory where uploaded files get stored.
- setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.web.client.AsyncRestTemplate
-
This property has the same purpose as the corresponding property on the
RestTemplate.
- setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.web.client.RestTemplate
-
- setUrlDecode(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if context path and request URI should be URL-decoded.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUseJaf(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
When
favorPathExtension is set, this
property determines whether to allow use of JAF (Java Activation Framework)
to resolve a path extension to a specific MediaType.
- setUseJaf(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
Whether to use the Java Activation Framework to look up file extensions.
- setUsername(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Set the username that this factory should use to access the remote service.
- setUsername(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the username that this factory should use to access the remote service.
- setUsername(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the username to specify on the stub.
- setUseSoapAction(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the "soapaction.use" flag to specify on the stub.
- setValidator(Validator) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the Validator to apply after each binding step.
- setValue(Object) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Modify the POJO to serialize.
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- setValue(Object) - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- setValue(Object) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setVary(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the request header names (e.g.
- setView(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Set a View object to be used by the DispatcherServlet.
- setViewName(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Set a view name to be resolved by the DispatcherServlet via a ViewResolver.
- setWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Set a system property to the web application root directory.
- setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
- setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
Indicates whether the Accept-Charset should be written to any outgoing request.
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Indicates whether the Accept-Charset should be written to any outgoing request.
- setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying write timeout in milliseconds.
- setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Sets the underlying write timeout in milliseconds.
- setWriteWeakETag(boolean) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Set whether the ETag value written to the response should be weak, as per RFC 7232.
- setWsdlDocumentResource(Resource) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the WSDL document URL as a Resource.
- setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the URL of the WSDL document that describes the service.
- ShallowEtagHeaderFilter - Class in org.springframework.web.filter
-
Filter that generates an
ETag value based on the
content on the response.
- ShallowEtagHeaderFilter() - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter
-
- shouldBuffer(URI, HttpMethod) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
-
Indicates whether the request/response exchange for the given URI and method
should be buffered in memory.
- shouldLog(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- shouldLog(HttpServletRequest) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
-
- shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
- shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Can be overridden in subclasses for custom filtering control,
returning true to avoid filtering of the given request.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
The default value is "false" so that the filter may log a "before" message
at the start of request processing and an "after" message at the end from
when the last asynchronously dispatched thread is exiting.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
The dispatcher type javax.servlet.DispatcherType.ASYNC introduced
in Servlet 3.0 means a filter can be invoked in more than one thread
over the course of a single request.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
-
Returns "false" so that the filter may set up the request context in each
asynchronously dispatched thread.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
The default value is false so that the filter may delay the generation
of an ETag until the last asynchronously dispatched thread.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Whether to filter error dispatches such as when the servlet container
processes and error mapped in web.xml.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
-
Returns "false" so that the filter may set up the request context in an
error dispatch.
- shouldParsePath() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Whether the handler is configured to parse the path into path segments.
- shouldRemoveSemicolonContent() - Method in class org.springframework.web.util.UrlPathHelper
-
Whether configured to remove ";" (semicolon) content from the request URI.
- shutdownLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
-
Deprecated.
Shut down log4j, properly releasing all file locks
and resetting the web app root system property.
- SimpleBurlapServiceExporter - Class in org.springframework.remoting.caucho
-
- SimpleBurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
-
Deprecated.
- SimpleClientHttpRequestFactory - Class in org.springframework.http.client
-
- SimpleClientHttpRequestFactory() - Constructor for class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- simpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Define the date/time format with a SimpleDateFormat.
- SimpleHessianServiceExporter - Class in org.springframework.remoting.caucho
-
HTTP request handler that exports the specified service bean as
Hessian service endpoint, accessible via a Hessian proxy.
- SimpleHessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleHessianServiceExporter
-
- SimpleHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
-
HttpInvokerRequestExecutor implementation
that uses standard Java facilities to execute POST requests, without support for HTTP
authentication or advanced configuration options.
- SimpleHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
- SimpleHttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
-
HTTP request handler that exports the specified service bean as
HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
- SimpleHttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
- SimpleHttpServerJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
-
Simple exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS
WebService annotation) and exporting
them through the HTTP server included in Sun's JDK 1.6.
- SimpleHttpServerJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
- SimpleJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
-
Simple exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS
WebService annotation) and exporting
them with a configured base address (by default "http://localhost:8080/")
using the JAX-WS provider's built-in publication support.
- SimpleJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
- SimpleSessionStatus - Class in org.springframework.web.bind.support
-
Simple implementation of the
SessionStatus interface,
keeping the
complete flag as an instance variable.
- SimpleSessionStatus() - Constructor for class org.springframework.web.bind.support.SimpleSessionStatus
-
- size() - Method in class org.springframework.http.HttpHeaders
-
- SKIP_VALUE - Static variable in interface org.springframework.web.util.UriComponents.UriTemplateVariables
-
- sMaxAge(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add an "s-maxage" directive.
- sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType objects by quality value.
- sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType objects by specificity.
- sortBySpecificityAndQuality(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType objects by specificity as the
primary criteria and quality value the secondary.
- SourceHttpMessageConverter<T extends javax.xml.transform.Source> - Class in org.springframework.http.converter.xml
-
- SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.http.MediaType
-
- SpringBeanAutowiringSupport - Class in org.springframework.web.context.support
-
Convenient base class for self-autowiring classes that gets constructed
within a Spring-based web application.
- SpringBeanAutowiringSupport() - Constructor for class org.springframework.web.context.support.SpringBeanAutowiringSupport
-
This constructor performs injection on this instance,
based on the current web application context.
- SpringBeanFacesELResolver - Class in org.springframework.web.jsf.el
-
JSF ELResolver that delegates to the Spring root WebApplicationContext,
resolving name references to Spring-defined beans.
- SpringBeanFacesELResolver() - Constructor for class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- SpringHandlerInstantiator - Class in org.springframework.http.converter.json
-
- SpringHandlerInstantiator(AutowireCapableBeanFactory) - Constructor for class org.springframework.http.converter.json.SpringHandlerInstantiator
-
Create a new SpringHandlerInstantiator for the given BeanFactory.
- SpringServletContainerInitializer - Class in org.springframework.web
-
- SpringServletContainerInitializer() - Constructor for class org.springframework.web.SpringServletContainerInitializer
-
- SpringWebConstraintValidatorFactory - Class in org.springframework.web.bind.support
-
- SpringWebConstraintValidatorFactory() - Constructor for class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- staleIfError(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add a "stale-if-error" directive.
- staleWhileRevalidate(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add a "stale-while-revalidate" directive.
- StandardMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
-
Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest
and its Part objects.
- StandardMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
Create a new StandardMultipartHttpServletRequest wrapper for the given request,
immediately parsing the multipart content.
- StandardMultipartHttpServletRequest(HttpServletRequest, boolean) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
Create a new StandardMultipartHttpServletRequest wrapper for the given request.
- StandardServletAsyncWebRequest - Class in org.springframework.web.context.request.async
-
- 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
-
- StandardServletMultipartResolver() - Constructor for class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- start() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
- start(long) - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
- 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
-
- startDeferredResultProcessing(DeferredResult<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- StaticWebApplicationContext - Class in org.springframework.web.context.support
-
- StaticWebApplicationContext() - Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
-
- status(HttpStatus) - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with the given status.
- status(int) - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with the given status.
- storeAttribute(WebRequest, String, Object) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- storeAttribute(WebRequest, String, Object) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Store the supplied attribute in the backend session.
- storeAttributes(WebRequest, Map<String, ?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Store a subset of the given attributes in the session.
- StreamingHttpOutputMessage - Interface in org.springframework.http
-
Represents a HTTP output message that allows for setting a streaming body.
- StreamingHttpOutputMessage.Body - Interface in org.springframework.http
-
Defines the contract for bodies that can be written directly to an
OutputStream.
- StringHttpMessageConverter - Class in org.springframework.http.converter
-
- 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
-
- StringMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- StringMultipartFileEditor(String) - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- SUBMIT_IMAGE_SUFFIXES - Static variable in class org.springframework.web.util.WebUtils
-
Name suffixes in case of image buttons
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Indicates whether the given class is supported by this converter.
- supports(Class<?>) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Returns
true if the parameter is annotated with
ModelAttribute or, if in default resolution mode, for any
method parameter that is not a simple type.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
Supports the following:
@RequestParam-annotated method arguments.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
-
- supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
-
Whether the given method parameter is
supported by this resolver.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
- supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.UriComponentsContributor
-
Whether this contributor supports the given method parameter.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Return true if there is a method-level @ModelAttribute
or, in default resolution mode, for any return value type that is not
a simple type.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
-
Whether the given method return type is
supported by this handler.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-