- 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
-
Deprecated.
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
-
Deprecated.
- 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.
- cancel() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Invoked during an error or completion callback from the underlying
container to cancel the upstream subscription.
- cancel() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Invoked during an error or completion callback from the underlying
container to cancel the upstream subscription.
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.protobuf.ProtobufDecoder
-
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
-
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.protobuf.ProtobufEncoder
-
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.xml.Jaxb2XmlEncoder
-
- canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.FormHttpMessageReader
-
- canRead(ResolvableType, MediaType) - Method in interface org.springframework.http.codec.HttpMessageReader
-
Whether the given object type is supported by this reader.
- canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageReader
-
- canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
- canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
- 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(ResolvableType, MediaType) - Method in class org.springframework.http.codec.EncoderHttpMessageWriter
-
- canWrite(ResolvableType, MediaType) - Method in class org.springframework.http.codec.FormHttpMessageWriter
-
- canWrite(ResolvableType, MediaType) - Method in interface org.springframework.http.codec.HttpMessageWriter
-
Whether the given object type is supported by this writer.
- canWrite(ResolvableType, MediaType) - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageWriter
-
- canWrite(ResolvableType, MediaType) - Method in class org.springframework.http.codec.ResourceHttpMessageWriter
-
- canWrite(ResolvableType, MediaType) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
-
- 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
-
- 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
-
- cbor() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- changeSessionId() - Method in interface org.springframework.web.server.WebSession
-
Generate a new id for the session and update the underlying session
storage to reflect the new id.
- ChannelSendOperator<T> - Class in org.springframework.http.server.reactive
-
Given a write function that accepts a source Publisher<T>
to write
with and returns Publisher<Void>
for the result, this operator helps
to defer the invocation of the write function, until we know if the source
publisher will begin publishing without an error.
- ChannelSendOperator(Publisher<? extends T>, Function<Publisher<T>, Publisher<Void>>) - Constructor for class org.springframework.http.server.reactive.ChannelSendOperator
-
- 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.
- checkHeaders(CorsConfiguration, List<String>) - Method in class org.springframework.web.cors.reactive.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.
- checkMethods(CorsConfiguration, HttpMethod) - Method in class org.springframework.web.cors.reactive.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
-
- 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.
- checkNotModified(Instant) - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- checkNotModified(String) - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- checkNotModified(String, Instant) - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- checkNotModified(Instant) - Method in interface org.springframework.web.server.ServerWebExchange
-
- checkNotModified(String) - Method in interface org.springframework.web.server.ServerWebExchange
-
- checkNotModified(String, Instant) - Method in interface org.springframework.web.server.ServerWebExchange
-
Check whether the requested resource has been modified given the supplied
ETag
(entity tag) and last-modified timestamp as determined by
the application.
- checkNotModified(Instant) - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- checkNotModified(String) - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- checkNotModified(String, Instant) - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- checkOnDataAvailable() - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
- 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.
- checkOrigin(CorsConfiguration, String) - Method in class org.springframework.web.cors.reactive.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
.
- ClientCodecConfigurer - Interface in org.springframework.http.codec
-
Extension of
CodecConfigurer
for HTTP message reader and writer
options relevant on the client side.
- ClientCodecConfigurer.ClientDefaultCodecs - Interface in org.springframework.http.codec
-
- ClientCodecConfigurer.MultipartCodecs - Interface in org.springframework.http.codec
-
Registry and container for multipart HTTP message writers.
- ClientHttpConnector - Interface in org.springframework.http.client.reactive
-
Abstraction over HTTP clients driving the underlying HTTP client to connect
to the origin server and provide all necessary infrastructure to send a
ClientHttpRequest
and receive a
ClientHttpResponse
.
- ClientHttpRequest - Interface in org.springframework.http.client
-
Represents a client-side HTTP request.
- ClientHttpRequest - Interface in org.springframework.http.client.reactive
-
Represents a client-side reactive HTTP request.
- ClientHttpRequestDecorator - Class in org.springframework.http.client.reactive
-
- ClientHttpRequestDecorator(ClientHttpRequest) - Constructor for class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- ClientHttpRequestExecution - Interface in org.springframework.http.client
-
Represents the context of a client-side HTTP request execution.
- ClientHttpRequestFactory - Interface in org.springframework.http.client
-
- ClientHttpRequestInitializer - 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.
- ClientHttpResponse - Interface in org.springframework.http.client.reactive
-
Represents a client-side reactive HTTP response.
- ClientHttpResponseDecorator - Class in org.springframework.http.client.reactive
-
- ClientHttpResponseDecorator(ClientHttpResponse) - Constructor for class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- clone() - Method in interface org.springframework.http.codec.ClientCodecConfigurer
-
- clone() - Method in interface org.springframework.http.codec.CodecConfigurer
-
- clone() - Method in interface org.springframework.http.codec.ServerCodecConfigurer
-
- clone() - Method in class org.springframework.http.codec.support.DefaultClientCodecConfigurer
-
- clone() - Method in class org.springframework.http.codec.support.DefaultServerCodecConfigurer
-
- clone() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- clone() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
- 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
.
- cloneDefaultCodecs() - Method in class org.springframework.http.codec.support.DefaultClientCodecConfigurer
-
- cloneDefaultCodecs() - Method in class org.springframework.http.codec.support.DefaultServerCodecConfigurer
-
- 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.
- CodecConfigurer - Interface in org.springframework.http.codec
-
Defines a common interface for configuring either client or server HTTP
message readers and writers.
- codecConfigurer(ServerCodecConfigurer) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
- CodecConfigurer.CustomCodecs - Interface in org.springframework.http.codec
-
Registry for custom HTTP message readers and writers.
- CodecConfigurer.DefaultCodecConfig - Interface in org.springframework.http.codec
-
Common options applied to default codecs and passed in a callback to custom codecs
so they get a chance to align their behavior on the default ones.
- CodecConfigurer.DefaultCodecs - Interface in org.springframework.http.codec
-
Customize or replace the HTTP message readers and writers registered by
default.
- combine(CorsConfiguration) - Method in class org.springframework.web.cors.CorsConfiguration
-
Combine the non-null properties of the supplied
CorsConfiguration
with this one.
- combine(PathPattern) - Method in class org.springframework.web.util.pattern.PathPattern
-
Combine this pattern with another.
- combine(String, String) - Method in class org.springframework.web.util.pattern.PathPatternRouteMatcher
-
- comment(String) - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
-
Set SSE comment.
- comment() - Method in class org.springframework.http.codec.ServerSentEvent
-
Return the comment of this event, if available.
- 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
-
- compareTo(PathPattern) - Method in class org.springframework.web.util.pattern.PathPattern
-
Compare this pattern with a supplied pattern: return -1,0,+1 if this pattern
is more specific, the same or less specific than the supplied pattern.
- 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.
- 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
-
Deprecated.
Template method for changing properties on the given SocketChannelConfig
.
- connect(HttpMethod, URI, Function<? super ClientHttpRequest, Mono<Void>>) - Method in interface org.springframework.http.client.reactive.ClientHttpConnector
-
Connect to the origin server using the given HttpMethod
and
URI
and apply the given requestCallback
when the HTTP
request of the underlying API can be initialized and written to.
- connect(HttpMethod, URI, Function<? super ClientHttpRequest, Mono<Void>>) - Method in class org.springframework.http.client.reactive.JettyClientHttpConnector
-
- connect(HttpMethod, URI, Function<? super ClientHttpRequest, Mono<Void>>) - Method in class org.springframework.http.client.reactive.ReactorClientHttpConnector
-
- CONNECTION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Connection
header field name.
- constructAttribute(Constructor<?>, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Construct a new attribute instance with the given constructor.
- constructAttribute(Constructor<?>, String, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
- 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() - Method in interface org.springframework.http.codec.multipart.Part
-
Return the content for this part.
- 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
-
The content type for hessian (application/x-hessian
).
- 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.
- ContentDisposition - Class in org.springframework.http
-
Represent the Content-Disposition type and parameters as defined in RFC 2183.
- ContentDisposition.Builder - Interface in org.springframework.http
-
A mutable builder for ContentDisposition
.
- 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
-
- 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.client.MultipartBodyBuilder.PartBuilder
-
- 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 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 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.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.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.
- contextPath(String) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
-
Set the contextPath to use.
- contextPath() - Method in interface org.springframework.http.server.RequestPath
-
Returns the portion of the URL path that represents the application.
- ContextPathCompositeHandler - Class in org.springframework.http.server.reactive
-
HttpHandler
delegating requests to one of several HttpHandler
's
based on simple, prefix-based mappings.
- ContextPathCompositeHandler(Map<String, ? extends HttpHandler>) - Constructor for class org.springframework.http.server.reactive.ContextPathCompositeHandler
-
- 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 and
BeanFactory
.
- ControllerAdviceBean(String, BeanFactory, ControllerAdvice) - Constructor for class org.springframework.web.method.ControllerAdviceBean
-
Create a
ControllerAdviceBean
using the given bean name,
BeanFactory
, and
@ControllerAdvice
annotation.
- 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.
- CookieWebSessionIdResolver - Class in org.springframework.web.server.session
-
- CookieWebSessionIdResolver() - Constructor for class org.springframework.web.server.session.CookieWebSessionIdResolver
-
- 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.
- CorsConfigurationSource - Interface in org.springframework.web.cors.reactive
-
Interface to be implemented by classes (usually HTTP request handlers) that
provides a
CorsConfiguration
instance based on the provided reactive 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
-
- CorsProcessor - Interface in org.springframework.web.cors.reactive
-
A strategy to apply CORS validation checks and updates to a
ServerWebExchange
, either rejecting through the response or adding
CORS related headers, based on a pre-selected
CorsConfiguration
.
- CorsUtils - Class in org.springframework.web.cors
-
- CorsUtils() - Constructor for class org.springframework.web.cors.CorsUtils
-
- CorsUtils - Class in org.springframework.web.cors.reactive
-
- CorsUtils() - Constructor for class org.springframework.web.cors.reactive.CorsUtils
-
- CorsWebFilter - Class in org.springframework.web.cors.reactive
-
- CorsWebFilter(CorsConfigurationSource) - Constructor for class org.springframework.web.cors.reactive.CorsWebFilter
-
- CorsWebFilter(CorsConfigurationSource, CorsProcessor) - Constructor for class org.springframework.web.cors.reactive.CorsWebFilter
-
- create() - Static method in interface org.springframework.http.codec.ClientCodecConfigurer
-
Static factory method for a ClientCodecConfigurer
.
- create() - Static method in interface org.springframework.http.codec.ServerCodecConfigurer
-
Static factory method for a ServerCodecConfigurer
.
- create(char, boolean) - Static method in class org.springframework.http.server.PathContainer.Options
-
- create(HttpStatus, String, HttpHeaders, byte[], Charset) - Static method in exception org.springframework.web.client.HttpClientErrorException
-
Create HttpClientErrorException
or an HTTP status specific sub-class.
- create(String, HttpStatus, String, HttpHeaders, byte[], Charset) - Static method in exception org.springframework.web.client.HttpClientErrorException
-
- create(HttpStatus, String, HttpHeaders, byte[], Charset) - Static method in exception org.springframework.web.client.HttpServerErrorException
-
Create an HttpServerErrorException
or an HTTP status specific sub-class.
- create(String, HttpStatus, String, HttpHeaders, byte[], Charset) - Static method in exception org.springframework.web.client.HttpServerErrorException
-
- createApplicationContext() - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
- createAsyncRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.AsyncClientHttpRequestFactory
-
Deprecated.
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
Deprecated.
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
-
Deprecated.
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Deprecated.
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
-
Deprecated.
- 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,
with subsequent parameter binding through bean properties (unless suppressed).
- 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.
- createBodyFlushProcessor() - Method in class org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
-
Abstract template method to create a Processor<Publisher<DataBuffer>, Void>
that will write the response body with flushes to the underlying output.
- 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
-
- createExchange(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- 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.
- createHttpPost(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Create an 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
-
Deprecated.
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
-
- createRequest(HttpServletRequest, AsyncContext) - Method in class org.springframework.http.server.reactive.JettyHttpHandlerAdapter
-
- createRequest(HttpServletRequest, AsyncContext) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- createRequest(HttpServletRequest, AsyncContext) - Method in class org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
-
- createRequestConfig(Object) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- createRequestConfig(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
- createResponse(HttpServletResponse, AsyncContext, ServletServerHttpRequest) - Method in class org.springframework.http.server.reactive.JettyHttpHandlerAdapter
-
- createResponse(HttpServletResponse, AsyncContext, ServletServerHttpRequest) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- createResponse(HttpServletResponse, AsyncContext, ServletServerHttpRequest) - Method in class org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
-
- 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.
- createWebSession() - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
- createWebSession() - Method in interface org.springframework.web.server.session.WebSessionStore
-
Create a new WebSession.
- 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.
- createWriteProcessor() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Create a new processor for the current flush boundary.
- createXmlInputFactory() - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- createXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
If set to
true
, an
XmlMapper
will be created using its
default constructor.
- creationDate(ZonedDateTime) - Method in interface org.springframework.http.ContentDisposition.Builder
-
Set the value of the creation-date parameter.
- CrossOrigin - Annotation Type in org.springframework.web.bind.annotation
-
Annotation for permitting cross-origin requests on specific handler classes
and/or handler methods.
- currentRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Return the RequestAttributes currently bound to the thread.
- customCodecs() - Method in interface org.springframework.http.codec.CodecConfigurer
-
Register custom HTTP message readers or writers in addition to the ones
registered by default.
- 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.
- customizeWriter(ObjectWriter, MimeType, ResolvableType, Map<String, Object>) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- customizeWriter(ObjectWriter, MimeType, ResolvableType, Map<String, Object>) - Method in class org.springframework.http.codec.json.Jackson2JsonEncoder
-
- 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.codec.multipart.MultipartHttpMessageWriter
-
Generate a multipart boundary.
- 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
-
- get(Context) - Static method in class org.springframework.web.filter.reactive.ServerWebExchangeContextFilter
-
- 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
-
- getAcceptLanguage() - Method in class org.springframework.http.HttpHeaders
-
Return the language ranges from the "Accept-Language" header.
- getAcceptLanguageAsLocales() - Method in class org.springframework.http.HttpHeaders
-
- 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.
- getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getAllErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getAllFileExtensions() - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Get all registered file extensions.
- getAllFileExtensions() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getAllFileExtensions() - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Get 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.
- getAnnotation(MethodParameter, Class<A>) - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
- getAnnotation(MethodParameter, Class<A>) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- getAnnotation(MethodParameter, Class<A>) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
- getApplicationContext() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getApplicationContext() - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Return the configured ApplicationContext
, if any.
- getApplicationContext() - Method in interface org.springframework.web.server.ServerWebExchange
-
- getApplicationContext() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- 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
-
Deprecated.
- 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
-
Deprecated.
Return the request factory that this accessor uses for obtaining
HttpRequests
.
- getAsyncRequestFactory() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Deprecated.
- 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
-
- getAttribute(String) - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the request attribute value if present.
- getAttribute(String) - Method in interface org.springframework.web.server.WebSession
-
Return the session attribute value if present.
- 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
-
- getAttributeOrDefault(String, T) - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the request attribute value, or a default, fallback value.
- getAttributeOrDefault(String, T) - Method in interface org.springframework.web.server.WebSession
-
Return the session attribute value, or a default, fallback value.
- getAttributes() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getAttributes() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return a mutable map of request attributes for the current exchange.
- getAttributes() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- getAttributes() - Method in interface org.springframework.web.server.WebSession
-
Return a map that holds session attributes.
- getBaseUrl() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Deprecated.
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.
- 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.
- getBindingResult() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
Return the BindingResult that this BindException wraps.
- getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getBody() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- 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 interface org.springframework.http.ReactiveHttpInputMessage
-
Return the body of the message as a Publisher
.
- getBody() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- 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.
- getBodyType() - Method in exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Return the body type in the context of which this exception was generated.
- 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.
- getBufferSize() - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
Return the configured input buffer size.
- getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
- getByteBufferPool() - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Return the configured ByteBufferPool
.
- 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() - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageWriter
-
Return the configured charset for part headers.
- getCharset() - Method in class org.springframework.http.ContentDisposition
-
Return the charset defined in filename* parameter, or null
if not defined.
- 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.
- getClientHttpRequestInitializers() - Method in class org.springframework.http.client.support.HttpAccessor
-
Get the request initializers that this accessor uses.
- getClock() - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Return the configured clock for session lastAccessTime calculations.
- 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.
- getCodecConfigurer() - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- 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.
- getConfigClasses() - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
Specify @Configuration
and/or @Component
classes that make up the application configuration.
- 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.
- getConnectionProvider() - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Return the configured ConnectionProvider
.
- 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.
- getContentDisposition() - Method in class org.springframework.http.HttpHeaders
-
Return a parsed representation of the Content-Disposition header.
- getContentInputStream() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- getContentLanguage() - Method in class org.springframework.http.HttpHeaders
-
Return the first
Locale
of the content languages,
as specified by the Content-Language header.
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the content length for the given type.
- getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.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(HttpMessage) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- 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(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
-
- 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.
- getContentType() - Method in exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Return the request Content-Type header if it was parsed successfully,
or null
otherwise.
- getContentTypes() - Method in class org.springframework.web.accept.FixedContentNegotiationStrategy
-
Return the configured list of media types.
- 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.server.session.CookieWebSessionIdResolver
-
Return the configured "Max-Age" attribute value for the session cookie.
- getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
-
Return the maximum age for cookies created by this generator.
- getCookieName() - Method in exception org.springframework.web.bind.MissingRequestCookieException
-
Return the expected name of the request cookie.
- getCookieName() - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
-
Return the configured cookie name.
- 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.
- getCookies() - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
-
- getCookies() - Method in interface org.springframework.http.client.reactive.ClientHttpRequest
-
Return a mutable map of request cookies to send to the server.
- getCookies() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- getCookies() - Method in interface org.springframework.http.client.reactive.ClientHttpResponse
-
Return a read-only map of response cookies received from the server.
- getCookies() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- getCookies() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
- getCookies() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
- getCookies() - Method in interface org.springframework.http.server.reactive.ServerHttpRequest
-
Return a read-only map of cookies sent by the client.
- getCookies() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getCookies() - Method in interface org.springframework.http.server.reactive.ServerHttpResponse
-
Return a mutable map with the cookies to send to the server.
- getCookies() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- getCorsConfiguration(HttpServletRequest) - Method in interface org.springframework.web.cors.CorsConfigurationSource
-
- getCorsConfiguration(ServerWebExchange) - Method in interface org.springframework.web.cors.reactive.CorsConfigurationSource
-
- getCorsConfiguration(ServerWebExchange) - Method in class org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
- getCorsConfigurations() - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Get the CORS configuration.
- getCreationDate() - Method in class org.springframework.http.ContentDisposition
-
Return the value of the creation-date parameter, or null
if not defined.
- getCreationTime() - Method in interface org.springframework.web.server.WebSession
-
Return the time when the session was created.
- 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.
- getDataBufferFactory() - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- getDataBufferFactory() - Method in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
-
- 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.
- getDecodableMimeTypes() - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
- getDecodableMimeTypes() - Method in class org.springframework.http.codec.protobuf.ProtobufDecoder
-
- getDecodeHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.http.codec.HttpMessageDecoder
-
Get decoding hints based on the server request or annotations on the
target controller method parameter.
- getDecodeHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
- getDecoder() - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
Return the Decoder
of this reader.
- getDecoder() - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
Return the configured Decoder
.
- 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.codec.FormHttpMessageReader
-
Return the configured default charset.
- getDefaultCharset() - Method in class org.springframework.http.codec.FormHttpMessageWriter
-
Return the configured default charset.
- 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.
- getDefaultLocale() - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
The configured default locale, if any.
- 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
-
Deprecated.
Return a read-only copy of the configured default URI variables.
- getDefaultUriVariables() - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Return the configured default URI variable values.
- getDeferredResultInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getDelegate() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- getDelegate() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- getDelegate() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getDelegate() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Return the target NavigationHandler to delegate to.
- getDelegate() - Method in class org.springframework.web.server.handler.WebHandlerDecorator
-
Return the wrapped delegate.
- getDelegate() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- 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
-
- getDomain() - Method in class org.springframework.http.ResponseCookie
-
Return the cookie "Domain" attribute, or null
if not set.
- 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.
- getEmptyValue(Class<?>) - Method in class org.springframework.web.bind.WebDataBinder
-
Determine an empty value for the specified field.
- getEncodableMimeTypes() - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- getEncodableMimeTypes() - Method in class org.springframework.http.codec.protobuf.ProtobufEncoder
-
- getEncodeHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.http.codec.HttpMessageEncoder
-
Get decoding hints based on the server request or annotations on the
target controller method parameter.
- getEncodeHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- getEncoder() - Method in class org.springframework.http.codec.EncoderHttpMessageWriter
-
Return the Encoder
of this writer.
- getEncoder() - Method in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
-
Return the configured Encoder
, if any.
- getEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return the configured encoding for requests and/or responses.
- getEncodingMode() - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Return the configured encoding mode.
- 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
-
- getErrorCount() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getErrorHandler() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
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.
- getExceptionHandlers() - Method in class org.springframework.web.server.handler.ExceptionHandlingWebHandler
-
Return a read-only list of the configured exception handlers.
- getExecutor() - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
- 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.SpringBeanFacesELResolver
-
- 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
-
- getFieldError() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getFieldError(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getFieldErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getFieldErrorCount(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getFieldErrors(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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
-
- getFieldType(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getFieldValue(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldValue(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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() - Method in class org.springframework.http.ContentDisposition
-
Return the value of the filename parameter (or the value of the
filename* one decoded as defined in the RFC 5987), or null
if not defined.
- 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.
- getFilters() - Method in class org.springframework.web.server.handler.DefaultWebFilterChain
-
- getFilters() - Method in class org.springframework.web.server.handler.FilteringWebHandler
-
Return a read-only list of the configured filters.
- 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.
- getFirstZonedDateTime(String) - Method in class org.springframework.http.HttpHeaders
-
Parse the first header value for the given header name as a date,
return
null
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
-
Deprecated.
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
-
Deprecated.
Asynchronously retrieve a representation by doing a GET on the URI template.
- getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Deprecated.
Asynchronously retrieve a representation by doing a GET on the URL.
- getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
- getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
- getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
- 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
-
- getFormContentType(MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Return the content type used to write forms, given the preferred content type.
- getFormConverter() - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
Deprecated.
- getFormData() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getFormData() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the form data from the body of the request if the Content-Type is
"application/x-www-form-urlencoded"
or an empty map otherwise.
- getFormData() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- 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
-
- getForwardedHeaderTransformer() - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- getFragment() - Method in class org.springframework.web.util.UriComponents
-
Return the fragment.
- getGlobalError() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalError() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrorCount() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getGson() - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Return the configured Gson
instance for this converter.
- getHandler() - Method in class org.springframework.web.server.handler.DefaultWebFilterChain
-
- getHandlerMethod() - Method in exception org.springframework.web.server.ServerErrorException
-
Return the handler method associated with the error, if any.
- 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.
- getHeaderName() - Method in exception org.springframework.web.bind.MissingRequestHeaderException
-
Return the expected name of the request header.
- getHeaderName() - Method in class org.springframework.web.server.session.HeaderWebSessionIdResolver
-
Return the configured header name.
- 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.
- getHeaderPredicate() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getHeaders() - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
-
- getHeaders() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- getHeaders() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- 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.reactive.AbstractServerHttpRequest
-
- getHeaders() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
- getHeaders() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getHeaders() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- 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
-
- getHeaders() - Method in exception org.springframework.web.server.MethodNotAllowedException
-
Return a Map with an "Allow" header.
- getHeaders() - Method in exception org.springframework.web.server.NotAcceptableStatusException
-
Return a Map with an "Accept" header.
- getHeaders() - Method in exception org.springframework.web.server.ResponseStatusException
-
Return response headers associated with the exception, possibly required
for the given status code (e.g.
- getHeaderValue() - Method in class org.springframework.http.CacheControl
-
Return the "Cache-Control" header value, if any.
- 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.
- getHints(ResolvableType) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
- getHost() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Host
header, if available.
- 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
-
- getHttpInputMessage() - Method in exception org.springframework.http.converter.HttpMessageNotReadableException
-
Return the original HTTP message.
- 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.
- getHttpMethod() - Method in exception org.springframework.web.server.MethodNotAllowedException
-
Return the HTTP method for the failed request.
- getHttpStatusCode(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- getId() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
- getId() - Method in interface org.springframework.http.server.reactive.ServerHttpRequest
-
Return an id that represents the underlying connection, if available,
or the request for the purpose of correlating log messages.
- getId() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getId() - Method in interface org.springframework.web.server.WebSession
-
Return a unique session identifier.
- 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.
- 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
-
- getInserts() - Method in exception org.springframework.web.util.pattern.PatternParseException
-
- getInstance(Class<T>) - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- getInterceptors() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Deprecated.
Return the request interceptor that this accessor uses.
- getInterceptors() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Get the request interceptors 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.codec.json.Jackson2CodecSupport
-
- 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.
- getJsonb() - Method in class org.springframework.http.converter.json.JsonbHttpMessageConverter
-
Return the configured Jsonb
instance for this converter.
- getJsonEncoding(MimeType) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
Determine the JSON encoding to use for the given mime type.
- getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Determine the JSON encoding to use for the given content type.
- getLastAccessTime() - Method in interface org.springframework.web.server.WebSession
-
Return the last time of session access as a result of user activity such
as an HTTP request.
- 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.
- getLocaleContext() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getLocaleContext() - Method in interface org.springframework.web.server.ServerWebExchange
-
- getLocaleContext() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- getLocaleContextResolver() - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- getLocation() - Method in class org.springframework.http.HttpHeaders
-
Return the (new) location of a resource
as specified by the Location
header.
- getLogPrefix() - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
Return the configured log message prefix.
- getLogPrefix() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Create an instance with the given log prefix.
- getLogPrefix() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Create an instance with the given log prefix.
- getLogPrefix() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getLogPrefix() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return a log message prefix to use to correlate messages for this exchange.
- getLogPrefix() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- 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.
- getLookupPathForRequest(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
-
- getLoopResources() - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Return the configured LoopResources
.
- GetMapping - Annotation Type in org.springframework.web.bind.annotation
-
Annotation for mapping HTTP GET
requests onto specific handler
methods.
- getMarshallerProcessor() - Method in class org.springframework.http.codec.xml.Jaxb2XmlEncoder
-
Return the configured processor for customizing Marshaller instances.
- getMatrixVariables() - Method in class org.springframework.web.util.pattern.PathPattern.PathMatchInfo
-
Return maps of matrix variables per path segment, keyed off by URI
variable name.
- getMatrixVariables() - Method in class org.springframework.web.util.pattern.PathPattern.PathRemainingMatchInfo
-
Return the path parameters for each bound variable.
- getMaxAge() - Method in class org.springframework.http.ResponseCookie
-
Return the cookie "Max-Age" attribute in seconds.
- getMaxAge() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured maxAge
value, or null
if none.
- getMaxDiskUsagePerPart() - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
- getMaxIdleTime() - Method in interface org.springframework.web.server.WebSession
-
Return the maximum time after the
lastAccessTime
before a session expires.
- getMaxInMemorySize() - Method in class org.springframework.http.codec.FormHttpMessageReader
-
- getMaxInMemorySize() - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
- getMaxInMemorySize() - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
- getMaxInMemorySize() - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
-
- getMaxInMemorySize() - Method in class org.springframework.http.codec.xml.XmlEventDecoder
-
- getMaxMessageSize() - Method in class org.springframework.http.codec.protobuf.ProtobufDecoder
-
- getMaxParts() - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
Return the
configured
limit on the number of parts.
- getMaxPayloadLength() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return the maximum length of the payload body to be included in the log message.
- getMaxSessions() - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Return the maximum number of sessions that can be stored.
- getMaxUploadSize() - Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
-
Return the maximum upload size allowed,
or -1 if the size limit isn't known.
- getMediaType(MediaType) - Method in class org.springframework.http.codec.FormHttpMessageWriter
-
- getMediaType() - Method in exception org.springframework.http.InvalidMediaTypeException
-
Return the offending media type.
- getMediaType(Resource) - Static method in class org.springframework.http.MediaTypeFactory
-
Determine a media type for the given resource, if possible.
- getMediaType(String) - Static method in class org.springframework.http.MediaTypeFactory
-
Determine a media type for the given file name, if possible.
- 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(String) - Static method in class org.springframework.http.MediaTypeFactory
-
Determine the media types for the given file name, if possible.
- 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.MissingMatrixVariableException
-
- getMessage() - Method in exception org.springframework.web.bind.MissingPathVariableException
-
- getMessage() - Method in exception org.springframework.web.bind.MissingRequestCookieException
-
- getMessage() - Method in exception org.springframework.web.bind.MissingRequestHeaderException
-
- getMessage() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
-
- getMessage() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
Returns diagnostic information about the errors held in this object.
- getMessage() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
- getMessage() - Method in exception org.springframework.web.server.ResponseStatusException
-
- getMessage() - Method in exception org.springframework.web.util.NestedServletException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessage() - Method in exception org.springframework.web.util.pattern.PatternParseException
-
Return a formatted message with inserts applied.
- 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
-
Deprecated.
Return the message body converters.
- getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
-
Return the list of message body converters.
- getMessagePayload(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- getMessageType() - Method in exception org.springframework.web.util.pattern.PatternParseException
-
- getMetaClass() - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- getMethod() - Method in interface org.springframework.http.client.reactive.ClientHttpRequest
-
Return the HTTP method of the request.
- getMethod() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- 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.reactive.ServerHttpRequestDecorator
-
- 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
-
- getMethodArgumentValues(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Get the method argument values for the current request, checking the provided
argument values and falling back to the configured argument resolvers.
- getMethodParameter() - Method in exception org.springframework.web.server.ServerErrorException
-
Return the specific method parameter associated with the error, if any.
- getMethodParameter() - Method in exception org.springframework.web.server.ServerWebInputException
-
Return the MethodParameter
associated with this error, if any.
- getMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
-
Return the method parameters for this handler method.
- getMethodValue() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the method value of the wrapped request.
- getMethodValue() - Method in interface org.springframework.http.HttpRequest
-
Return the HTTP method of the request as a String value.
- getMethodValue() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getMethodValue() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getMimeTypes() - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
Subclasses should expose this as "decodable" or "encodable" mime types.
- getMimeTypes() - Method in class org.springframework.http.codec.protobuf.ProtobufCodecSupport
-
- getModel() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the model to use -- either the "default" or the "redirect" model.
- getModificationDate() - Method in class org.springframework.http.ContentDisposition
-
Return the value of the modification-date parameter, or null
if not defined.
- 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
-
- getMultipartData() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getMultipartData() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the parts of a multipart request if the Content-Type is
"multipart/form-data"
or an empty map otherwise.
- getMultipartData() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- getMultipartFiles() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartFiles() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Obtain the MultipartFile Map for retrieval,
lazily initializing it if necessary.
- getMultipartHeaders(String) - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return the headers associated with the specified part of the multipart request.
- getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Obtain the multipart parameter content type Map for retrieval,
lazily initializing it if necessary.
- getMultipartParameters() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartParameters() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Obtain the multipart parameter Map for retrieval,
lazily initializing it if necessary.
- getMultipartResolverBeanName() - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Return the bean name of the MultipartResolver to fetch from Spring's
root application context.
- getName() - Method in class org.springframework.http.ContentDisposition
-
Return the value of the name parameter, or null
if not defined.
- getName() - Method in class org.springframework.http.HttpCookie
-
Return the cookie name.
- 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.
- 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.http.server.reactive.AbstractServerHttpRequest
-
Return the underlying server response.
- 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.http.server.reactive.AbstractServerHttpResponse
-
Return the underlying server response.
- 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.
- getNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
-
- getNestedPath() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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.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.codec.json.Jackson2CodecSupport
-
- 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
-
- getObjectName() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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.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
-
- getOrder() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Get the order value for the contained bean.
- getOrEmpty(Object) - Method in class org.springframework.http.HttpHeaders
-
Get the list of header values for the given header name, if any.
- 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(ResolvableType) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
- getParameter() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Return the method parameter that failed validation.
- getParameter() - Method in exception org.springframework.web.bind.MissingMatrixVariableException
-
Return the method parameter bound to the matrix variable.
- getParameter() - Method in exception org.springframework.web.bind.MissingPathVariableException
-
Return the method parameter bound to the path variable.
- getParameter() - Method in exception org.springframework.web.bind.MissingRequestCookieException
-
Return the method parameter bound to the request cookie.
- getParameter() - Method in exception org.springframework.web.bind.MissingRequestHeaderException
-
Return the method parameter bound to the request header.
- 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
-
- getParameterAnnotations() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- 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
-
- getPartReader() - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageReader
-
Return the configured parts reader.
- getPartWriters() - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageWriter
-
Return the configured part writers.
- getPassword() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the password to specify on the stub.
- getPath() - Method in class org.springframework.http.ResponseCookie
-
Return the cookie "Path" attribute, or null
if not set.
- getPath() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
- getPath() - Method in interface org.springframework.http.server.reactive.ServerHttpRequest
-
Returns a structured representation of the request path including the
context path + path within application portions, path segments with
encoded and decoded values, and path parameters.
- getPath() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- 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.
- getPathOptions() - Method in class org.springframework.web.util.pattern.PathPatternParser
-
- getPathRemaining() - Method in class org.springframework.web.util.pattern.PathPattern.PathRemainingMatchInfo
-
Return the part of a path that was not matched by a pattern.
- 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.
- getPatternComparator(RouteMatcher.Route) - Method in class org.springframework.web.util.pattern.PathPatternRouteMatcher
-
- getPatternString() - Method in class org.springframework.web.util.pattern.PathPattern
-
Return the original String that was parsed to create this PathPattern.
- getPeerCertificates() - Method in interface org.springframework.http.server.reactive.SslInfo
-
Return SSL certificates associated with the request, if any.
- 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.
- getPosition() - Method in exception org.springframework.web.util.pattern.PatternParseException
-
- 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
-
- getPrincipal() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getPrincipal() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the authenticated user for the request, if any.
- getPrincipal() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- 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.
- getPropertyEditorRegistry() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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.http.server.reactive.AbstractServerHttpRequest
-
- getQueryParams() - Method in interface org.springframework.http.server.reactive.ServerHttpRequest
-
Return a read-only map with parsed and decoded query parameter values.
- getQueryParams() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- 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.
- getRawFieldValue(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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 interface org.springframework.http.client.reactive.ClientHttpResponse
-
Return the HTTP status code (potentially non-standard and not
resolvable through the
HttpStatus
enum) as an integer.
- getRawStatusCode() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- getRawStatusCode() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the raw HTTP status code value.
- getReadableMediaTypes() - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- getReadableMediaTypes() - Method in class org.springframework.http.codec.FormHttpMessageReader
-
- getReadableMediaTypes() - Method in interface org.springframework.http.codec.HttpMessageReader
-
Return the
MediaType
's that this reader supports.
- getReadableMediaTypes() - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageReader
-
- getReadableMediaTypes() - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
- getReadableMediaTypes() - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
- getReadDate() - Method in class org.springframework.http.ContentDisposition
-
Return the value of the read-date parameter, or null
if not defined.
- getReader() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getReaders() - Method in interface org.springframework.http.codec.CodecConfigurer
-
Obtain the configured HTTP message readers.
- getReadHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
Get additional hints for decoding for example based on the server request
or annotations from controller method parameters.
- getReadHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.codec.ResourceHttpMessageReader
-
- 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.
- getReason() - Method in exception org.springframework.web.server.ResponseStatusException
-
The reason explaining the exception (potentially null
or empty).
- 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.reactive.ServerHttpRequest
-
Return the remote address where this request is connected to, if available.
- getRemoteAddress() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- 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
-
- getRequest() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getRequest() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the current HTTP request.
- getRequest() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- 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.
- getRequiredAttribute(String) - Method in interface org.springframework.web.server.ServerWebExchange
-
- getRequiredAttribute(String) - Method in interface org.springframework.web.server.WebSession
-
- 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.
- getResource() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return a Resource representation of this MultipartFile.
- 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
-
- getResponse() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getResponse() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the current HTTP response.
- getResponse() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- 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 converted to String.
- getResponseBodyAsString(Charset) - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the response body converted to 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
-
Deprecated.
Expose the synchronous Spring RestTemplate to allow synchronous invocation.
- getRestOperations() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
- 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.
- getSameSite() - Method in class org.springframework.http.ResponseCookie
-
Return the cookie "SameSite" attribute, or null
if not set.
- getScheduler() - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Return the configured Scheduler
.
- 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 class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- 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.
- getServletInfo() - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- getServletMapping() - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
Return the Servlet mapping to use.
- getServletName() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the name of the servlet that handled the request.
- getServletName() - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
- getServletPath() - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- 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
-
- getSession() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getSession() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the web session for the current request.
- getSession() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- getSession(ServerWebExchange) - Method in class org.springframework.web.server.session.DefaultWebSessionManager
-
- getSession(ServerWebExchange) - Method in interface org.springframework.web.server.session.WebSessionManager
-
- 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 interface org.springframework.http.server.reactive.SslInfo
-
Return the SSL session id, if any.
- 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.
- getSessionIdResolver() - Method in class org.springframework.web.server.session.DefaultWebSessionManager
-
- getSessionManager() - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- 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.
- getSessions() - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
- 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.
- getSessionStore() - Method in class org.springframework.web.server.session.DefaultWebSessionManager
-
- 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.http.ContentDisposition
-
Return the value of the size parameter, or null
if not defined.
- 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
-
- getSslInfo() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
- getSslInfo() - Method in interface org.springframework.http.server.reactive.ServerHttpRequest
-
Return the SSL session information if the request has been transmitted
over a secure protocol including SSL certificates, if available.
- getSslInfo() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the configured HTTP status, if any.
- getStatus() - Method in exception org.springframework.web.server.ResponseStatusException
-
Return the HTTP status associated with this exception.
- getStatusCode() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
- getStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code as an
HttpStatus
enum value.
- getStatusCode() - Method in interface org.springframework.http.client.reactive.ClientHttpResponse
-
Return the HTTP status code as an
HttpStatus
enum value.
- getStatusCode() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- getStatusCode() - Method in class org.springframework.http.ResponseEntity
-
Return the HTTP status code of the response.
- getStatusCode() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
- getStatusCode() - Method in interface org.springframework.http.server.reactive.ServerHttpResponse
-
- getStatusCode() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- 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
-
- getStatusCodeValue() - Method in class org.springframework.http.ResponseEntity
-
Return the HTTP status code of the response.
- getStatusCodeValue() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
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.
- getStreamingMediaTypes() - Method in interface org.springframework.http.codec.HttpMessageEncoder
-
Return "streaming" media types for which flushing should be performed
automatically vs at the end of the input stream.
- getStreamingMediaTypes() - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- getStreamingMediaTypes() - Method in class org.springframework.http.codec.protobuf.ProtobufEncoder
-
- 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.
- getSupportedLocales() - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
Return the configured list of supported locales.
- 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
-
Return the list of
MediaType
objects supported by this converter.
- 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.
- getSupportedMediaTypes() - Method in exception org.springframework.web.server.MediaTypeNotSupportedStatusException
-
Return the list of supported content types in cases when the Accept
header is parsed but not supported, or an empty list otherwise.
- getSupportedMediaTypes() - Method in exception org.springframework.web.server.NotAcceptableStatusException
-
Return the list of supported content types in cases when the Accept
header is parsed but not supported, or an empty list otherwise.
- getSupportedMediaTypes() - Method in exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Return the list of supported content types in cases when the Content-Type
header is parsed but not supported, or an empty list otherwise.
- getSupportedMethods() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the actually supported HTTP methods, or null
if not known.
- getSupportedMethods() - Method in exception org.springframework.web.server.MethodNotAllowedException
-
Return the list of supported HTTP methods.
- getSuppressedFields() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getTarget() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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.
- 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.ContentDisposition
-
Return the disposition type, like for example inline, attachment,
form-data, or null
if not defined.
- 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.SpringBeanFacesELResolver
-
- getType(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getUnmarshallerProcessor() - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
-
Return the configured processor for customizing Unmarshaller instances.
- getUpgrade() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Upgrade
header.
- getURI() - Method in interface org.springframework.http.client.reactive.ClientHttpRequest
-
Return the URI of the request.
- getURI() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- 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.reactive.AbstractServerHttpRequest
-
- getURI() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getURI() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getUriTemplateHandler() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
Return the configured URI template handler.
- getUriTemplateHandler() - Method in class org.springframework.web.client.RestTemplate
-
Return the configured URI template handler.
- getUriVariables() - Method in class org.springframework.web.util.pattern.PathPattern.PathMatchInfo
-
Return the extracted URI variables.
- getUriVariables() - Method in class org.springframework.web.util.pattern.PathPattern.PathRemainingMatchInfo
-
Return variables that were bound in the part of the path that was
successfully matched or an empty map.
- 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() - Method in class org.springframework.http.HttpCookie
-
Return the cookie value or an empty string (never null
).
- getValue(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- 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.
- getValuesToBind(ServerWebExchange) - Method in class org.springframework.web.bind.support.WebExchangeDataBinder
-
Protected method to obtain the values for data binding.
- getVariableName() - Method in exception org.springframework.web.bind.MissingMatrixVariableException
-
Return the expected name of the matrix variable.
- 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
-
- getWritableMediaTypes() - Method in class org.springframework.http.codec.EncoderHttpMessageWriter
-
- getWritableMediaTypes() - Method in class org.springframework.http.codec.FormHttpMessageWriter
-
- getWritableMediaTypes() - Method in interface org.springframework.http.codec.HttpMessageWriter
-
Return the
MediaType
's that this writer supports.
- getWritableMediaTypes() - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageWriter
-
- getWritableMediaTypes() - Method in class org.springframework.http.codec.ResourceHttpMessageWriter
-
- getWritableMediaTypes() - Method in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
-
- getWriteHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.codec.EncoderHttpMessageWriter
-
Get additional hints for encoding for example based on the server request
or annotations from controller method parameters.
- getWriter() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- getWriters() - Method in interface org.springframework.http.codec.CodecConfigurer
-
Obtain the configured HTTP message writers.
- 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
a
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
with default configuration.
- GsonHttpMessageConverter(Gson) - Constructor for class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Construct a new GsonHttpMessageConverter
with the given delegate.
- handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.server.reactive.ContextPathCompositeHandler
-
- handle(ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.http.server.reactive.HttpHandler
-
Handle the given request and write to the response.
- handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleHessianServiceExporter
-
Deprecated.
Processes the incoming Hessian request and creates a Hessian response.
- handle(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Deprecated.
Reads a remote invocation from the request, executes it,
and writes the remote invocation result to the response.
- handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.ExceptionHandlingWebHandler
-
- handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.FilteringWebHandler
-
- handle(ServerWebExchange, Throwable) - Method in class org.springframework.web.server.handler.ResponseStatusExceptionHandler
-
- handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.WebHandlerDecorator
-
- handle(ServerWebExchange, Throwable) - Method in interface org.springframework.web.server.WebExceptionHandler
-
Handle the given exception.
- handle(ServerWebExchange) - Method in interface org.springframework.web.server.WebHandler
-
Handle the web server exchange.
- 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, HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Handle the error in the given response with the given resolved status code.
- handleError(ClientHttpResponse, HttpStatus) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
-
- handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
Handle the error in the given response.
- handleError(URI, HttpMethod, ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
- handleError(NativeWebRequest, Callable<T>, Throwable) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Invoked from a container thread when an error occurred while processing
the async request before the Callable
task completes.
- handleError(NativeWebRequest, Callable<T>, Throwable) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
-
Deprecated.
- handleError(NativeWebRequest, DeferredResult<T>, Throwable) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
-
Invoked from a container thread when an error occurred while processing an async request
before the DeferredResult
has been set.
- handleError(NativeWebRequest, DeferredResult<T>, Throwable) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
-
Deprecated.
This implementation returns true
by default allowing other interceptors
to be given a chance to handle the error.
- handleInternal(ServerHttpRequest, ServerHttpResponse, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Handle the given request.
- handleInternal(ServerWebExchange, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
-
Handle the given request.
- handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- 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.ServletPathExtensionContentNegotiationStrategy
-
- handleParseFailure(Throwable) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- handleRequest(HttpServerExchange) - Method in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
-
- 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
-
- HandlerMethodParameter(int) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- 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
-
- HandlerTypePredicate - Class in org.springframework.web.method
-
A Predicate
to match request handling component types if
any of the following selectors match:
Base packages -- for selecting handlers by their package.
- HandlerTypePredicate.Builder - Class in org.springframework.web.method
-
- 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
-
Deprecated.
- 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
-
Deprecated.
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.
- hasCodecConfigurer() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
- 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(int) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- hasError(HttpStatus) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
-
- 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
-
- hasErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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
-
- hasFieldErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- hasFieldErrors(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- hasForwardedHeaders(ServerHttpRequest) - Method in class org.springframework.web.server.adapter.ForwardedHeaderTransformer
-
Whether the request has any Forwarded headers.
- hasForwardedHeaderTransformer() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
- hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- hasGlobalErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- hashCode() - Method in class org.springframework.http.ContentDisposition
-
- hashCode() - Method in class org.springframework.http.HttpCookie
-
- 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.ResponseCookie
-
- hashCode() - Method in class org.springframework.http.ResponseEntity
-
- hashCode() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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
-
- hashCode() - Method in class org.springframework.web.util.pattern.PathPattern
-
- hasLocaleContextResolver() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
- 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.
- hasPatternSyntax() - Method in class org.springframework.web.util.pattern.PathPattern
-
Whether the pattern string contains pattern syntax that would require
use of
PathPattern.matches(PathContainer)
, or if it is a regular String that
could be compared directly to others.
- 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.method.annotation.SessionAttributesHandler
-
Whether the controller represented by this instance has declared any
session attributes through an
SessionAttributes
annotation.
- hasSessionManager() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
- 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").
- 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.client.MultipartBodyBuilder.PartBuilder
-
Add part header values.
- 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.
- header(String, String...) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
-
Set or override the specified header values 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(Consumer<HttpHeaders>) - Method in interface org.springframework.http.client.MultipartBodyBuilder.PartBuilder
-
Manipulate the part headers through the given consumer.
- headers() - Method in interface org.springframework.http.codec.multipart.Part
-
Return the headers associated with the part.
- headers(HttpHeaders) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Copy the given headers into the entity's headers map.
- headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Manipulate this entity's headers with the given consumer.
- headers(HttpHeaders) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
-
Copy the given headers into the entity's headers map.
- headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
-
Manipulate this entity's headers with the given consumer.
- headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
-
Manipulate request headers.
- headersExtractor() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
- headersExtractor() - Method in class org.springframework.web.client.RestTemplate
-
- HeaderWebSessionIdResolver - Class in org.springframework.web.server.session
-
- HeaderWebSessionIdResolver() - Constructor for class org.springframework.web.server.session.HeaderWebSessionIdResolver
-
- headForHeaders(String, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Deprecated.
Asynchronously retrieve all headers of the resource specified by the URI template.
- headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Deprecated.
Asynchronously retrieve all headers of the resource specified by the URI template.
- headForHeaders(URI) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Deprecated.
Asynchronously retrieve all headers of the resource specified by the URL.
- headForHeaders(String, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
- headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
- headForHeaders(URI) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
- 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
-
- HiddenHttpMethodFilter - Class in org.springframework.web.filter.reactive
-
- HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
-
- HOST - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Host
header field name.
- host(String) - Method in interface org.springframework.web.util.UriBuilder
-
Set the URI host which may contain URI template variables, and may also
be null
to clear the host of this builder.
- 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
-
- HTTP_PATH - Static variable in class org.springframework.http.server.PathContainer.Options
-
Options for HTTP URL paths:
- 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
-
Constructor with a status code only.
- HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Constructor with a status code and status text.
- HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Constructor with a status code and status text, and content.
- HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Constructor with a status code and status text, headers, and content.
- HttpClientErrorException(String, HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Constructor with a status code and status text, headers, and content,
and an prepared message.
- HttpClientErrorException.BadRequest - Exception in org.springframework.web.client
-
- HttpClientErrorException.Conflict - Exception in org.springframework.web.client
-
- HttpClientErrorException.Forbidden - Exception in org.springframework.web.client
-
- HttpClientErrorException.Gone - Exception in org.springframework.web.client
-
- HttpClientErrorException.MethodNotAllowed - Exception in org.springframework.web.client
-
- HttpClientErrorException.NotAcceptable - Exception in org.springframework.web.client
-
- HttpClientErrorException.NotFound - Exception in org.springframework.web.client
-
- HttpClientErrorException.TooManyRequests - Exception in org.springframework.web.client
-
- HttpClientErrorException.Unauthorized - Exception in org.springframework.web.client
-
- HttpClientErrorException.UnprocessableEntity - Exception in org.springframework.web.client
-
- HttpClientErrorException.UnsupportedMediaType - Exception in org.springframework.web.client
-
- HttpComponentsAsyncClientHttpRequestFactory - Class in org.springframework.http.client
-
- HttpComponentsAsyncClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
Deprecated.
Create a new instance of the
HttpComponentsAsyncClientHttpRequestFactory
with a default
HttpAsyncClient
and
HttpClient
.
- HttpComponentsAsyncClientHttpRequestFactory(HttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
based on system properties.
- 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.
- HttpCookie - Class in org.springframework.http
-
Represents an HTTP cookie as a name-value pair consistent with the content of
the "Cookie" request header.
- HttpCookie(String, String) - Constructor for class org.springframework.http.HttpCookie
-
- 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
-
Deprecated.
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
-
Deprecated.
Returns a request callback implementation that writes the given object to the
request stream.
- httpEntityCallback(Object) - Method in class org.springframework.web.client.RestTemplate
-
Return a RequestCallback
implementation that writes the given
object to the request stream.
- httpEntityCallback(Object, Type) - Method in class org.springframework.web.client.RestTemplate
-
Return a RequestCallback
implementation that:
Sets the request Accept
header based on the given response
type, cross-checked against the configured message converters.
- HttpHandler - Interface in org.springframework.http.server.reactive
-
Lowest level contract for reactive HTTP request handling that serves as a
common denominator across different runtimes.
- HttpHeaders - Class in org.springframework.http
-
A data structure representing HTTP request or response headers, mapping String header names
to a list of String values, also offering accessors for common application-level data types.
- HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
-
Construct a new, empty instance of the HttpHeaders
object.
- HttpHeaders(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpHeaders
-
Construct a new HttpHeaders
instance backed by an existing map.
- HttpHeadResponseDecorator - Class in org.springframework.http.server.reactive
-
- HttpHeadResponseDecorator(ServerHttpResponse) - Constructor for class org.springframework.http.server.reactive.HttpHeadResponseDecorator
-
- 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
-
- HttpLogging - Class in org.springframework.http
-
Holds the shared logger named "org.springframework.web.HttpLogging" for HTTP
related logging when "org.springframework.http" is not enabled but
"org.springframework.web" is.
- HttpLogging() - Constructor for class org.springframework.http.HttpLogging
-
- 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.
- HttpMessageDecoder<T> - Interface in org.springframework.http.codec
-
Extension of Decoder
exposing extra methods relevant in the context
of HTTP request or response body decoding.
- HttpMessageEncoder<T> - Interface in org.springframework.http.codec
-
Extension of Encoder
exposing extra methods relevant in the context
of HTTP request or response body encoding.
- HttpMessageNotReadableException - Exception in org.springframework.http.converter
-
- HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
- HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
- HttpMessageNotReadableException(String, HttpInputMessage) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotReadableException(String, Throwable, HttpInputMessage) - 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.
- HttpMessageReader<T> - Interface in org.springframework.http.codec
-
- HttpMessageWriter<T> - Interface in org.springframework.http.codec
-
Strategy for encoding a stream of objects of type
<T>
and writing
the encoded stream of bytes to an
ReactiveHttpOutputMessage
.
- HttpMethod - Enum in org.springframework.http
-
Java 5 enumeration of HTTP request methods.
- httpOnly(boolean) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
-
Add the "HttpOnly" attribute to the cookie.
- 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
-
- HttpPutFormContentFilter() - Constructor for class org.springframework.web.filter.HttpPutFormContentFilter
-
Deprecated.
- 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
-
Constructor with a status code only.
- HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Constructor with a status code and status text.
- HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Constructor with a status code and status text, and content.
- HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Constructor with a status code and status text, headers, and content.
- HttpServerErrorException(String, HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Constructor with a status code and status text, headers, content, and an
prepared message.
- HttpServerErrorException.BadGateway - Exception in org.springframework.web.client
-
- HttpServerErrorException.GatewayTimeout - Exception in org.springframework.web.client
-
- HttpServerErrorException.InternalServerError - Exception in org.springframework.web.client
-
- HttpServerErrorException.NotImplemented - Exception in org.springframework.web.client
-
- HttpServerErrorException.ServiceUnavailable - Exception in org.springframework.web.client
-
- 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.
- HttpStatusCodeException(String, 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.
- HttpWebHandlerAdapter - Class in org.springframework.web.server.adapter
-
- HttpWebHandlerAdapter(WebHandler) - Constructor for class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- id(String) - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
-
Set the value of the id
field.
- id() - Method in class org.springframework.http.codec.ServerSentEvent
-
Return the id
field of this event, if available.
- 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(ZonedDateTime) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the value of the If-Modified-Since
header.
- ifModifiedSince(Instant) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the value of the If-Modified-Since
header.
- 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
-
Standard Servlet 2.3+ spec request attribute for include context path.
- INCLUDE_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include path info.
- INCLUDE_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include query string.
- INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include request URI.
- INCLUDE_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include servlet path.
- 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(ServletConfig) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- 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(WebDataBinder) - 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) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
-
Initialize the given DataBinder.
- initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
-
- 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.
- initCookies() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
Obtain the cookies from the underlying "native" request and adapt those to
an
HttpCookie
map.
- 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.
- initialize(ClientHttpRequest) - Method in interface org.springframework.http.client.ClientHttpRequestInitializer
-
Initialize the given client HTTP request.
- initializeExtensionRegistry(ExtensionRegistry) - Method in interface org.springframework.http.converter.protobuf.ExtensionRegistryInitializer
-
Deprecated.
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
-
- initId() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
Obtain the request id to use, or null
in which case the Object
identity of this request instance is used.
- 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
-
- initQueryParams() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
A method for parsing of the query into name-value pairs.
- 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.
- initSslInfo() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
Obtain SSL session information from the underlying "native" request.
- initUriComponentsBuilder(String) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Deprecated.
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.
- InMemoryWebSessionStore - Class in org.springframework.web.server.session
-
Simple Map-based storage for
WebSession
instances.
- InMemoryWebSessionStore() - Constructor for class org.springframework.web.server.session.InMemoryWebSessionStore
-
- intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - Method in interface org.springframework.http.client.AsyncClientHttpRequestInterceptor
-
Deprecated.
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.BasicAuthenticationInterceptor
-
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.http.client.support.BasicAuthorizationInterceptor
-
Deprecated.
- InterceptingAsyncClientHttpRequestFactory - Class in org.springframework.http.client
-
- InterceptingAsyncClientHttpRequestFactory(AsyncClientHttpRequestFactory, List<AsyncClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
-
Deprecated.
- InterceptingAsyncHttpAccessor - Class in org.springframework.http.client.support
-
- InterceptingAsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Deprecated.
- 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
-
- IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
-
- invalidate() - Method in interface org.springframework.web.server.WebSession
-
Invalidate the current session and clear session storage.
- 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
-
- 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.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.
- 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 advised by this
ControllerAdviceBean
.
- 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.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.
- isAsyncStarted() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
- 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
-
Determine 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.
- isBindExceptionRequired(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Whether to raise a fatal bind exception on validation errors.
- isBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether binding is disabled for the given model attribute.
- isCaseSensitive() - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Whether case-sensitive pattern matching is enabled.
- isCommitted() - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
-
- isCommitted() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- isCommitted() - Method in interface org.springframework.http.ReactiveHttpOutputMessage
-
Whether the HttpOutputMessage is committed.
- isCommitted() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
- isCommitted() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- 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 by checking Origin
header presence and ensuring that origins are different.
- isCorsRequest(ServerHttpRequest) - Static method in class org.springframework.web.cors.reactive.CorsUtils
-
- isDataEmpty(T) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Whether the given data item has any content to write.
- 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.
- isEnableLoggingRequestDetails() - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecConfig
-
Whether to log form data at DEBUG level, and headers at TRACE level.
- isEnableLoggingRequestDetails() - Method in class org.springframework.http.codec.LoggingCodecSupport
-
Whether any logging of values being encoded or decoded is explicitly
disabled regardless of log level.
- isError() - Method in enum org.springframework.http.HttpStatus
-
- isExpired() - Method in interface org.springframework.web.server.WebSession
-
Return
true
if the session expired after
maxIdleTime
elapsed.
- isFile() - Method in class org.springframework.web.context.support.ServletContextResource
-
- isFlushPending() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Whether flushing is pending.
- 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.
- 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.
- isHttpOnly() - Method in class org.springframework.http.ResponseCookie
-
Return true
if the cookie has the "HttpOnly" attribute.
- isIgnoreUnknownExtensions() - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- 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.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.
- isMaintainSession() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the "session.maintain" flag to specify on the stub.
- isMatchOptionalTrailingSeparator() - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Whether optional trailing slashing match is enabled.
- 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
-
- isNotModified() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- isNotModified() - Method in interface org.springframework.web.server.ServerWebExchange
-
Returns true
if the one of the checkNotModified
methods
in this contract were used and they returned true.
- isNotModified() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- isPattern(String) - Method in class org.springframework.web.util.pattern.PathPatternRouteMatcher
-
- isPreFlightRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
-
Returns true
if the request is a valid CORS pre-flight one.
- isPreFlightRequest(ServerHttpRequest) - Static method in class org.springframework.web.cors.reactive.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
-
Return whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Return 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.SpringBeanFacesELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- isRemoveOnly() - Method in class org.springframework.web.server.adapter.ForwardedHeaderTransformer
-
Whether the "remove only" mode is on.
- 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(ServerHttpRequest) - Static method in class org.springframework.web.cors.reactive.CorsUtils
-
- 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
X-Forwarded-Port
headers.
- isSecure() - Method in class org.springframework.http.ResponseCookie
-
Return true
if the cookie has the "Secure" attribute.
- 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).
- 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.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
-
- isStarted() - Method in interface org.springframework.web.server.WebSession
-
Whether a session with the client has been started explicitly via
WebSession.start()
or implicitly by adding session attributes.
- isStrictEncoding() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Deprecated.
Whether to strictly encode any character outside the unreserved set.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Return whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Return 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.
- isUseGlobalResources() - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Whether this factory exposes the global
HttpResources
holder.
- isUseRegisteredExtensionsOnly() - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- 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.
- isWritePossible() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Whether writing/flushing is possible.
- isWritePossible() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Whether writing is possible.
- 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.
- RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Range
header field name.
- ReactiveHttpInputMessage - Interface in org.springframework.http
-
An "reactive" HTTP input message that exposes the input as Publisher
.
- ReactiveHttpOutputMessage - Interface in org.springframework.http
-
A "reactive" HTTP output message that accepts output as a Publisher
.
- ReactorClientHttpConnector - Class in org.springframework.http.client.reactive
-
- ReactorClientHttpConnector() - Constructor for class org.springframework.http.client.reactive.ReactorClientHttpConnector
-
Default constructor.
- ReactorClientHttpConnector(ReactorResourceFactory, Function<HttpClient, HttpClient>) - Constructor for class org.springframework.http.client.reactive.ReactorClientHttpConnector
-
Constructor with externally managed Reactor Netty resources, including
LoopResources
for event loop threads, and ConnectionProvider
for the connection pool.
- ReactorClientHttpConnector(HttpClient) - Constructor for class org.springframework.http.client.reactive.ReactorClientHttpConnector
-
Constructor with a pre-configured HttpClient
instance.
- ReactorHttpHandlerAdapter - Class in org.springframework.http.server.reactive
-
Adapt
HttpHandler
to the Reactor Netty channel handling function.
- ReactorHttpHandlerAdapter(HttpHandler) - Constructor for class org.springframework.http.server.reactive.ReactorHttpHandlerAdapter
-
- ReactorResourceFactory - Class in org.springframework.http.client.reactive
-
Factory to manage Reactor Netty resources, i.e.
- ReactorResourceFactory() - Constructor for class org.springframework.http.client.reactive.ReactorResourceFactory
-
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- read(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.FormHttpMessageReader
-
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageReader
-
Read from the input message and encode to a stream of objects.
- read(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageReader
-
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageReader
-
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
- 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.AbstractJsonHttpMessageConverter
-
- 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
-
- read() - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
Read once from the input, if possible.
- readDate(ZonedDateTime) - Method in interface org.springframework.http.ContentDisposition.Builder
-
Set the value of the read-date parameter.
- reader(HttpMessageReader<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
-
- 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
-
- readingPaused() - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
Invoked when reading is paused due to a lack of demand.
- 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.AbstractJsonHttpMessageConverter
-
- readInternal(Type, Reader) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
-
Template method that reads the JSON-bound object from the given
Reader
.
- readInternal(Type, Reader) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- readInternal(Type, Reader) - Method in class org.springframework.http.converter.json.JsonbHttpMessageConverter
-
- 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
-
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- readMono(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.FormHttpMessageReader
-
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageReader
-
Read from the input message and encode to a single object.
- readMono(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageReader
-
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageReader
-
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
- readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
-
Return an 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
-
Deprecated.
Read a RemoteInvocation from the given HTTP request.
- readRemoteInvocation(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Deprecated.
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.
- recordFieldValue(String, Class<?>, Object) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- recordSuppressedField(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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.
- refreshApplicationContext(ApplicationContext) - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
Refresh the given application context, if necessary.
- register(Class<?>...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Register one or more component 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
-
- registerCloseListener(ServletContext, ApplicationContext) - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
Register a
ServletContextListener
that closes the given
application context when the servlet context is destroyed.
- registerContextLoaderListener(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
- registerCorsConfiguration(String, CorsConfiguration) - Method in class org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
-
- registerCorsConfiguration(String, CorsConfiguration) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
- registerDefaults(boolean) - Method in interface org.springframework.http.codec.CodecConfigurer
-
Provides a way to completely turn off registration of default HTTP message
readers and writers, and instead rely only on the ones provided via
CodecConfigurer.customCodecs()
.
- 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
-
- reject(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- reject(String, String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- reject(String, Object[], String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- rejectRequest(ServerHttpResponse) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Invoked when one of the CORS checks failed.
- rejectRequest(ServerHttpResponse) - Method in class org.springframework.web.cors.reactive.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
-
- rejectValue(String, String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- rejectValue(String, String, String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- rejectValue(String, String, Object[], String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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.
- removeExpiredSessions() - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Check for expired sessions and remove them.
- 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".
- removeSession(String) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
- removeSession(String) - Method in interface org.springframework.web.server.session.WebSessionStore
-
Remove the WebSession for the specified id.
- 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 interface org.springframework.web.util.UriBuilder
-
Set the path of this builder overriding the existing path values.
- 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 interface org.springframework.web.util.UriBuilder
-
Set the query of this builder overriding all existing query parameters.
- 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 interface org.springframework.web.util.UriBuilder
-
Set the query parameter values overriding all existing query values for
the same parameter.
- replaceQueryParam(String, Collection<?>) - Method in interface org.springframework.web.util.UriBuilder
-
Set the query parameter values overriding all existing query values for
the same parameter.
- 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.
- replaceQueryParam(String, Collection<?>) - 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 interface org.springframework.web.util.UriBuilder
-
Set the query parameter values overriding all existing query values.
- replaceQueryParams(MultiValueMap<String, String>) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query parameter values overriding all existing query values.
- request(Consumer<ServerHttpRequest.Builder>) - Method in interface org.springframework.web.server.ServerWebExchange.Builder
-
Configure a consumer to modify the current request using a builder.
- request(ServerHttpRequest) - Method in interface org.springframework.web.server.ServerWebExchange.Builder
-
Set the request to use especially when there is a need to override
ServerHttpRequest
methods.
- 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 methods in request-handling classes
with flexible method signatures.
- 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.
- RequestPath - Interface in org.springframework.http.server
-
Represents the complete path for a request.
- 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
.
- resolve(int) - Static method in enum org.springframework.http.HttpStatus
-
Resolve the given status code to an HttpStatus
, if possible.
- resolve(int) - Static method in enum org.springframework.http.HttpStatus.Series
-
Resolve the given status code to an HttpStatus.Series
, if possible.
- 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
-
Get the bean instance for this ControllerAdviceBean
, if necessary
resolving the bean name through the BeanFactory
.
- resolveContextualObject(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- resolveContextualObject(String) - Method in class org.springframework.web.context.support.ServletContextScope
-
- 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 file extensions.
- resolveLocaleContext(ServerWebExchange) - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
- resolveLocaleContext(ServerWebExchange) - Method in class org.springframework.web.server.i18n.FixedLocaleContextResolver
-
- resolveLocaleContext(ServerWebExchange) - Method in interface org.springframework.web.server.i18n.LocaleContextResolver
-
Resolve the current locale context via the given exchange.
- 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.
- resolveMessageCodes(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- resolveMessageCodes(String, String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- 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.
- resolveMethodByThrowable(Throwable) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a
Method
to handle the given Throwable.
- 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
-
- resolveMultipartRequest(NativeWebRequest) - 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
-
- 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
-
- resolverIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
-
- resolveSessionIds(ServerWebExchange) - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
-
- resolveSessionIds(ServerWebExchange) - Method in class org.springframework.web.server.session.HeaderWebSessionIdResolver
-
- resolveSessionIds(ServerWebExchange) - Method in interface org.springframework.web.server.session.WebSessionIdResolver
-
Resolve the session id's associated with the request.
- 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 ResourceAccessException
with the given message.
- ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new
ResourceAccessException
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
-
Create a new instance of the ResourceHttpMessageConverter
that supports read streaming, i.e.
- ResourceHttpMessageConverter(boolean) - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
-
Create a new instance of the ResourceHttpMessageConverter
.
- ResourceHttpMessageReader - Class in org.springframework.http.codec
-
HttpMessageReader
that wraps and delegates to a ResourceDecoder
that extracts the filename from the "Content-Disposition"
header, if
available, and passes it as the ResourceDecoder.FILENAME_HINT
.
- ResourceHttpMessageReader() - Constructor for class org.springframework.http.codec.ResourceHttpMessageReader
-
- ResourceHttpMessageReader(ResourceDecoder) - Constructor for class org.springframework.http.codec.ResourceHttpMessageReader
-
- ResourceHttpMessageWriter - Class in org.springframework.http.codec
-
HttpMessageWriter
that can write a Resource
.
- ResourceHttpMessageWriter() - Constructor for class org.springframework.http.codec.ResourceHttpMessageWriter
-
- ResourceHttpMessageWriter(int) - Constructor for class org.springframework.http.codec.ResourceHttpMessageWriter
-
- 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(ServerHttpResponse) - Method in interface org.springframework.web.server.ServerWebExchange.Builder
-
Set the response to use.
- 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.
- ResponseCookie - Class in org.springframework.http
-
An HttpCookie
subclass with the additional attributes allowed in
the "Set-Cookie" response header.
- ResponseCookie.ResponseCookieBuilder - Interface in org.springframework.http
-
A builder for a server-defined HttpCookie with attributes.
- 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
-
Deprecated.
- 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
-
- ResponseStatusException - Exception in org.springframework.web.server
-
Base class for exceptions associated with specific HTTP response status codes.
- ResponseStatusException(HttpStatus) - Constructor for exception org.springframework.web.server.ResponseStatusException
-
Constructor with a response status.
- ResponseStatusException(HttpStatus, String) - Constructor for exception org.springframework.web.server.ResponseStatusException
-
Constructor with a response status and a reason to add to the exception
message as explanation.
- ResponseStatusException(HttpStatus, String, Throwable) - Constructor for exception org.springframework.web.server.ResponseStatusException
-
Constructor with a response status and a reason to add to the exception
message as explanation, as well as a nested exception.
- ResponseStatusExceptionHandler - Class in org.springframework.web.server.handler
-
- ResponseStatusExceptionHandler() - Constructor for class org.springframework.web.server.handler.ResponseStatusExceptionHandler
-
- 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 RestClientException
with the given message.
- RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of RestClientException
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
-
Synchronous client to perform HTTP requests, exposing a simple, template
method API over underlying HTTP client libraries such as the JDK
HttpURLConnection
, Apache HttpComponents, and others.
- 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.
- retrieveSession(String) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
- retrieveSession(String) - Method in interface org.springframework.web.server.session.WebSessionStore
-
Return the WebSession for the given id.
- retry(Duration) - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
-
Set the value of the retry
field.
- retry() - Method in class org.springframework.http.codec.ServerSentEvent
-
Return the retry
field of this event, if available.
- 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.
- rsReadLogger - Static variable in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
Special logger for debugging Reactive Streams signals.
- RssChannelHttpMessageConverter - Class in org.springframework.http.converter.feed
-
- RssChannelHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- rsWriteFlushLogger - Static variable in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Special logger for debugging Reactive Streams signals.
- rsWriteLogger - Static variable in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Special logger for debugging Reactive Streams signals.
- sameSite(String) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
-
Add the "SameSite" attribute to the cookie.
- save() - Method in interface org.springframework.web.server.WebSession
-
Save the session through the WebSessionStore
as follows:
If the session is new (i.e.
- scan(String...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Perform a scan within the specified base packages.
- scanUnsafe(Scannable.Attr) - Method in class org.springframework.http.server.reactive.ChannelSendOperator
-
- scheme(String) - Method in interface org.springframework.web.util.UriBuilder
-
Set the URI scheme which may contain URI template variables,
and may also be null
to clear the scheme of this builder.
- 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_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.
- secure(boolean) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
-
Add the "Secure" attribute to the cookie.
- 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
-
- separator() - Method in class org.springframework.http.server.PathContainer.Options
-
- serializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set a custom inclusion strategy for serialization.
- serializeForm(MultiValueMap<String, String>, Charset) - Method in class org.springframework.http.codec.FormHttpMessageWriter
-
- serializeForm(MultiValueMap<String, Object>, Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- 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
-
Return the HTTP status series of this status code.
- SERVER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Server
header field name.
- SERVER_CODEC_CONFIGURER_BEAN_NAME - Static variable in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Well-known name for the ServerCodecConfigurer in the bean factory.
- ServerCodecConfigurer - Interface in org.springframework.http.codec
-
Extension of
CodecConfigurer
for HTTP message reader and writer
options relevant on the server side.
- ServerCodecConfigurer.ServerDefaultCodecs - Interface in org.springframework.http.codec
-
- ServerErrorException - Exception in org.springframework.web.server
-
Exception for an
HttpStatus.INTERNAL_SERVER_ERROR
that exposes extra
information about a controller method that failed, or a controller method
argument that could not be resolved.
- ServerErrorException(String, Throwable) - Constructor for exception org.springframework.web.server.ServerErrorException
-
Constructor for a 500 error with a reason and an optional cause.
- ServerErrorException(String, Method, Throwable) - Constructor for exception org.springframework.web.server.ServerErrorException
-
Constructor for a 500 error with a handler
Method
and an optional cause.
- ServerErrorException(String, MethodParameter, Throwable) - Constructor for exception org.springframework.web.server.ServerErrorException
-
Constructor for a 500 error with a MethodParameter
and an optional cause.
- ServerErrorException(String, MethodParameter) - Constructor for exception org.springframework.web.server.ServerErrorException
-
- ServerErrorException(String) - Constructor for exception org.springframework.web.server.ServerErrorException
-
- 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.reactive
-
Represents a reactive server-side HTTP request.
- ServerHttpRequest - Interface in org.springframework.http.server
-
Represents a server-side HTTP request.
- ServerHttpRequest.Builder - Interface in org.springframework.http.server.reactive
-
- ServerHttpRequestDecorator - Class in org.springframework.http.server.reactive
-
- ServerHttpRequestDecorator(ServerHttpRequest) - Constructor for class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- ServerHttpResponse - Interface in org.springframework.http.server.reactive
-
Represents a reactive server-side HTTP response.
- ServerHttpResponse - Interface in org.springframework.http.server
-
Represents a server-side HTTP response.
- ServerHttpResponseDecorator - Class in org.springframework.http.server.reactive
-
- ServerHttpResponseDecorator(ServerHttpResponse) - Constructor for class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- ServerSentEvent<T> - Class in org.springframework.http.codec
-
Representation for a Server-Sent Event for use with Spring's reactive Web support.
- ServerSentEvent.Builder<T> - Interface in org.springframework.http.codec
-
A mutable builder for a SseEvent
.
- serverSentEventDecoder(Decoder<?>) - Method in interface org.springframework.http.codec.ClientCodecConfigurer.ClientDefaultCodecs
-
Configure the Decoder
to use for Server-Sent Events.
- serverSentEventEncoder(Encoder<?>) - Method in interface org.springframework.http.codec.ServerCodecConfigurer.ServerDefaultCodecs
-
Configure the Encoder
to use for Server-Sent Events.
- ServerSentEventHttpMessageReader - Class in org.springframework.http.codec
-
- ServerSentEventHttpMessageReader() - Constructor for class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
Constructor without a Decoder
.
- ServerSentEventHttpMessageReader(Decoder<?>) - Constructor for class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
Constructor with JSON Decoder
for decoding to Objects.
- ServerSentEventHttpMessageWriter - Class in org.springframework.http.codec
-
HttpMessageWriter
for "text/event-stream"
responses.
- ServerSentEventHttpMessageWriter() - Constructor for class org.springframework.http.codec.ServerSentEventHttpMessageWriter
-
Constructor without an Encoder
.
- ServerSentEventHttpMessageWriter(Encoder<?>) - Constructor for class org.springframework.http.codec.ServerSentEventHttpMessageWriter
-
Constructor with JSON Encoder
for encoding objects.
- ServerWebExchange - Interface in org.springframework.web.server
-
Contract for an HTTP request-response interaction.
- ServerWebExchange.Builder - Interface in org.springframework.web.server
-
- ServerWebExchangeContextFilter - Class in org.springframework.web.filter.reactive
-
- ServerWebExchangeContextFilter() - Constructor for class org.springframework.web.filter.reactive.ServerWebExchangeContextFilter
-
- ServerWebExchangeDecorator - Class in org.springframework.web.server
-
- ServerWebExchangeDecorator(ServerWebExchange) - Constructor for class org.springframework.web.server.ServerWebExchangeDecorator
-
- ServerWebInputException - Exception in org.springframework.web.server
-
Exception for errors that fit response status 400 (bad request) for use in
Spring Web applications.
- ServerWebInputException(String) - Constructor for exception org.springframework.web.server.ServerWebInputException
-
Constructor with an explanation only.
- ServerWebInputException(String, MethodParameter) - Constructor for exception org.springframework.web.server.ServerWebInputException
-
Constructor for a 400 error linked to a specific MethodParameter
.
- ServerWebInputException(String, MethodParameter, Throwable) - Constructor for exception org.springframework.web.server.ServerWebInputException
-
Constructor for a 400 error with a root cause.
- service(ServletRequest, ServletResponse) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- 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.
- ServletHttpHandlerAdapter - Class in org.springframework.http.server.reactive
-
- ServletHttpHandlerAdapter(HttpHandler) - Constructor for class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- 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
-
- sessionManager(WebSessionManager) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
- 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
-
- 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.
- setAcceptLanguage(List<Locale.LanguageRange>) - Method in class org.springframework.http.HttpHeaders
-
Set the acceptable language ranges, as specified by the
Accept-Language header.
- setAcceptLanguageAsLocales(List<Locale>) - Method in class org.springframework.http.HttpHeaders
-
- 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(Duration) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Max-Age
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
-
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Whether URL lookups should always use the full path within the current
web application context, i.e.
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- 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
-
Deprecated.
- setAsyncRequestFactory(AsyncClientHttpRequestFactory) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Set the base path for context publication.
- setBaseUrl(String) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Deprecated.
Configure a base URL to prepend URI templates with.
- setBasicAuth(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the value of the
Authorization header to
Basic Authentication based on the given username and password.
- setBasicAuth(String, String, Charset) - Method in class org.springframework.http.HttpHeaders
-
Set the value of the
Authorization header to
Basic Authentication based on the given username and password.
- setBasicAuth(String) - Method in class org.springframework.http.HttpHeaders
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the bean ClassLoader to use for this interceptor: primarily for
building a client proxy in the
JaxWsPortProxyFactoryBean
subclass.
- setBeanFactory(BeanFactory) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Obtains all web service beans and publishes them as JAX-WS endpoints.
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
A BeanFactory
to use for resolving an executor name.
- setBeanName(String) - Method in class org.springframework.web.filter.GenericFilterBean
-
Stores the bean name as defined in the Spring bean factory.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Set a custom BeanNameGenerator
for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
.
- setBearerAuth(String) - Method in class org.springframework.http.HttpHeaders
-
Set the value of the
Authorization header to
the given Bearer token.
- 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 PropertyAccessException
s.
- 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.
- setBufferFactory(DataBufferFactory) - Method in class org.springframework.http.client.reactive.JettyClientHttpConnector
-
- 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.http.server.reactive.ServletHttpHandlerAdapter
-
Set the size of the input buffer used for reading in bytes.
- setBufferSize(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setByteBufferPool(ByteBufferPool) - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Configure the ByteBufferPool
to use.
- setCacheControl(CacheControl) - Method in class org.springframework.http.HttpHeaders
-
Set a configured
CacheControl
instance as the
new value of the
Cache-Control
header.
- 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.
- setCaseSensitive(boolean) - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Whether path pattern matching should be case-sensitive.
- setCharset(Charset) - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageWriter
-
Set the character set to use for part headers such as
"Content-Disposition" (and its filename parameter).
- 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.FormContentFilter
-
The default character set to use for reading form data.
- setCharset(Charset) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
Deprecated.
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.
- setClientHttpRequestInitializers(List<ClientHttpRequestInitializer>) - Method in class org.springframework.http.client.support.HttpAccessor
-
Set the request initializers that this accessor should use.
- setClock(Clock) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Configure the
Clock
to use to set lastAccessTime on every created
session and to calculate if it is expired.
- setCodebaseUrl(String) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Set the codebase URL to download classes from if not found locally.
- setCodecConfigurer(ServerCodecConfigurer) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- setComplete() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- setComplete() - Method in interface org.springframework.http.ReactiveHttpOutputMessage
-
Indicate that message handling is complete, allowing for any cleanup or
end-of-processing tasks to be performed such as applying header changes
made via
HttpMessage.getHeaders()
to the underlying HTTP message (if not
applied already).
- setComplete() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
- setComplete() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- 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.
- setConnectionProvider(ConnectionProvider) - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Use this option when you want to provide an externally managed
ConnectionProvider
instance.
- setConnectionProviderSupplier(Supplier<ConnectionProvider>) - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Use this option when you don't want to participate in global resources and
you want to customize the creation of the managed ConnectionProvider
.
- 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
RequestConfig
.
- 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
-
- setConnectTimeout(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Deprecated.
Set the underlying connect timeout (in milliseconds).
- setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Set 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).
- setContentDisposition(ContentDisposition) - Method in class org.springframework.http.HttpHeaders
-
Set the Content-Disposition header.
- setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the Content-Disposition
header when creating a
"multipart/form-data"
request.
- setContentLanguage(Locale) - Method in class org.springframework.http.HttpHeaders
-
Set the
Locale
of the content language,
as specified by the Content-Language header.
- 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(Duration) - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
-
Set the value for the "Max-Age" attribute of the cookie that holds the
session id.
- 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.server.session.CookieWebSessionIdResolver
-
Set the name of the cookie to use for the session id.
- 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.reactive.UrlBasedCorsConfigurationSource
-
Set CORS configuration based on URL patterns.
- 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
-
- setDataBufferFactory(DataBufferFactory) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- setDataBufferFactory(DataBufferFactory) - Method in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
-
- setDate(ZonedDateTime) - 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(Instant) - 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(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 RFC-1123 date-time formatter.
- 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
-
- 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.codec.FormHttpMessageReader
-
Set the default character set to use for reading form data when the
request Content-Type header does not explicitly specify it.
- setDefaultCharset(Charset) - Method in class org.springframework.http.codec.FormHttpMessageWriter
-
Set the default character set to use for writing form data when the response
Content-Type header does not explicitly specify it.
- 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.
- setDefaultContentTypes(List<MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the default content types 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.
- setDefaultLocale(Locale) - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
Configure a fixed default locale to fall back on if the request does not
have an "Accept-Language" header (not set by default).
- setDefaultTyping(TypeResolverBuilder<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Deprecated.
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
-
Deprecated.
Configure default URI variable values to use with every expanded URI
template.
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Provide default URI variable values to use when expanding URI templates
with a Map of variables.
- 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.
- setEnableLoggingRequestDetails(boolean) - Method in class org.springframework.http.codec.LoggingCodecSupport
-
Whether to log form data at DEBUG level, and headers at TRACE level.
- setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set the encoding to use for requests.
- setEncodingMode(DefaultUriBuilderFactory.EncodingMode) - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Set the encoding mode to use.
- 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
-
Deprecated.
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.http.client.reactive.JettyResourceFactory
-
- 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(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the duration after which the message is no longer valid,
as specified by the Expires
header.
- setExpires(Instant) - 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.
- 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.
- setFactory(JsonFactory) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- 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
-
Deprecated.
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.FormContentFilter
-
Set the converter to use for parsing form content.
- setFormConverter(FormHttpMessageConverter) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
Deprecated.
Set the converter to use for parsing form content.
- setForwardedHeaderTransformer(ForwardedHeaderTransformer) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Enable processing of forwarded headers, either extracting and removing,
or remove only.
- 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.
- setHeaderName(String) - Method in class org.springframework.web.server.session.HeaderWebSessionIdResolver
-
Set the name of the session header to use for the session id.
- setHeaderPredicate(Predicate<String>) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- 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.
- setHost(InetSocketAddress) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Host
header.
- 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
-
Deprecated.
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(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header.
- setIfModifiedSince(Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
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(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header.
- setIfUnmodifiedSince(Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
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.AbstractMappingContentNegotiationStrategy
-
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.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.
- setInstant(String, Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string
using the RFC-1123 date-time formatter.
- setInterceptors(List<AsyncClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Deprecated.
Set the request interceptors that this accessor should use.
- setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Set 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
.
- setJsonb(Jsonb) - Method in class org.springframework.http.converter.json.JsonbHttpMessageConverter
-
Set the Jsonb
instance to use.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
-
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(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header.
- setLastModified(Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header.
- 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.
- setLocaleContext(ServerWebExchange, LocaleContext) - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
- setLocaleContext(ServerWebExchange, LocaleContext) - Method in class org.springframework.web.server.i18n.FixedLocaleContextResolver
-
- setLocaleContext(ServerWebExchange, LocaleContext) - Method in interface org.springframework.web.server.i18n.LocaleContextResolver
-
Set the current locale context to the given one,
potentially including a locale with associated time zone information.
- setLocaleContextResolver(LocaleContextResolver) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- setLocation(URI) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) location of a resource,
as specified by the Location
header.
- setLookupPathAttributeName(String) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Optionally configure the name of the attribute that caches the lookupPath.
- setLookupServiceOnStartup(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set whether to look up the JAX-WS service on startup.
- setLoopResources(LoopResources) - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Use this option when you want to provide an externally managed
LoopResources
instance.
- setLoopResourcesSupplier(Supplier<LoopResources>) - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Use this option when you don't want to participate in global resources and
you want to customize the creation of the managed LoopResources
.
- 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.
- setMarshallerProcessor(Function<Marshaller, Marshaller>) - Method in class org.springframework.http.codec.xml.Jaxb2XmlEncoder
-
Configure a processor function to customize Marshaller instances.
- setMatchOptionalTrailingSeparator(boolean) - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Whether a
PathPattern
produced by this parser should should
automatically match request paths with a trailing slash.
- setMaxAge(Duration) - Method in class org.springframework.web.cors.CorsConfiguration
-
Configure how long, as a duration, the response from a pre-flight request
can be cached by clients.
- 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.
- setMaxDiskUsagePerPart(long) - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
Configure the maximum amount of disk space allowed for file parts.
- setMaxIdleTime(Duration) - Method in interface org.springframework.web.server.WebSession
-
Configure the max amount of time that may elapse after the
lastAccessTime
before a session is considered
expired.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.FormHttpMessageReader
-
Set the max number of bytes for input form data.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
Set the max number of bytes that can be buffered by this decoder.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
Configure the maximum amount of memory that is allowed to use per part.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
-
Set the max number of bytes that can be buffered by this decoder.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.xml.XmlEventDecoder
-
Set the max number of bytes that can be buffered by this decoder.
- setMaxInMemorySize(int) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) before uploads are written to disk.
- setMaxMessageSize(int) - Method in class org.springframework.http.codec.protobuf.ProtobufDecoder
-
The max size allowed per message.
- setMaxParts(int) - Method in class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-
Specify the maximum number of parts allowed in a given multipart request.
- 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
-
Deprecated.
Set the default maximum response size.
- setMaxSessions(int) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Set the maximum number of sessions that can be stored.
- 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
-
Deprecated.
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
-
Set the message converters to use by this extractor.
- 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.
- setMethodParamName(String) - Method in class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
-
Set the name of the form parameter with the HTTP method to use.
- 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
-
- setNestedPath(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.cbor.MappingJackson2CborHttpMessageConverter
-
Set the ObjectMapper
for this view.
- 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.smile.MappingJackson2SmileHttpMessageConverter
-
Set the ObjectMapper
for this view.
- 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.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.DefaultUriBuilderFactory
-
Whether to parse the input path into path segments if the encoding mode
is set to
EncodingMode.URI_COMPONENT
,
which ensures that URI variables in the path are encoded according to
path segment rules and for example a '/' is encoded.
- setParsePath(boolean) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Deprecated.
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.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.
- setPathOptions(PathContainer.Options) - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Set options for parsing 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
-
Deprecated.
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.AbstractJsonHttpMessageConverter
-
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
-
Indicate whether external XML entities are processed when converting to a Source.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicate 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(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
-
- setReadTimeout(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Deprecated.
Set the underlying URLConnection's read timeout (in milliseconds).
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Set 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.
- setRemoveOnly(boolean) - Method in class org.springframework.web.server.adapter.ForwardedHeaderTransformer
-
Enable 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
-
- 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.
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
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.
- setScheduler(Scheduler) - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Configure the Scheduler
to use.
- 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.
- setSeriesMapping(Map<HttpStatus.Series, Class<? extends RestClientException>>) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
-
Set the mapping from HTTP status series to RestClientException
subclass.
- setServer(HttpServer) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Deprecated.
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.
- setSessionId(ServerWebExchange, String) - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
-
- setSessionId(ServerWebExchange, String) - Method in class org.springframework.web.server.session.HeaderWebSessionIdResolver
-
- setSessionId(ServerWebExchange, String) - Method in interface org.springframework.web.server.session.WebSessionIdResolver
-
Send the given session id to the client.
- setSessionIdResolver(WebSessionIdResolver) - Method in class org.springframework.web.server.session.DefaultWebSessionManager
-
Configure the id resolution strategy.
- setSessionManager(WebSessionManager) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- setSessionStore(WebSessionStore) - Method in class org.springframework.web.server.session.DefaultWebSessionManager
-
Configure the persistence strategy.
- setShutdownDelay(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Deprecated.
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
-
- 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
-
Deprecated.
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.
- setStatusCode(HttpStatus) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
- setStatusCode(HttpStatus) - Method in interface org.springframework.http.server.reactive.ServerHttpResponse
-
Set the HTTP status code of the response.
- setStatusCode(HttpStatus) - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- 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
-
- setStatusCodeValue(Integer) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
Set the HTTP status code of the response.
- setStatusMapping(Map<HttpStatus, Class<? extends RestClientException>>) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
-
Set the mapping from HTTP status code to RestClientException
subclass.
- setStrategies(List<ContentNegotiationStrategy>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the exact list of strategies to use.
- setStreamingMediaTypes(List<MediaType>) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
Configure "streaming" media types for which flushing should be performed
automatically vs at the end of the stream.
- setStrictEncoding(boolean) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Deprecated.
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicate whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicate whether DTD parsing should be supported.
- setSupportedLocales(List<Locale>) - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
- 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
).
- setThreadPrefix(String) - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Configure the thread prefix to initialize QueuedThreadPool
executor with.
- 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.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.
- setUnmarshallerProcessor(Function<Unmarshaller, Unmarshaller>) - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
-
Configure a processor function to customize Unmarshaller instances.
- 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
-
Deprecated.
This property has the same purpose as the corresponding property on the
RestTemplate
.
- setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.web.client.RestTemplate
-
Configure a strategy for expanding URI templates.
- setUrlDecode(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
- setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Whether the context path and request URI should be decoded -- both of
which are returned undecoded by the Servlet API, in contrast to
the servlet path.
- 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.
- setUseGlobalResources(boolean) - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Whether to use global Reactor Netty resources via HttpResources
.
- setUseJaf(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- setUseJaf(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- setUseRegisteredExtensionsOnly(boolean) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Whether to only use the registered mappings to look up file extensions,
or also to use dynamic resolution (e.g.
- setUseRegisteredExtensionsOnly(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- 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.SpringBeanFacesELResolver
-
- 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.
- setWarnLogCategory(String) - Method in class org.springframework.web.server.handler.ResponseStatusExceptionHandler
-
Set the log category for warn logging.
- setWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Set a system property to the web application root directory.
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Set 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.
- setZonedDateTime(String, ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string
using the RFC-1123 date-time formatter.
- 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.
- shouldDecodeAndParseSegments() - Method in class org.springframework.http.server.PathContainer.Options
-
- 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.DefaultUriBuilderFactory
-
- shouldParsePath() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Deprecated.
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.
- 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
-
- SimpleHessianServiceExporter - Class in org.springframework.remoting.caucho
-
- SimpleHessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleHessianServiceExporter
-
Deprecated.
- 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
-
- SimpleHttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Deprecated.
- SimpleHttpServerJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
-
- SimpleHttpServerJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Deprecated.
- 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(Long) - Method in interface org.springframework.http.ContentDisposition.Builder
-
Set the value of the size parameter.
- size() - Method in class org.springframework.http.HttpHeaders
-
- SKIP_VALUE - Static variable in interface org.springframework.web.util.UriComponents.UriTemplateVariables
-
Constant for a value that indicates a URI variable name should be
ignored and left as is.
- sMaxAge(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add an "s-maxage" directive.
- sMaxAge(Duration) - Method in class org.springframework.http.CacheControl
-
Add an "s-maxage" directive.
- smile() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType
objects by quality value.
- sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType
objects by specificity.
- sortBySpecificityAndQuality(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType
objects by specificity as the
primary criteria and quality value the secondary.
- SourceHttpMessageConverter<T extends Source> - Class in org.springframework.http.converter.xml
-
- SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.http.MediaType
-
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.web.util.pattern.PathPattern
-
Comparator that sorts patterns by specificity as follows:
Null instances are last.
- 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
-
- sslInfo(SslInfo) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
-
Set the SSL session information.
- SslInfo - Interface in org.springframework.http.server.reactive
-
A holder for SSL session information.
- staleIfError(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add a "stale-if-error" directive.
- staleIfError(Duration) - 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.
- staleWhileRevalidate(Duration) - 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
-
- start() - Method in interface org.springframework.web.server.WebSession
-
Force the creation of a session causing the session id to be sent when
WebSession.save()
is called.
- 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.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 an 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.
- subPath(int) - Method in interface org.springframework.http.server.PathContainer
-
Extract a sub-path from the given offset into the elements list.
- subPath(int, int) - Method in interface org.springframework.http.server.PathContainer
-
Extract a sub-path from the given start offset into the element list
(inclusive) and to the end offset (exclusive).
- subscribe(Subscriber<? super T>) - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
- subscribe(Subscriber<? super Void>) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
- subscribe(Subscriber<? super Void>) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
- subscribe(CoreSubscriber<? super Void>) - Method in class org.springframework.http.server.reactive.ChannelSendOperator
-
- 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
-
- supportsMimeType(MimeType) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
- supportsMimeType(MimeType) - Method in class org.springframework.http.codec.protobuf.ProtobufCodecSupport
-
- 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
-
- SynchronossPartHttpMessageReader - Class in org.springframework.http.codec.multipart
-
HttpMessageReader
for parsing
"multipart/form-data"
requests
to a stream of
Part
's using the Synchronoss NIO Multipart library.
- SynchronossPartHttpMessageReader() - Constructor for class org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
-