- calculateEndpointAddress(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
Calculate the full endpoint address for the given endpoint.
- calculateEndpointPath(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Calculate the full endpoint path for the given endpoint.
- CallableProcessingInterceptor - Interface in org.springframework.web.context.request.async
-
Intercepts concurrent request handling, where the concurrent result is
obtained by executing a
Callable
on behalf of the application with
an
AsyncTaskExecutor
.
- CallableProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
-
- CallableProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
-
- callNextHandlerInChain(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
Method to be called by subclasses when intending to delegate to the next
handler in the NavigationHandler chain.
- canRead(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.MappingJackson2HttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Always returns false
since Jaxb2CollectionHttpMessageConverter
required generic type information in order to read a Collection.
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Indicates whether the given type can be read by this converter.
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- 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(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Indicates whether the given class can be written by this converter.
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Always returns false
since Jaxb2CollectionHttpMessageConverter
does not convert collections to XML.
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- CharacterEncodingFilter - Class in org.springframework.web.filter
-
Servlet 2.3/2.4 Filter that allows one to specify a character encoding for
requests.
- CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
-
- checkFieldDefaults(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
-
Check the given property values for field defaults,
i.e.
- checkFieldMarkers(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
-
Check the given property values for field markers,
i.e.
- checkNotModified(long) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- checkNotModified(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- checkNotModified(long) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- checkNotModified(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- checkNotModified(long) - Method in interface org.springframework.web.context.request.WebRequest
-
Check whether the request qualifies as not modified given the
supplied last-modified timestamp (as determined by the application).
- checkNotModified(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Check whether the request qualifies as not modified given the
supplied ETag
(entity tag), as determined by the application.
- cleanupAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- cleanupAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Clean up the specified attribute in the backend session.
- cleanupAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Remove "known" attributes from the session, i.e.
- cleanupFileItems(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Cleanup the Spring MultipartFiles created during multipart parsing,
potentially holding temporary data on disk.
- cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- cleanupMultipart(MultipartHttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Cleanup any resources used for the multipart handling,
like a storage for the uploaded files.
- cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- clear() - Method in class org.springframework.http.HttpHeaders
-
- clearConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- clearErrorRequestAttributes(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Clear the Servlet spec's error attributes as
HttpServletRequest
attributes under the keys defined in the Servlet 2.3 specification:
javax.servlet.error.status_code
,
javax.servlet.error.exception_type
,
javax.servlet.error.message
,
javax.servlet.error.exception
,
javax.servlet.error.request_uri
,
javax.servlet.error.servlet_name
.
- ClientHttpRequest - Interface in org.springframework.http.client
-
Represents a client-side HTTP request.
- ClientHttpRequestExecution - Interface in org.springframework.http.client
-
Represents the context of a client-side HTTP request execution.
- ClientHttpRequestFactory - Interface in org.springframework.http.client
-
- ClientHttpRequestInterceptor - Interface in org.springframework.http.client
-
Intercepts client-side HTTP requests.
- ClientHttpResponse - Interface in org.springframework.http.client
-
Represents a client-side HTTP response.
- close() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Close this response, freeing any resources created.
- close() - Method in interface org.springframework.http.server.ServerHttpResponse
-
Close this response, freeing any resources created.
- close() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- closeNoCatch() - Method in class org.springframework.web.bind.ServletRequestDataBinder
-
Treats errors as fatal.
- closeNoCatch() - Method in class org.springframework.web.bind.support.WebRequestDataBinder
-
Treats errors as fatal.
- closeWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
Close Spring's web application context for the given servlet context.
- CommonsClientHttpRequestFactory - Class in org.springframework.http.client
-
- CommonsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.CommonsClientHttpRequestFactory
-
Deprecated.
Create a new instance of the CommonsHttpRequestFactory
with a default
HttpClient
that uses a default MultiThreadedHttpConnectionManager
.
- CommonsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.CommonsClientHttpRequestFactory
-
Deprecated.
Create a new instance of the CommonsHttpRequestFactory
with the given
HttpClient
instance.
- 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.
- CommonsFileUploadSupport.MultipartParsingResult(MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- CommonsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
-
- CommonsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Create a new CommonsHttpInvokerRequestExecutor with a default
HttpClient that uses a default MultiThreadedHttpConnectionManager.
- CommonsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Create a new CommonsHttpInvokerRequestExecutor with the given
HttpClient instance.
- CommonsMultipartFile - Class in org.springframework.web.multipart.commons
-
MultipartFile implementation for Apache Commons FileUpload.
- CommonsMultipartFile(FileItem) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Create an instance wrapping the given FileItem.
- CommonsMultipartResolver - Class in org.springframework.web.multipart.commons
-
- 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(MediaType) - Method in class org.springframework.http.MediaType
-
Compares this MediaType
to another alphabetically.
- 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
-
- CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Name of servlet context parameter (i.e., "contextConfigLocation") that can specify the
config location for the root context, falling back to the implementation's
default otherwise.
- CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
-
Parameter specifying the location of the log4j config file
- ConfigurableWebApplicationContext - Interface in org.springframework.web.context
-
Interface to be implemented by configurable web application contexts.
- ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.support
-
- ConfigurableWebBindingInitializer() - Constructor for class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
- ConfigurableWebEnvironment - Interface in org.springframework.web.context
-
Specialization of
ConfigurableEnvironment
allowing initialization of
servlet-related
PropertySource
objects at the
earliest moment that the
ServletContext
and (optionally)
ServletConfig
become available.
- configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
- containsAttribute(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the underlying model contains the given attribute name.
- containsKey(Object) - Method in class org.springframework.http.HttpHeaders
-
- containsValue(Object) - Method in class org.springframework.http.HttpHeaders
-
- CONTENT_TYPE_CHARSET_PREFIX - Static variable in class org.springframework.web.util.WebUtils
-
Prefix of the charset clause in a content type String: ";charset="
- CONTENT_TYPE_HESSIAN - Static variable in class org.springframework.remoting.caucho.HessianExporter
-
- CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Default content type: "application/x-java-serialized-object"
- ContentNegotiationManager - Class in org.springframework.web.accept
-
This class is used to determine the requested
media types
of a request by delegating to a list of ContentNegotiationStrategy instances.
- ContentNegotiationManager(ContentNegotiationStrategy...) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
-
Create an instance with the given ContentNegotiationStrategy instances.
- ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
-
Create an instance with the given ContentNegotiationStrategy instances.
- ContentNegotiationManager() - Constructor for class org.springframework.web.accept.ContentNegotiationManager
-
- ContentNegotiationManagerFactoryBean - Class in org.springframework.web.accept
-
A factory providing convenient access to a
ContentNegotiationManager
configured with one or more
ContentNegotiationStrategy
instances.
- ContentNegotiationManagerFactoryBean() - Constructor for class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- ContentNegotiationStrategy - Interface in org.springframework.web.accept
-
A strategy for resolving the requested media types in a request.
- CONTEXT_ATTRIBUTES_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Name of the ServletContext/PortletContext attributes environment bean in the factory.
- CONTEXT_CLASS_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Config param for the root WebApplicationContext implementation class to use: "contextClass"
- CONTEXT_ID_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Config param for the root WebApplicationContext id,
to be used as serialization id for the underlying BeanFactory: "contextId"
- CONTEXT_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Config param for ApplicationContextInitializer
classes to use
for initializing the root web application context: "contextInitializerClasses"
- CONTEXT_PARAMETERS_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Name of the ServletContext/PortletContext init-params environment bean in the factory.
- ContextCleanupListener - Class in org.springframework.web.context
-
Web application listener that cleans up remaining disposable attributes
in the ServletContext, i.e.
- ContextCleanupListener() - Constructor for class org.springframework.web.context.ContextCleanupListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
-
Close the root web application context.
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
-
- ContextExposingHttpServletRequest - Class in org.springframework.web.context.support
-
HttpServletRequest decorator that makes all Spring beans in a
given WebApplicationContext accessible as request attributes,
through lazy checking once an attribute gets accessed.
- ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
Create a new ContextExposingHttpServletRequest for the given request.
- ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
Create a new ContextExposingHttpServletRequest for the given request.
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
-
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
-
Initialize the root web application context.
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
-
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
-
- contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
-
- ContextLoader - Class in org.springframework.web.context
-
Performs the actual initialization work for the root application context.
- ContextLoader() - Constructor for class org.springframework.web.context.ContextLoader
-
Create a new ContextLoader
that will create a web application context
based on the "contextClass" and "contextConfigLocation" servlet context-params.
- ContextLoader(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoader
-
Create a new ContextLoader
with the given application context.
- ContextLoaderListener - Class in org.springframework.web.context
-
- 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.
- ControllerAdvice - Annotation Type in org.springframework.web.bind.annotation
-
Indicates the annotated class assists a "Controller".
- ControllerAdviceBean - Class in org.springframework.web.method
-
Encapsulates information about an
@ControllerAdvice
Spring-managed bean without necessarily requiring it to be instantiated.
- ControllerAdviceBean(String, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
-
Create an instance using the given bean name.
- ControllerAdviceBean(Object) - Constructor for class org.springframework.web.method.ControllerAdviceBean
-
Create an instance using the given bean instance.
- convertBurlapAccessException(Throwable) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Convert the given Burlap access exception to an appropriate
Spring RemoteAccessException.
- convertHessianAccessException(Throwable) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Convert the given Hessian access exception to an appropriate
Spring RemoteAccessException.
- convertHttpInvokerAccessException(Throwable) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Convert the given HTTP invoker access exception to an appropriate
Spring RemoteAccessException.
- CookieGenerator - Class in org.springframework.web.util
-
Helper class for cookie generation, carrying cookie descriptor settings
as bean properties and being able to add and remove cookie to/from a
given response.
- CookieGenerator() - Constructor for class org.springframework.web.util.CookieGenerator
-
- CookieValue - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to an HTTP cookie.
- copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
-
Return a replica of this instance with the quality value of the given MediaType.
- createAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Create an AsyncWebRequest instance.
- createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Extension point to create the model attribute if not found in the model.
- createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
- createBinder(NativeWebRequest, Object, String) - Method in interface org.springframework.web.bind.support.WebDataBinderFactory
-
- createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
Extension point to create the WebDataBinder instance.
- createBurlapProxy(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Create the Burlap proxy that is wrapped by this interceptor.
- createCollection(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
Create a Collection of the given type, with the given initial capacity
(if supported by the Collection type).
- createCommonsHttpMethod(HttpMethod, String) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
-
Deprecated.
Create a Commons HttpMethodBase object for the given HTTP method
and URI specification.
- createContextLoader() - Method in class org.springframework.web.context.ContextLoaderListener
-
Deprecated.
in favor of simply subclassing ContextLoaderListener itself
(which extends ContextLoader, as of Spring 3.0)
- createCookie(String) - Method in class org.springframework.web.util.CookieGenerator
-
Create a cookie with the given value, using the cookie descriptor
settings of this generator (except for "cookieMaxAge").
- createEndpoint(Object) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Create the actual Endpoint instance.
- createEnvironment() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- createHessianProxy(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Create the Hessian proxy that is wrapped by this interceptor.
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Template methods that creates a HttpContext
for the given HTTP method and URI.
- createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- createHttpPost(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Create a HttpPost for the given configuration.
- createHttpUriRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
- createJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Create a JAX-RPC Service according to the parameters of this factory.
- 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.
- 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.
- createPostMethod(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Create a PostMethod for the given configuration.
- 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.CommonsClientHttpRequestFactory
-
Deprecated.
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
-
- createRootApplicationContext() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
Create the "root" application context to be provided to the
ContextLoaderListener
.
- createService(ServiceFactory) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Actually create the JAX-RPC Service instance,
based on this factory's settings.
- createServiceFactory() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Create a JAX-RPC ServiceFactory, either of the specified class
or the default.
- 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.
- createWebApplicationContext(ServletContext, ApplicationContext) - Method in class org.springframework.web.context.ContextLoader
-
- createWithResolvedBean() - Method in class org.springframework.web.method.HandlerMethod
-
If the provided instance contains a bean name rather than an object instance, the bean name is resolved
before a
HandlerMethod
is created and returned.
- createXmlInputFactory() - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- currentRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Return the RequestAttributes currently bound to the thread.
- customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.springframework.web.context.ContextLoader
-
Customize the
ConfigurableWebApplicationContext
created by this
ContextLoader after config locations have been supplied to the context
but before the context is
refreshed.
- customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.context.support.StandardServletEnvironment
-
- generateETagHeaderValue(byte[]) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Generate the ETag header value from the given response body byte array.
- generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Generate a multipart boundary.
- GenericFilterBean - Class in org.springframework.web.filter
-
Simple base implementation of
Filter
which treats
its config parameters (
init-param
entries within the
filter
tag in
web.xml
) as bean properties.
- GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
-
- GenericHttpMessageConverter<T> - Interface in org.springframework.http.converter
-
A specialization of
HttpMessageConverter
that can convert an HTTP
request into a target object of a specified generic type.
- GenericWebApplicationContext - Class in org.springframework.web.context.support
-
Subclass of GenericApplicationContext
, suitable for web environments.
- GenericWebApplicationContext() - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext.
- GenericWebApplicationContext(ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext for the given ServletContext.
- GenericWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
- GenericWebApplicationContext(DefaultListableBeanFactory, ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
- get(Object) - Method in class org.springframework.http.HttpHeaders
-
- get(String, ObjectFactory) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- get(String, ObjectFactory) - Method in class org.springframework.web.context.request.SessionScope
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.support.ServletContextScope
-
- getAccept() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable
media types, as specified by the
Accept
header.
- getAcceptCharset() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable
charsets, as specified by the
Accept-Charset
header.
- getAcceptedCharsets() - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Return the list of supported
Charset
s.
- getActualParams() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return the actual parameter Map associated with the ServletRequest.
- getActualSessionAttributeNames() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getAllFileExtensions() - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Delegate to all configured MediaTypeFileExtensionResolver instances and aggregate
the list of all known file extensions.
- getAllFileExtensions() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getAllFileExtensions() - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Return all known file extensions.
- getAllow() - Method in class org.springframework.http.HttpHeaders
-
Return the set of allowed
HTTP methods
, as specified by the
Allow
header.
- getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Return the name of the request attribute that identifies that a request
is already filtered.
- getApplicationContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
Return the current Spring ApplicationContext.
- getApplicationName() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getApplicationName() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getAsText() - Method in class org.springframework.http.MediaTypeEditor
-
- getAsText() - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- getAsyncManager(ServletRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Obtain the
WebAsyncManager
for the current request, or if not
found, create and associate it with the request.
- getAsyncManager(WebRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Obtain the
WebAsyncManager
for the current request, or if not
found, create and associate it with the request.
- getAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Return the value for the scoped attribute of the given name, if any.
- getAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getAttribute(String) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
- getAttributeMap(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF attribute Map for the specified scope
- getAttributeNameInSession(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
Calculate the attribute name in the backend session.
- getAttributeNames(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getAttributeNames(int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Retrieve the names of all attributes in the scope.
- getAttributeNames(int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getBean() - Method in class org.springframework.web.method.HandlerMethod
-
Returns the bean for this handler method.
- getBeanClassLoader() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return the bean ClassLoader that this executor is supposed to use.
- getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the bean ClassLoader to use for this interceptor.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
-
Deprecated.
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- getBeanNameGenerator() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Return the custom BeanNameGenerator
for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
, if any.
- getBeanType() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Returns the type of the contained bean.
- getBeanType() - Method in class org.springframework.web.method.HandlerMethod
-
Returns the type of the handler for this handler method.
- getBindingErrorProcessor() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the strategy to use for processing binding errors.
- getBindingResult() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Return the results of the failed validation.
- getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getBody() - Method in class org.springframework.http.HttpEntity
-
Returns the body of this entity.
- getBody() - Method in interface org.springframework.http.HttpInputMessage
-
Return the body of the message as an input stream.
- getBody() - Method in interface org.springframework.http.HttpOutputMessage
-
Return the body of the message as an output stream.
- getBody() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getBody() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- getBody() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
Abstract template method that returns the body.
- getBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Boolean parameter, or null
if not present.
- getBooleanParameter(ServletRequest, String, boolean) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a boolean parameter, with a fallback value.
- getBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of boolean parameters, return an empty array if not found.
- getBridgedMethod() - Method in class org.springframework.web.method.HandlerMethod
-
If the bean method is a bridge method, this method returns the bridged (user-defined) method.
- getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
- getBytes() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getBytes() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the contents of the file as an array of bytes.
- getCacheControl() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the Cache-Control
header.
- getCallable() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the
Callable
to use for concurrent handling (never
null
).
- getCallableInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getCharSet() - Method in class org.springframework.http.MediaType
-
Return the character set, as indicated by a charset
parameter, if any.
- getClientAddress() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the IP address that the request came from.
- getCodebaseUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
-
Return the codebase URL to download classes from if not found locally.
- getCodebaseUrl() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Return the codebase URL to download classes from if not found locally.
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Provides access to the result from concurrent handling.
- getConcurrentResultContext() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Provides access to additional processing context saved at the start of
concurrent handling.
- getConfigLocations() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the config locations for this web application context,
or null
if none specified.
- getConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the content length for the given type.
- getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- getContentLength() - Method in class org.springframework.http.HttpHeaders
-
Return the length of the body in bytes, as specified by the Content-Length
header.
- getContentType() - Method in class org.springframework.http.HttpHeaders
-
Return the
media type of the body, as specified by the
Content-Type
header.
- getContentType() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return the content type to use for sending HTTP invoker requests.
- getContentType() - Method in exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Return the HTTP request content type method that caused the failure.
- getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the content type of the file.
- getContextAttribute() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
from which to load the delegate
Filter
bean.
- getContextLoader() - Method in class org.springframework.web.context.ContextLoaderListener
-
Deprecated.
in favor of simply subclassing ContextLoaderListener itself
(which extends ContextLoader, as of Spring 3.0)
- getContextPath() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getContextPath() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getContextPath() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the context path for this request
(usually the base path that the current web application is mapped to).
- getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getConversationId() - Method in class org.springframework.web.context.request.RequestScope
-
There is no conversation id concept for a request, so this method
returns null
.
- getConversationId() - Method in class org.springframework.web.context.request.SessionScope
-
- getConversationId() - Method in class org.springframework.web.context.support.ServletContextScope
-
- getConversionService() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the ConversionService which will apply to every DataBinder.
- getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Retrieve the first cookie with the given name.
- getCookieDomain() - Method in class org.springframework.web.util.CookieGenerator
-
Return the domain for cookies created by this generator, if any.
- getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
-
Return the maximum age for cookies created by this generator.
- getCookieName() - Method in class org.springframework.web.util.CookieGenerator
-
Return the given name for cookies created by this generator.
- getCookiePath() - Method in class org.springframework.web.util.CookieGenerator
-
Return the path for cookies created by this generator.
- getCurrentWebApplicationContext() - Static method in class org.springframework.web.context.ContextLoader
-
Obtain the Spring root web application context for the current thread
(i.e.
- getCustomProperties() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Allow Map access to the custom properties to be set on the stub,
with the option to add or override specific entries.
- getCustomPropertyMap() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Allow Map access to the custom properties to be set on the stub
or call, with the option to add or override specific entries.
- getDate() - Method in class org.springframework.http.HttpHeaders
-
Returns the date and time at which the message was created, as specified by the Date
header.
- getDecoratedNavigationHandler() - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
Return the fixed original NavigationHandler decorated by this handler, if any
(that is, if passed in through the constructor).
- getDefaultConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
-
The default location for the root context is "/WEB-INF/applicationContext.xml",
and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet"
(like for a DispatcherServlet instance with the servlet-name "test").
- getDefaultContentType(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the default content type for the given type.
- getDefaultContentType() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Returns the default Content-Type
to be used for writing.
- getDefaultContentType(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getDefaultEncoding() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- getDefaultEncoding() - Method in class org.springframework.web.util.UrlPathHelper
-
Return the default character encoding to use for URL decoding.
- getDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return whether default HTML escaping is enabled for the web application,
i.e.
- getDeferredResultInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Return the target NavigationHandler to delegate to.
- getDelegates(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
- getDescription(boolean) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getDescription(boolean) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getDescription(boolean) - Method in interface org.springframework.web.context.request.WebRequest
-
Get a short description of this request,
typically containing request URI and session id.
- getDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return a full description of this event, involving
all available context data.
- getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns a description that includes the ServletContext
resource location.
- getDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- getDetailedErrorMessage(String) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Adds HandlerMethod details such as the controller type and method signature to the given error message.
- getDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Double parameter, or null
if not present.
- getDoubleParameter(ServletRequest, String, double) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a double parameter, with a fallback value.
- getDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of double parameters, return an empty array if not found.
- getEmptyValue(String, Class) - Method in class org.springframework.web.bind.WebDataBinder
-
Determine an empty value for the specified field.
- getEndpointAddress() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the endpoint address to specify on the stub or call.
- getEndpointAddress() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the endpoint address to specify on the stub.
- getErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
-
Return the error handler.
- getETag() - Method in class org.springframework.http.HttpHeaders
-
Returns the entity tag of the body, as specified by the ETag
header.
- getExecutor() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the AsyncTaskExecutor to use for concurrent handling,
or null
if none specified.
- getExpires() - Method in class org.springframework.http.HttpHeaders
-
Returns the date and time at which the message is no longer valid, as specified by
the Expires
header.
- getExternalContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF ExternalContext that this adapter operates on.
- getFacesContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF FacesContext that this adapter operates on.
- getFailureCause() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the cause of failure, if any.
- getFault() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
Return the wrapped JAX-WS SOAPFault.
- getFaultActor() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
-
Deprecated.
- getFaultActor() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultCode() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
-
Deprecated.
- getFaultCode() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
-
Deprecated.
- getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultString() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
-
Deprecated.
- getFaultString() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getFieldDefaultPrefix() - Method in class org.springframework.web.bind.WebDataBinder
-
Return the prefix for parameters that mark default fields.
- getFieldError() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldError(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldMarkerPrefix() - Method in class org.springframework.web.bind.WebDataBinder
-
Return the prefix for parameters that mark potentially empty fields.
- getFieldType(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldValue(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFile() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation resolves "file:" URLs or alternatively delegates to
ServletContext.getRealPath
, throwing a FileNotFoundException
if not found or not resolvable.
- getFile(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return the contents plus description of an uploaded file in this request,
or null
if it does not exist.
- getFile(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFileItem() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Return the underlying org.apache.commons.fileupload.FileItem
instance.
- getFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Return the underlying org.apache.commons.fileupload.disk.DiskFileItemFactory
instance.
- getFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return a
Map
of the multipart files contained in this request.
- getFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Return the filename of the given multipart part.
- getFilename() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns the name of the file that this ServletContext
resource refers to.
- getFileNames() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return an
Iterator
of String objects containing the
parameter names of the multipart files contained in this request.
- getFileNames() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFiles(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return the contents plus description of uploaded files in this request,
or an empty list if it does not exist.
- getFiles(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Return the underlying org.apache.commons.fileupload.FileUpload
instance.
- getFilterConfig() - Method in class org.springframework.web.filter.GenericFilterBean
-
Make the FilterConfig of this filter available, if any.
- getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
-
Make the name of this filter available to subclasses.
- getFirst(String) - Method in class org.springframework.http.HttpHeaders
-
Return the first header value for the given header name, if any.
- getFirstDate(String) - Method in class org.springframework.http.HttpHeaders
-
Parse the first header value for the given header name as a date, return -1 if
there is no value, or raise
IllegalArgumentException
if the value cannot be
parsed as a date.
- 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.RestOperations
-
Retrieve an entity by doing a GET on the specified URL.
- getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URI template.
- getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URL .
- getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the specified URL.
- getForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URI template.
- getForObject(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URL .
- getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- getFragment() - Method in class org.springframework.web.util.UriComponents
-
Returns the fragment.
- getGlobalError() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- getHandlers() - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
Return a read-only list with the registered handlers, or an empty list.
- getHeader(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeader(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeader(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request header of the given name, or null
if none.
- getHeaderNames() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeaderNames() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeaderNames() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a Iterator over request header names.
- getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getHeaders() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Returns the headers of the wrapped request.
- getHeaders() - Method in class org.springframework.http.HttpEntity
-
Returns the headers of this entity.
- getHeaders() - Method in interface org.springframework.http.HttpMessage
-
Return the headers of this message.
- getHeaders() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getHeaders() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- getHeaders() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
- getHeaderValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeaderValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeaderValues(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request header values for the given header name,
or null
if none.
- getHost() - Method in class org.springframework.web.util.UriComponents
-
Returns the host.
- getHttpClient() - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
-
Deprecated.
Return the HttpClient
used by this factory.
- getHttpClient() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Return the HttpClient
used by this factory.
- getHttpClient() - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Return the HttpClient instance that this request executor uses.
- getHttpClient() - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Return the
HttpClient
instance that this request executor uses.
- getHttpInvokerRequestExecutor() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Return the HttpInvokerRequestExecutor used by this remote accessor.
- getIfModifiedSince() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the If-Modified-Since
header.
- getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the If-None-Match
header.
- getIfNotModifiedSince() - Method in class org.springframework.http.HttpHeaders
-
- getInitBinderMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- getInputStream() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResourceAsStream
,
but throws a FileNotFoundException if no resource found.
- getInputStream() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getInputStream() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return an InputStream to read the contents of the file from.
- getInterceptors() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Return the request interceptor that this accessor uses.
- getIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an Integer parameter, or null
if not present.
- getIntParameter(ServletRequest, String, int) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an int parameter, with a fallback value.
- getIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of int parameters, return an empty array if not found.
- getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Return the Jackson
JavaType
for the specified type and context class.
- getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Return the Jackson JavaType
for the specified type and context class.
- getJaxbContext(Class) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
-
- getJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return a reference to an existing JAX-RPC Service instance, if any.
- getJaxRpcServiceInterface() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return the JAX-RPC service interface to use for looking up the service.
- getJaxRpcServiceProperties() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return JAX-RPC service properties to be passed to the ServiceFactory, if any.
- getJaxWsService() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return a reference to an existing JAX-WS Service instance, if any.
- getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Determine the JSON encoding to use for the given content type.
- getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Determine the JSON encoding to use for the given content type.
- getLastModified() - Method in class org.springframework.http.HttpHeaders
-
Returns the time the resource was last changed, as specified by the Last-Modified
header.
- getLocale() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getLocale() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getLocale() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the primary Locale for this request.
- getLocation() - Method in class org.springframework.http.HttpHeaders
-
Return the (new) location of a resource, as specified by the Location
header.
- getLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Long parameter, or null
if not present.
- getLongParameter(ServletRequest, String, long) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a long parameter, with a fallback value.
- getLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of long parameters, return an empty array if not found.
- getLookupPathForRequest(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the mapping lookup path for the given request, within the current
servlet mapping if applicable, else within the web application.
- getMaxPayloadLength() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return the maximum length of the payload body to be included in the log message.
- getMaxUploadSize() - Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
-
Return the maximum upload size allowed.
- getMediaType() - Method in exception org.springframework.http.InvalidMediaTypeException
-
Return the offending media type.
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Sub-classes must extract the key to use to look up a media type.
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- getMessage() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
- getMessage() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
-
- getMessage() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
- getMessage() - Method in exception org.springframework.web.util.NestedServletException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessageCodesResolver() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the strategy to use for resolving errors into message codes.
- getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
-
Return the message body converters.
- getMessageSourceAccessor() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMethod() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Returns the method of the wrapped request.
- getMethod() - Method in interface org.springframework.http.HttpRequest
-
Return the HTTP method of the request.
- getMethod() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getMethod() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the HTTP method of the request (usually GET or POST).
- getMethod() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the HTTP request method that caused the failure.
- getMethod() - Method in class org.springframework.web.method.HandlerMethod
-
Returns the method for this handler method.
- getMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
-
Returns a single annotation on the underlying method traversing its super methods if no
annotation can be found on the given method itself.
- getMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
-
Returns the method parameters for this handler method.
- getModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the model to use: the "default" or the "redirect" model.
- getModelAttributeMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- getMultiFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return a MultiValueMap
of the multipart files contained in this request.
- getMultiFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getMultipartContentType(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Determine the content type of the specified request part.
- getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getMultipartFiles() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartFiles() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Obtain the MultipartFile Map for retrieval,
lazily initializing it if necessary.
- getMultipartHeaders(String) - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return the headers associated with the specified part of the multipart request.
- getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Obtain the multipart parameter content type Map for retrieval,
lazily initializing it if necessary.
- getMultipartParameters() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartParameters() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Obtain the multipart parameter Map for retrieval,
lazily initializing it if necessary.
- getMultipartResolverBeanName() - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Return the bean name of the MultipartResolver to fetch from Spring's
root application context.
- getName() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getName() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the name of the parameter in the multipart form.
- getNameForParameter(MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
-
Derives the model attribute name for a method parameter based on:
The parameter @ModelAttribute
annotation value
The parameter type
- getNameForReturnValue(Object, MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
-
Derive the model attribute name for the given return value using
one of the following:
The method ModelAttribute
annotation value
The declared return type if it is other than Object
The actual return value type
- getNamespace() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the namespace for this web application context, if any.
- getNamespace() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getNamespace() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getNamespace() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getNamespaceUri() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return the namespace URI of the service.
- getNamespaceUri() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return the namespace URI of the service.
- getNativeRequest() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeRequest() - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native request object, if available.
- getNativeRequest(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native request object, if available.
- getNativeRequest() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeRequest(ServletRequest, Class<T>) - Static method in class org.springframework.web.util.WebUtils
-
Return an appropriate request object of the specified type, if available,
unwrapping the given request as far as necessary.
- getNativeResponse() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeResponse() - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native response object, if available.
- getNativeResponse(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native response object, if available.
- getNativeResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeResponse(ServletResponse, Class<T>) - Static method in class org.springframework.web.util.WebUtils
-
Return an appropriate response object of the specified type, if available,
unwrapping the given response as far as necessary.
- getNestedDiagnosticContextMessage(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Determine the message to be pushed onto the Log4J nested diagnostic context.
- getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
-
Determine the message to be pushed onto the Log4J nested diagnostic context.
- getNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
-
- getObject() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- getObject() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Return the singleton ObjectMapper.
- getObject() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Return the singleton ObjectMapper.
- getObject() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
- 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.jaxrpc.JaxRpcPortProxyFactoryBean
-
Deprecated.
- getObject() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
-
Deprecated.
- 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.ServletContextFactoryBean
-
Deprecated.
- getObject() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Return the underlying ObjectMapper
for this view.
- getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Return the underlying ObjectMapper
for this view.
- getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
-
- getObjectType() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- getObjectType() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
- 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.jaxrpc.JaxRpcPortProxyFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
-
Deprecated.
- 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.ServletContextFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- getOrCreateSessionAttribute(HttpSession, String, Class<?>) - Static method in class org.springframework.web.util.WebUtils
-
Get the specified session attribute, creating and setting a new attribute if
no existing found.
- getOrder() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Returns the order value extracted from the
ControllerAdvice
annotation or
Ordered.LOWEST_PRECEDENCE
otherwise.
- getOriginalException() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
-
Deprecated.
Return the wrapped JAX-RPC SOAPFaultException.
- 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.
- getOriginalVariableResolver() - Method in class org.springframework.web.jsf.DelegatingVariableResolver
-
Deprecated.
Return the original JSF VariableResolver that this resolver delegates to.
- getOriginalVariableResolver() - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
-
Deprecated.
Return the original JSF VariableResolver that this resolver delegates to.
- getOriginatingContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getOriginatingQueryString(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the query string part of the given request's URL.
- getOriginatingRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the request URI for the given request.
- getOriginatingServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the servlet path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getParamConditions() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return the parameter conditions that have been violated.
- getParameter(String) - Method in class org.springframework.http.MediaType
-
Return a generic parameter value, given a parameter name.
- getParameter() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Return the method parameter that failed validation.
- getParameter(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameter(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameter(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request parameter of the given name, or null
if none.
- getParameter(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterMap() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterMap() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterMap() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a immutable Map of the request parameters, with parameter names as map keys
and parameter values as map values.
- getParameterMap() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterMap() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getParameterName() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
-
Return the name of the offending parameter.
- getParameterNames() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterNames() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterNames() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a Iterator over request parameter names.
- getParameterNames() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterNames() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getParameters() - Method in class org.springframework.http.MediaType
-
Return all generic parameter values.
- getParametersStartingWith(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Return a map containing all parameters with the given prefix.
- getParameterType() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
-
Return the expected type of the offending parameter.
- getParameterValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterValues(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request parameter values for the given parameter name,
or null
if none.
- getParameterValues(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getPassword() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the password to specify on the stub or call.
- getPassword() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the password to specify on the stub.
- getPath() - Method in class org.springframework.web.context.support.ServletContextResource
-
Return the path for this resource.
- getPath() - Method in class org.springframework.web.util.UriComponents
-
Returns the path.
- getPathSegments() - Method in class org.springframework.web.util.UriComponents
-
Returns the list of path segments.
- getPathWithinApplication(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the path within the web application for the given request.
- getPathWithinContext() - Method in class org.springframework.web.context.support.ServletContextResource
-
- getPathWithinServletMapping(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the path within the servlet mapping for the given request,
i.e.
- getPhaseId() - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
- getPort() - Method in class org.springframework.web.util.UriComponents
-
Returns the port.
- getPortInterface() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the JAX-RPC port interface to use.
- getPortName() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the name of the port.
- getPortName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the name of the port.
- getPortQName() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the prepared QName for the port.
- getPortQName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the prepared QName for the port.
- getPortStub() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the underlying JAX-RPC port stub that this interceptor delegates to
for each method invocation on the proxy.
- getPortStub(Service, QName) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Obtain the port stub from the given JAX-WS Service.
- getPortStub() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the underlying JAX-WS port stub that this interceptor delegates to
for each method invocation on the proxy.
- getPragma() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the Pragma
header.
- getProcessingTimeMillis() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the processing time of the request in milliseconds.
- getProperty(String) - Method in class org.springframework.web.context.support.ServletConfigPropertySource
-
- getProperty(String) - Method in class org.springframework.web.context.support.ServletContextPropertySource
-
- getPropertyEditorRegistrars() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the PropertyEditorRegistrars to be applied to every DataBinder.
- getPropertyNames() - Method in class org.springframework.web.context.support.ServletConfigPropertySource
-
- getPropertyNames() - Method in class org.springframework.web.context.support.ServletContextPropertySource
-
- getQName(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return a QName for the given name, relative to the namespace URI
of this factory, if given.
- getQName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return a QName for the given name, relative to the namespace URI
of this factory, if given.
- getQualityValue() - Method in class org.springframework.http.MediaType
-
Return the quality value, as indicated by a q
parameter, if any.
- getQuery() - Method in class org.springframework.web.util.UriComponents
-
Returns the query.
- getQueryParams() - Method in class org.springframework.web.util.UriComponents
-
Returns the map of query parameters.
- getRawStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code of the response as integer
- getRawStatusCode() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the raw HTTP status code value.
- getRealPath(ServletContext, String) - Static method in class org.springframework.web.util.WebUtils
-
Return the real path of the given path within the web application,
as provided by the servlet container.
- getReasonPhrase() - Method in enum org.springframework.http.HttpStatus
-
Return the reason phrase of this status code.
- getRemoteUser() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getRemoteUser() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getRemoteUser() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the remote user for this request, if any.
- getRequest() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Returns the wrapped request.
- getRequest() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getRequest() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Return the RequestAttributes currently bound to the thread.
- getRequestFactory() - Method in class org.springframework.http.client.support.HttpAccessor
-
Return the request factory that this accessor uses for obtaining
HttpRequests
.
- getRequestFactory() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
- getRequestHeaders() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return this request's headers as a convenient HttpHeaders instance.
- getRequestHeaders() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequestMethod() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return this request's method as a convenient HttpMethod instance.
- getRequestMethod() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequestPartName() - Method in exception org.springframework.web.multipart.support.MissingServletRequestPartException
-
- getRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the request URI for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getRequestUrl() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the URL of the request.
- getRequiredBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a boolean parameter, throwing an exception if it isn't found
or isn't a boolean.
- getRequiredBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of boolean parameters, throwing an exception if not found
or one isn't a boolean.
- getRequiredDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a double parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of double parameters, throwing an exception if not found or one is not a number.
- getRequiredFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a float parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of float parameters, throwing an exception if not found or one is not a number.
- getRequiredIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an int parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of int parameters, throwing an exception if not found or one is not a number..
- getRequiredLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a long parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of long parameters, throwing an exception if not found or one is not a number.
- getRequiredSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request for a session attribute of the given name.
- getRequiredStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, throwing an exception if it isn't found.
- getRequiredStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of String parameters, throwing an exception if not found.
- getRequiredWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
- getRequiredWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
- getResolvers() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
Return a read-only list with the contained resolvers, or an empty list.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.ServletContextResourceLoader
-
This implementation supports file paths beneath the root of the web application.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getResponseBody(HttpInvokerClientConfiguration, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Extract the response body from the given executed remote invocation request.
- getResponseBody(HttpInvokerClientConfiguration, HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Extract the response body from the given executed remote invocation request.
- getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the response body as a byte array.
- getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the response body as a byte array.
- getResponseBodyAsString() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the response body as a string.
- getResponseBodyAsString() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the response body as a string.
- getResponseHeaders() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the HTTP response headers.
- getResponseHeaders() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the HTTP response headers.
- getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- getReturnType() - Method in class org.springframework.web.method.HandlerMethod
-
Return the HandlerMethod return type.
- getReturnValueType(Object) - Method in class org.springframework.web.method.HandlerMethod
-
Return the actual return value type.
- getScheme() - Method in class org.springframework.web.util.UriComponents
-
Returns the scheme.
- getSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponents
-
Returns the scheme specific part.
- getScope() - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
Template method that determines the actual target scope.
- getScope() - Method in class org.springframework.web.context.request.RequestScope
-
- getScope() - Method in class org.springframework.web.context.request.SessionScope
-
- getScope(String) - Static method in class org.springframework.web.util.TagUtils
-
Determines the scope for a given input String
.
- getScopeMetadataResolver() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Return the custom ScopeMetadataResolver
for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
, if any.
- getServiceFactory() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return the specified ServiceFactory instance, if any.
- getServiceFactoryClass() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return the ServiceFactory class to use, or null
if default.
- getServiceInterface() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the interface of the service that this factory should create a proxy for.
- 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.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return the name of the service.
- getServiceName() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return the name of the service.
- getServicePostProcessors() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return the JaxRpcServicePostProcessors to be applied to JAX-RPC Service
instances created by this factory.
- getServiceUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
-
Return the HTTP URL of the target service.
- getServletConfig() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the ServletConfig for this web application context, if any.
- getServletConfig() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getServletConfig() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getServletConfig() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getServletContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
Return the current ServletContext.
- 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.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.
- getServletEndpointContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
Return the current JAX-RPC ServletEndpointContext.
- getServletName() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the name of the servlet that handled the request.
- getServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the servlet path for the given request, regarding an include request
URL if called within a RequestDispatcher include.
- getServletRequest() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
Returns the HttpServletRequest
this object is based on.
- getServletResponse() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
Return the HttpServletResponse
this object is based on.
- getSession(boolean) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request for a session attribute of the given name.
- getSessionId() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getSessionId() - Method in interface org.springframework.web.context.request.RequestAttributes
-
Return an id for the current underlying session.
- getSessionId() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionId() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the id of the HTTP session, if any.
- getSessionId(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Determine the session id of the given request, if any.
- getSessionMutex() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getSessionMutex() - Method in interface org.springframework.web.context.request.RequestAttributes
-
Expose the best available mutex for the underlying session:
that is, an object to synchronize on for the underlying session.
- getSessionMutex() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionMutex(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionMutex(HttpSession) - Static method in class org.springframework.web.util.WebUtils
-
Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the
SessionStatus
instance to use that can be used to
signal that session processing is complete.
- getShortDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return a short description of this event, only involving
the most important context data.
- getShortDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- getSize() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getSize() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the size of the file in bytes.
- getSoapActionUri() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the SOAP action URI to specify on the stub.
- getSource() - Method in class org.springframework.web.bind.EscapedErrors
-
- getStatusCode() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
- getStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code of the response.
- getStatusCode() - Method in class org.springframework.http.ResponseEntity
-
Return the HTTP status code of the response.
- getStatusCode() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the HTTP status code.
- getStatusText() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status text of the response.
- getStatusText() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the HTTP status text.
- getStatusText() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the HTTP status text.
- getStorageDescription() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Return a description for the storage location of the multipart content.
- getStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, or null
if not present.
- getStringParameter(ServletRequest, String, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, with a fallback value.
- getStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of String parameters, return an empty array if not found.
- getSubtype() - Method in class org.springframework.http.MediaType
-
Return the subtype.
- getSupportedHttpMethods() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the actually supported HTTP methods, if known, as
HttpMethod
instances.
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- getSupportedMediaTypes() - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Return the list of
MediaType
objects supported by this converter.
- getSupportedMediaTypes() - Method in exception org.springframework.web.HttpMediaTypeException
-
Return the list of supported media types.
- getSupportedMethods() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the actually supported HTTP methods, if known.
- getTargetBeanName() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return the name of the target bean in the Spring application context.
- getTargetBeanName(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Return the name of the target NavigationHandler bean in the BeanFactory.
- getTargetPage(ServletRequest, String, int) - Static method in class org.springframework.web.util.WebUtils
-
Return the target page specified in the request.
- getTempDir() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
Return the temporary directory for the current web application,
as provided by the servlet container.
- 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.MediaType
-
Return the primary type.
- getType(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- getURI() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Returns the URI of the wrapped request.
- getURI() - Method in interface org.springframework.http.HttpRequest
-
Return the URI of the request.
- getURI() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getURL() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResource
,
but throws a FileNotFoundException if no resource found.
- getUserInfo() - Method in class org.springframework.web.util.UriComponents
-
Returns the user info.
- getUsername() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the username to specify on the stub or call.
- getUsername() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the username to specify on the stub.
- getUserName() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the name of the user that was associated with the request
(usually the UserPrincipal).
- getUserPrincipal() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getUserPrincipal() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getUserPrincipal() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the user principal for this request, if any.
- getValidator() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the Validator to apply after each binding step, if any.
- getValue(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getVariableNames() - Method in class org.springframework.web.util.UriTemplate
-
Return the names of the variables in the template, in order.
- getView() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the View object, or null
if we using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
- getViewName() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the view name to be resolved by the DispatcherServlet via a
ViewResolver, or null
if a View object is set.
- getWebApplicationContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
Return the current Spring WebApplicationContext.
- 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
-
- 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(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
-
Deprecated.
Retrieve the web application context to delegate bean name resolution to.
- getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
Retrieve the web application context to delegate bean name resolution to.
- getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
Retrieve the WebApplicationContext reference to expose.
- getWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
- getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
-
Deprecated.
Retrieve the WebApplicationContext reference to expose.
- getWebRequest() - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Return the URL of the WSDL document that describes the service.
- 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"
- handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
-
Processes the incoming Burlap request and creates a Burlap response.
- handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleHessianServiceExporter
-
Processes the incoming Hessian request and creates a Hessian response.
- handle(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Reads a remote invocation from the request, executes it,
and writes the remote invocation result to the response.
- handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
Handles the error in the given response.
- handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Invoked when a matching media type is found in the lookup map.
- handleMatch(String, MediaType) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
- handleMatch(String, MediaType) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
This implementation of the standard JSF handleNavigation
method
delegates to the overloaded variant, passing in constructor-injected
NavigationHandler as argument.
- handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
Special handleNavigation
variant with explicit NavigationHandler
argument.
- handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Handle the navigation request implied by the specified parameters,
through delegating to the target bean in the Spring application context.
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Invoked when no matching media type is found in the lookup map.
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
- handleRemoteException(Method, RemoteException) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Handle the given RemoteException that was thrown from a JAX-RPC port stub
or JAX-RPC call invocation.
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.BurlapServiceExporter
-
Processes the incoming Burlap request and creates a Burlap response.
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.HessianServiceExporter
-
Processes the incoming Hessian request and creates a Hessian response.
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Reads a remote invocation from the request, executes it,
and writes the remote invocation result to the response.
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.HttpRequestHandler
-
Process the given request, generating a response.
- handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
Invoked after a value is resolved.
- handleResult(Object) - Method in interface org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler
-
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
- 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
-
- HandlerMethod - Class in org.springframework.web.method
-
Encapsulates information about a handler method consisting of a
method
and a
bean.
- HandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.HandlerMethod
-
Create an instance from a bean instance and a method.
- HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.HandlerMethod
-
Create an instance from a bean instance, method name, and parameter types.
- HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.web.method.HandlerMethod
-
Create an instance from a bean name, a method, and a BeanFactory
.
- HandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.HandlerMethod
-
Copy constructor for use in sub-classes.
- HandlerMethodArgumentResolver - Interface in org.springframework.web.method.support
-
Strategy interface for resolving method parameters into argument values in
the context of a given request.
- HandlerMethodArgumentResolverComposite - Class in org.springframework.web.method.support
-
- HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
- HandlerMethodInvocationException - Exception in org.springframework.web.bind.annotation.support
-
Exception indicating that the execution of an annotated MVC handler method failed.
- HandlerMethodInvocationException(Method, Throwable) - Constructor for exception org.springframework.web.bind.annotation.support.HandlerMethodInvocationException
-
Create a new HandlerMethodInvocationException for the given Method handle and cause.
- HandlerMethodInvoker - Class in org.springframework.web.bind.annotation.support
-
Support class for invoking an annotated handler method.
- HandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, WebArgumentResolver[], HttpMessageConverter[]) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- HandlerMethodResolver - Class in org.springframework.web.bind.annotation.support
-
Support class for resolving web method annotations in a handler type.
- HandlerMethodResolver() - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- HandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
-
Strategy interface to handle the value returned from the invocation of a
handler method .
- HandlerMethodReturnValueHandlerComposite - Class in org.springframework.web.method.support
-
- HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- HandlerMethodSelector - Class in org.springframework.web.method
-
Defines the algorithm for searching handler methods exhaustively including interfaces and parent
classes while also dealing with parameterized methods as well as interface and class-based proxies.
- HandlerMethodSelector() - Constructor for class org.springframework.web.method.HandlerMethodSelector
-
- handleTimeout(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Invoked from a container thread when the async request times out before
the Callable
task completes.
- handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
-
- handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
-
Invoked from a container thread when an async request times out before
the DeferredResult
has been set.
- handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
-
This implementation returns true
by default allowing other interceptors
to be given a chance to handle the timeout.
- handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
-
- handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
-
- hasAncestorOfType(Tag, Class) - Static method in class org.springframework.web.util.TagUtils
-
Determine whether the supplied
Tag
has any ancestor tag
of the supplied type.
- hasBody() - Method in class org.springframework.http.HttpEntity
-
Indicates whether this entity has a body.
- hasConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Whether a result value exists as a result of concurrent handling.
- hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- hasError(HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
Indicates whether the given response has any errors.
- hasErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- hasExceptionMappings() - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Whether the contained type has any exception mappings.
- hasFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- hasFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- hasHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- hashCode() - Method in class org.springframework.http.HttpEntity
-
- hashCode() - Method in class org.springframework.http.HttpHeaders
-
- hashCode() - Method in class org.springframework.http.MediaType
-
- hashCode() - Method in class org.springframework.http.ResponseEntity
-
- hashCode() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns the hash code of the underlying
ServletContext resource location.
- hashCode() - Method in class org.springframework.web.method.ControllerAdviceBean
-
- hashCode() - Method in class org.springframework.web.method.HandlerMethod
-
- hasMessageBody(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
-
Indicates whether the given response has a message body.
- hasSessionAttributes() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- hasSessionAttributes() - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Whether the controller represented by this instance has declared any
session attributes through an
SessionAttributes
annotation.
- hasSubmitParameter(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Check if a specific input type="submit" parameter was sent in the request,
either via a button (directly with name) or via an image (name + ".x" or
name + ".y").
- hasTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
-
A ContentNegotiationStrategy that parses the 'Accept' header of the request.
- HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
-
- 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
-
- HessianClientInterceptor() - Constructor for class org.springframework.remoting.caucho.HessianClientInterceptor
-
- HessianExporter - Class in org.springframework.remoting.caucho
-
General stream-based protocol exporter for a Hessian endpoint.
- HessianExporter() - Constructor for class org.springframework.remoting.caucho.HessianExporter
-
- HessianProxyFactoryBean - Class in org.springframework.remoting.caucho
-
FactoryBean
for Hessian proxies.
- HessianProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- HessianServiceExporter - Class in org.springframework.remoting.caucho
-
Servlet-API-based HTTP request handler that exports the specified service bean
as Hessian service endpoint, accessible via a Hessian proxy.
- HessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.HessianServiceExporter
-
- HiddenHttpMethodFilter - Class in org.springframework.web.filter
-
- HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
-
- host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI host.
- HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
-
HTML escape parameter at the servlet context level
(i.e.
- htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn special characters into HTML character references.
- htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
-
Turn HTML character references into their plain text UNICODE equivalent.
- HtmlUtils - Class in org.springframework.web.util
-
Utility class for HTML escaping.
- HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
-
- HTTP_HEADER_ACCEPT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_HEADER_ACCEPT_LANGUAGE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_HEADER_CONTENT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HTTP_METHOD_POST - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- HttpAccessor - Class in org.springframework.http.client.support
-
- HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
-
- HttpClientErrorException - Exception in org.springframework.web.client
-
Exception thrown when an HTTP 4xx is received.
- HttpClientErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on an
HttpStatus
.
- HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on an
HttpStatus
and status text.
- HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on an
HttpStatus
, status text, and response body content.
- HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on an
HttpStatus
, status text, and response body content.
- HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
-
- HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- 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
-
- HttpComponentsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Create a new instance of the HttpComponentsClientHttpRequestFactory
with the given
HttpClient
instance.
- HttpEntity<T> - Class in org.springframework.http
-
Represents an HTTP request or response entity, consisting of headers and body.
- HttpEntity() - Constructor for class org.springframework.http.HttpEntity
-
Create a new, empty HttpEntity
.
- HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity
with the given body and no headers.
- HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity
with the given headers and no body.
- HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity
with the given body and headers.
- HttpHeaders - Class in org.springframework.http
-
Represents HTTP request and response headers, mapping string header names to list of string values.
- HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
-
Constructs a new, empty instance of the HttpHeaders
object.
- HttpInputMessage - Interface in org.springframework.http
-
Represents an HTTP input message, consisting of
headers
and a readable
body.
- HttpInvokerClientConfiguration - Interface in org.springframework.remoting.httpinvoker
-
Configuration interface for executing HTTP invoker requests.
- HttpInvokerClientInterceptor - Class in org.springframework.remoting.httpinvoker
-
- HttpInvokerClientInterceptor() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
- HttpInvokerProxyFactoryBean - Class in org.springframework.remoting.httpinvoker
-
FactoryBean
for HTTP invoker proxies.
- HttpInvokerProxyFactoryBean() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- HttpInvokerRequestExecutor - Interface in org.springframework.remoting.httpinvoker
-
Strategy interface for actual execution of an HTTP invoker request.
- HttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
-
Servlet-API-based HTTP request handler that exports the specified service bean
as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
- HttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
- HttpMediaTypeException - Exception in org.springframework.web
-
Abstract base for exceptions related to media types.
- HttpMediaTypeException(String) - Constructor for exception org.springframework.web.HttpMediaTypeException
-
Create a new HttpMediaTypeException.
- HttpMediaTypeException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeException
-
Create a new HttpMediaTypeException with a list of supported media types.
- HttpMediaTypeNotAcceptableException - Exception in org.springframework.web
-
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
- HttpMediaTypeNotAcceptableException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
-
Create a new HttpMediaTypeNotAcceptableException.
- HttpMediaTypeNotAcceptableException(List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
-
Create a new HttpMediaTypeNotSupportedException.
- HttpMediaTypeNotSupportedException - Exception in org.springframework.web
-
Exception thrown when a client POSTs, PUTs, or PATCHes content of a type
not supported by request handler.
- HttpMediaTypeNotSupportedException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Create a new HttpMediaTypeNotSupportedException.
- HttpMediaTypeNotSupportedException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Create a new HttpMediaTypeNotSupportedException.
- HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Create a new HttpMediaTypeNotSupportedException.
- HttpMessage - Interface in org.springframework.http
-
Represents the base interface for HTTP request and response messages.
- HttpMessageConversionException - Exception in org.springframework.http.converter
-
- HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
-
Create a new HttpMessageConversionException.
- HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
-
Create a new HttpMessageConversionException.
- HttpMessageConverter<T> - Interface in org.springframework.http.converter
-
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
- HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
-
Response extractor that uses the given
entity
converters to convert the response into a type
T
.
- HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
-
Creates a new instance of the HttpMessageConverterExtractor
with the given
response type and message converters.
- HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
-
Creates a new instance of the HttpMessageConverterExtractor
with the given
response type and message converters.
- HttpMessageNotReadableException - Exception in org.springframework.http.converter
-
- HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotWritableException - Exception in org.springframework.http.converter
-
- HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
-
Create a new HttpMessageNotWritableException.
- HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
-
Create a new HttpMessageNotWritableException.
- HttpMethod - Enum in org.springframework.http
-
Java 5 enumeration of HTTP request methods.
- HttpOutputMessage - Interface in org.springframework.http
-
Represents an HTTP output message, consisting of
headers
and a writable
body.
- HttpPutFormContentFilter - Class in org.springframework.web.filter
-
Filter
that makes form encoded data available through
the
ServletRequest.getParameter*()
family of methods during HTTP PUT
or PATCH requests.
- HttpPutFormContentFilter() - Constructor for class org.springframework.web.filter.HttpPutFormContentFilter
-
- HttpRequest - Interface in org.springframework.http
-
Represents an HTTP request message, consisting of
method
and
uri.
- HttpRequestHandler - Interface in org.springframework.web
-
Plain handler interface for components that process HTTP requests,
analogous to a Servlet.
- HttpRequestHandlerServlet - Class in org.springframework.web.context.support
-
Simple HttpServlet that delegates to an
HttpRequestHandler
bean defined
in Spring's root web application context.
- HttpRequestHandlerServlet() - Constructor for class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- HttpRequestMethodNotSupportedException - Exception in org.springframework.web
-
Exception thrown when a request handler does not support a
specific request method.
- HttpRequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestMethodNotSupportedException(String, String[]) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestMethodNotSupportedException(String, Collection<String>) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestMethodNotSupportedException(String, String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestMethodNotSupportedException(String, String[], String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
-
Create a new HttpRequestMethodNotSupportedException.
- HttpRequestWrapper - Class in org.springframework.http.client.support
-
Provides a convenient implementation of the
HttpRequest
interface that can be overridden to adapt the
request.
- HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
-
Creates a new HttpRequest
wrapping the given request object.
- HttpServerErrorException - Exception in org.springframework.web.client
-
Exception thrown when an HTTP 5xx is received.
- HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on an
HttpStatus
.
- HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on an
HttpStatus
and status text.
- HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on an
HttpStatus
, status text, and response body content.
- HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on a
HttpStatus
, status text, and response body content.
- HttpSessionMutexListener - Class in org.springframework.web.util
-
Servlet 2.3 HttpSessionListener that automatically exposes the
session mutex when an HttpSession gets created.
- HttpSessionMutexListener() - Constructor for class org.springframework.web.util.HttpSessionMutexListener
-
- HttpSessionRequiredException - Exception in org.springframework.web
-
Exception thrown when an HTTP request handler requires a pre-existing session.
- HttpSessionRequiredException(String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
-
Create a new HttpSessionRequiredException.
- HttpStatus - Enum in org.springframework.http
-
Java 5 enumeration of HTTP status codes.
- HttpStatus.Series - Enum in org.springframework.http
-
Java 5 enumeration of HTTP status series.
- HttpStatusCodeException - Exception in org.springframework.web.client
-
Abstract base class for exceptions based on an
HttpStatus
.
- HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on an
HttpStatus
.
- HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on an
HttpStatus
and status text.
- HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on an
HttpStatus
, status text, and response body content.
- HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on an
HttpStatus
, status text, and response body content.
- 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
-
- INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attributes for include URI and paths.
- INCLUDE_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- includes(MediaType) - Method in class org.springframework.http.MediaType
-
Indicate whether this MediaType
includes the given media type.
- init(Object) - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
Initialize this JAX-RPC servlet endpoint.
- init(Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Initialize a new HandlerMethodResolver for the specified handler type.
- init() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- init() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
-
- init(FilterConfig) - Method in class org.springframework.web.filter.CompositeFilter
-
Initialize all the filters, calling each one's init method in turn in the order supplied.
- init(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
-
Standard way of initializing this filter.
- initApplicationContext(ApplicationContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
- initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.filter.GenericFilterBean
-
Initialize the BeanWrapper for this GenericFilterBean,
possibly with custom editors.
- InitBinder - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that identifies methods which initialize the
WebDataBinder
which
will be used for populating command and form object arguments
of annotated handler methods.
- initBinder(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- initBinder(WebDataBinder, WebRequest) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
- initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
Extension point to further initialize the created data binder instance
(e.g.
- initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
-
Initialize the given DataBinder for the given request.
- initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Initialize a WebDataBinder with @InitBinder
methods.
- InitBinderDataBinderFactory - Class in org.springframework.web.method.annotation
-
Adds initialization to a WebDataBinder via @InitBinder
methods.
- InitBinderDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Create a new instance.
- initDelegate(WebApplicationContext) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Initialize the Filter delegate, defined as bean the given Spring
application context.
- initFilterBean() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
- initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
-
Subclasses may override this to perform custom initialization.
- initializeMultipart() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Lazily initialize the multipart request, if possible.
- initializeMultipart() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- initLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
-
Initialize log4j, including setting the web app root system property.
- initModel(NativeWebRequest, ModelAndViewContainer, HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
-
Populate the model in the following order:
Retrieve "known" session attributes -- i.e.
- initPropertySources(ServletContext, ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebEnvironment
-
Replace any stub property source
instances acting as placeholders with real servlet context/config property sources
using the given parameters.
- initPropertySources() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- initPropertySources() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
- initPropertySources(ServletContext, ServletConfig) - Method in class org.springframework.web.context.support.StandardServletEnvironment
-
- initPropertySources() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- initServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Subclasses may override this for custom initialization based
on the ServletContext that this application object runs in.
- initServletPropertySources(MutablePropertySources, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
- initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Replace Servlet
-based stub property sources
with
actual instances populated with the given servletContext
and
servletConfig
objects.
- initWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
Initialize Spring's web application context for the given servlet context,
using the application context provided at construction time, or creating a new one
according to the "
contextClass
" and
"
contextConfigLocation
" context-params.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
-
Intercept the given request, and return a response.
- InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
-
- InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
Creates a new instance of the InterceptingClientHttpRequestFactory
with the given parameters.
- InterceptingHttpAccessor - Class in org.springframework.http.client.support
-
Base class for
RestTemplate
and other HTTP accessing gateway helpers, adding
interceptor-related properties to
HttpAccessor
's common properties.
- InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
-
- IntrospectorCleanupListener - Class in org.springframework.web.util
-
- IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
-
- InvalidMediaTypeException - Exception in org.springframework.http
-
- InvalidMediaTypeException(String, String) - Constructor for exception org.springframework.http.InvalidMediaTypeException
-
Create a new InvalidMediaTypeException for the given media type.
- InvocableHandlerMethod - Class in org.springframework.web.method.support
-
Provides a method for invoking the handler method for a given request after resolving its method argument
values through registered
HandlerMethodArgumentResolver
s.
- InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Create an instance from the given handler and method.
- InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Create an instance from a HandlerMethod
.
- InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Construct a new handler method with the given bean instance, method name and parameters.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
- invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.BurlapExporter
-
Perform an invocation on the exported object.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
- invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Perform an invocation on the exported object.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Translates the method invocation into a JAX-RPC service invocation.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- invokeDelegate(Filter, ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Actually invoke the delegate Filter with the given request and response.
- invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Invoke the method after resolving its argument values in the context of the given request.
- invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- 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.
- isAsyncComplete() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Whether asynchronous processing has completed.
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
Whether async request processing has completed.
- isAsyncDispatch(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
The dispatcher type javax.servlet.DispatcherType.ASYNC
introduced
in Servlet 3.0 means a filter can be invoked in more than one thread over
the course of a single request.
- isAsyncStarted() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
- isAsyncStarted() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- isAsyncStarted() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- isAsyncStarted(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Whether request processing is in asynchronous mode meaning that the
response will not be committed after the current thread is exited.
- isAutoGrowNestedPaths() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return whether a binder should attempt to "auto-grow" a nested path that contains a null value.
- isAvailable() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Determine whether the multipart content is still available.
- isBindEmptyMultipartFiles() - Method in class org.springframework.web.bind.WebDataBinder
-
Return whether to bind empty MultipartFile parameters.
- isBinderMethodApplicable(HandlerMethod, WebDataBinder) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Return true
if the given @InitBinder
method should be
invoked to initialize the given WebDataBinder.
- isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Whether to raise a fatal bind exception on validation errors.
- isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Determine whether the given value qualifies as a "binding candidate", i.e.
- isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
-
Indicate whether this MediaType
is compatible with the given media type.
- isComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
-
Return whether the current handler's session processing has been marked
as complete.
- isComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
-
- isConcrete() - Method in class org.springframework.http.MediaType
-
Indicates whether this media type is concrete, i.e.
- 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.
- isConnectFailure(RemoteException) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Determine whether the given RMI exception indicates a connect failure.
- isContextRequired() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Overrides the base class behavior to enforce running in an ApplicationContext.
- isCookieHttpOnly() - Method in class org.springframework.web.util.CookieGenerator
-
Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- isCookieSecure() - Method in class org.springframework.web.util.CookieGenerator
-
Return whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL).
- isDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return whether default HTML escaping is enabled for the web application,
i.e.
- isDirectFieldAccess() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return whether to use direct field access instead of bean property access.
- isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, byte[]) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Indicates whether the given request and response are eligible for ETag generation.
- isEmpty() - Method in class org.springframework.http.HttpHeaders
-
- isEmpty() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- isEmpty() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return whether the uploaded file is empty, that is, either no file has
been chosen in the multipart form or the chosen file has no content.
- isExpressionLanguage(String) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
Check if the given expression value is an EL expression.
- isGzipResponse(PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Determine whether the given response indicates a GZIP response.
- isGzipResponse(HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Determine whether the given response indicates a GZIP response.
- isGzipResponse(HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Determine whether the given response is a GZIP response.
- isHandlerMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- isHandlerSessionAttribute(String, Class<?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Whether the attribute name or type match the names and types specified
via @SessionAttributes
in underlying controller.
- isIncludeClientInfo() - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Return whether or not the session id and user name should be included
in the log message.
- isIncludeClientInfo() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the client address and session id should be included in the
log message.
- isIncludePayload() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the request payload (body) should be included in the log message.
- isIncludeQueryString() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the query string should be included in the log message.
- isIncludeRequest(ServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Determine whether the given request is an include request,
that is, not a top-level HTTP request coming in from the outside.
- isInitBinderMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- isMaintainSession() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return the maintain session flag to specify on the stub or call.
- isMaintainSession() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the "session.maintain" flag to specify on the stub.
- isModelAttributeMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Determine if the given request contains multipart content.
- isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isPrepared() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Return whether this client interceptor has already been prepared,
i.e.
- isPrepared() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return whether this client interceptor has already been prepared,
i.e.
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Returns the configured value for whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Returns the configured value for whether XML external entities are allowed.
- isReadable() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResourceAsStream
,
which returns null
in case of a non-readable resource (e.g.
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- isRequestActive() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Determine whether the original request is still active.
- isRequestHandled() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the request is handled directly.
- isSecure() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- isSecure() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isSecure() - Method in interface org.springframework.web.context.request.WebRequest
-
Return whether this request has been sent over a secure transport
mechanism (such as SSL).
- isSessionAttribute(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
- isSetOrExpired() - Method in class org.springframework.web.context.request.async.DeferredResult
-
Return true
if this DeferredResult is no longer usable either
because it was previously set or because the underlying request expired.
- isSingleton() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- isSingleton() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
- 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.jaxrpc.JaxRpcPortProxyFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
-
Deprecated.
- 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.ServletContextFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- isSpringJspExpressionSupportActive(PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
Check whether Spring's JSP expression support is actually active.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Whether DTD parsing is supported.
- isTargetFilterLifecycle() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return whether to invoke the Filter.init
and
Filter.destroy
lifecycle methods on the target bean.
- isUploadTempDirSpecified() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- isUserInRole(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- isUserInRole(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isUserInRole(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Determine whether the user is in the given role for this request.
- isUseSoapAction() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the "soapaction.use" flag to specify on the stub.
- isViewReference() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the view is a view reference specified via a name to be
resolved by the DispatcherServlet via a ViewResolver.
- isVoid() - Method in class org.springframework.web.method.HandlerMethod
-
Returns true
if the method return type is void, false
otherwise.
- isWildcardSubtype() - Method in class org.springframework.http.MediaType
-
Indicates whether the
subtype is the wildcard character
*
or the wildcard character followed by a sufiix (e.g.
- isWildcardType() - Method in class org.springframework.http.MediaType
-
Indicates whether the
type is the wildcard character
*
or not.
- raiseMissingCookieException(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- raiseMissingHeaderException(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- raiseMissingParameterException(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- raiseSessionRequiredException(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- read(Class<? extends BufferedImage>, HttpInputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Read an object of the given type form the given input message, and returns it.
- read(Class<? extends T>, HttpInputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Read an object of the given type form the given input message, and returns it.
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Abstract template method that reads the actual object.
- readInternal(Class<? extends byte[]>, HttpInputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
- readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- readInternal(Class<? extends String>, HttpInputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
-
Returns HttpHeaders
object that can only be read, not written to.
- readRemoteInvocation(HttpServletRequest) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Read a RemoteInvocation from the given HTTP request.
- readRemoteInvocation(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Deserialize a RemoteInvocation object from the given InputStream.
- readRemoteInvocation(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Read a RemoteInvocation from the given HTTP request.
- readRemoteInvocation(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Deserialize a RemoteInvocation object from the given InputStream.
- readRemoteInvocationResult(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Deserialize a RemoteInvocationResult object from the given InputStream.
- readResponseBody(HttpInvokerClientConfiguration, HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Extract the response body from the given executed remote invocation
request.
- REFERENCE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Name of the standard reference to the request object: "request".
- REFERENCE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Name of the standard reference to the session object: "session".
- REFRESH_INTERVAL_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
-
Parameter specifying the refresh interval for checking the log4j config file
- register(Class<?>...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Register one or more annotated classes to be processed.
- registerCallableInterceptor(Object, CallableProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerContextLoaderListener(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
- 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
-
- rejectValue(String, String) - Method in class org.springframework.web.bind.EscapedErrors
-
- rejectValue(String, String, String) - Method in class org.springframework.web.bind.EscapedErrors
-
- rejectValue(String, String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
-
- remove(Object) - Method in class org.springframework.http.HttpHeaders
-
- remove(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- remove(String) - Method in class org.springframework.web.context.request.SessionScope
-
- remove(String) - Method in class org.springframework.web.context.support.ServletContextScope
-
- removeAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- removeAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Remove the scoped attribute of the given name, if it exists.
- removeAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- removeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Remove the given attributes from the model.
- removeCookie(HttpServletResponse) - Method in class org.springframework.web.util.CookieGenerator
-
Remove the cookie that this generator describes from the response.
- removeQualityValue() - Method in class org.springframework.http.MediaType
-
Return a replica of this instance with its quality value removed.
- removeRequestDestructionCallback(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Remove the request destruction callback for the specified attribute, if any.
- removeSemicolonContent(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Remove ";" (semicolon) content from the given request URI if the
removeSemicolonContent
property is set to "true".
- removeWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Remove the system property that points to the web app root directory.
- replacePath(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the path of this builder overriding all existing path and path segment values.
- replaceQuery(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query of this builder overriding all existing query parameters.
- replaceQueryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query parameter values overriding all existing query values for
the same parameter.
- RequestAttributes - Interface in org.springframework.web.context.request
-
Abstraction for accessing attribute objects associated with a request.
- RequestBody - Annotation Type in org.springframework.web.bind.annotation
-
Annotation indicating a method parameter should be bound to the body of the web request.
- RequestCallback - Interface in org.springframework.web.client
-
- requestCompleted() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Signal that the request has been completed.
- RequestContextFilter - Class in org.springframework.web.filter
-
Servlet 2.3 Filter that exposes the request to the current thread,
through both
LocaleContextHolder
and
RequestContextHolder
.
- RequestContextFilter() - Constructor for class org.springframework.web.filter.RequestContextFilter
-
- RequestContextHolder - Class in org.springframework.web.context.request
-
Holder class to expose the web request in the form of a thread-bound
RequestAttributes
object.
- RequestContextHolder() - Constructor for class org.springframework.web.context.request.RequestContextHolder
-
- RequestContextListener - Class in org.springframework.web.context.request
-
Servlet 2.4+ listener that exposes the request to the current thread,
through both
LocaleContextHolder
and
RequestContextHolder
.
- RequestContextListener() - Constructor for class org.springframework.web.context.request.RequestContextListener
-
- requestDestroyed(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
-
- requestDestructionCallbacks - Variable in class org.springframework.web.context.request.AbstractRequestAttributes
-
Map from attribute name String to destruction callback Runnable
- RequestHandledEvent - Class in org.springframework.web.context.support
-
Event raised when a request is handled within an ApplicationContext.
- RequestHandledEvent(Object, String, String, long) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
-
Create a new RequestHandledEvent with session information.
- RequestHandledEvent(Object, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
-
Create a new RequestHandledEvent with session information.
- RequestHeader - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a web request header.
- RequestHeaderMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves
Map
method arguments annotated with
@RequestHeader
.
- RequestHeaderMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- RequestHeaderMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with
@RequestHeader
except for
Map
arguments.
- RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- requestInitialized(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
-
- RequestMapping - Annotation Type in org.springframework.web.bind.annotation
-
Annotation for mapping web requests onto specific handler classes and/or
handler methods.
- RequestMethod - Enum in org.springframework.web.bind.annotation
-
Java 5 enumeration of HTTP request methods.
- RequestParam - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a web
request parameter.
- RequestParamMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves
Map
method arguments annotated with an @
RequestParam
where the annotation does not
specify a request parameter name.
- RequestParamMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- RequestParamMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with @
RequestParam
, arguments of
type
MultipartFile
in conjunction with Spring's
MultipartResolver
abstraction, and arguments of type
javax.servlet.http.Part
in conjunction
with Servlet 3.0 multipart requests.
- RequestParamMethodArgumentResolver(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 instance.
- 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.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Reset the prepared service of this interceptor,
allowing for reinitialization on next access.
- resetRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Reset the RequestAttributes for the current thread.
- resolveArgument(MethodParameter, NativeWebRequest) - Method in interface org.springframework.web.bind.support.WebArgumentResolver
-
Resolve an argument for the given handler method parameter within the given web request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Resolve the argument from the model or if not found instantiate it with
its default if it is available.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
-
Resolves a method parameter into an argument value from a given request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
- resolveBean() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Return a bean instance if necessary resolving the bean name through the BeanFactory.
- resolveCommonArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolveContextualObject(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- resolveContextualObject(String) - Method in class org.springframework.web.context.support.ServletContextScope
-
- resolveCookieValue(String, Class, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolveDefaultValue(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Delegate to all configured MediaTypeFileExtensionResolver instances and aggregate
the list of all file extensions found.
- resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
Find the file extensions mapped to the given MediaType.
- resolveFileExtensions(MediaType) - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Resolve the given media type to a list of path extensions.
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Delegate to all configured ContentNegotiationStrategy instances until one
returns a non-empty list.
- resolveMediaTypes(NativeWebRequest) - Method in interface org.springframework.web.accept.ContentNegotiationStrategy
-
Resolve the given request to a list of media types.
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.FixedContentNegotiationStrategy
-
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.HeaderContentNegotiationStrategy
-
Resolve the given request to a list of media types.
- resolveMethod(Exception) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a
Method
to handle the given exception.
- resolveMethodByExceptionType(Class<? extends Exception>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a
Method
to handle the given exception type.
- resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- resolveMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Parse the given HTTP request into multipart files and parameters,
and wrap the request inside a
MultipartHttpServletRequest
object that provides access to file descriptors and makes contained
parameters accessible via the standard ServletRequest methods.
- resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
Resolves the given parameter type and value name into an argument value.
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- resolveOriginal(FacesContext, String) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
-
Deprecated.
Resolve the attribute via the original JSF VariableResolver.
- resolvePathVariable(String, Class, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolvePlaceholder(String, Properties) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
Deprecated.
- resolvePlaceholder(String, ServletContext, boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
Deprecated.
Resolves the given placeholder using the init parameters
and optionally also the attributes of the given ServletContext.
- resolvePlaceholders(String, ServletContext) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding
servlet context init parameter or system property values.
- resolvePlaceholders(String, ServletContext, boolean) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding
servlet context init parameter or system property values.
- resolveReference(String) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- resolveReference(String) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Resolve the contextual reference for the given key, if any.
- resolveReference(String) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- resolveRequestBody(MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolveSpringBean(FacesContext, String) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
-
Deprecated.
Resolve the attribute as a Spring bean in the ApplicationContext.
- resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolveVariable(FacesContext, String) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
-
Deprecated.
Delegate to the original VariableResolver first, then try to
resolve the variable as Spring bean in the root WebApplicationContext.
- resolveVariable(FacesContext, String) - Method in class org.springframework.web.jsf.SpringBeanVariableResolver
-
Deprecated.
- resolveVariable(FacesContext, String) - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
-
Deprecated.
Check for the special "webApplicationContext" variable first,
then delegate to the original VariableResolver.
- ResourceAccessException - Exception in org.springframework.web.client
-
Exception thrown when an I/O error occurs.
- ResourceAccessException(String) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new HttpIOException
with the given message.
- ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new
HttpIOException
with the given message and
IOException
.
- ResourceHttpMessageConverter - Class in org.springframework.http.converter
-
- ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
-
- RESPONSE_HANDLED - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
- ResponseBody - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method return value should be bound to the web response body.
- ResponseEntity<T> - Class in org.springframework.http
-
- ResponseEntity(HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new ResponseEntity
with the given status code, and no body nor headers.
- ResponseEntity(T, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new ResponseEntity
with the given body and status code, and no headers.
- ResponseEntity(MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity
with the given headers and status code, and no body.
- ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity
with the given body, headers, and status code.
- ResponseErrorHandler - Interface in org.springframework.web.client
-
Strategy interface used by the
RestTemplate
to determine whether a particular response has an error or not.
- ResponseExtractor<T> - Interface in org.springframework.web.client
-
Generic callback interface used by
RestTemplate
's retrieval methods
Implementations of this interface perform the actual work of extracting data
from a
ClientHttpResponse
, but don't need to worry about exception
handling or closing resources.
- ResponseStatus - Annotation Type in org.springframework.web.bind.annotation
-
Marks a method or exception class with the status code and reason that should be returned.
- RestClientException - Exception in org.springframework.web.client
-
Base class for exceptions thrown by
RestTemplate
whenever it encounters
client-side HTTP errors.
- RestClientException(String) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of HttpClientException
with the given message.
- RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of HttpClientException
with the given message and
exception.
- RestGatewaySupport - Class in org.springframework.web.client.support
-
Convenient super class for application classes that need REST access.
- RestGatewaySupport() - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
- RestGatewaySupport(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
- RestOperations - Interface in org.springframework.web.client
-
Interface specifying a basic set of RESTful operations.
- RestTemplate - Class in org.springframework.web.client
-
Spring's central class for client-side HTTP access.
It simplifies communication with HTTP servers, and enforces RESTful principles.
- RestTemplate() - Constructor for class org.springframework.web.client.RestTemplate
-
Create a new instance of the
RestTemplate
using default settings.
- RestTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
-
- RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.RestTemplate
-
- RESULT_NONE - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
- retrieveAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- retrieveAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Retrieve the specified attribute from the backend session.
- retrieveAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Retrieve "known" attributes from the session, i.e.
- ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Context attribute to bind root WebApplicationContext to on successful startup.
- RssChannelHttpMessageConverter - Class in org.springframework.http.converter.feed
-
- RssChannelHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- scan(String...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Perform a scan within the specified base packages.
- scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme-specific-part.
- SCOPE_APPLICATION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for the global web application scope: "application".
- SCOPE_APPLICATION - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the application scope
- SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates global session scope.
- SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for global session scope: "globalSession".
- SCOPE_PAGE - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the page scope
- SCOPE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates request scope.
- SCOPE_REQUEST - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for request scope: "request".
- SCOPE_REQUEST - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the request scope
- SCOPE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates session scope.
- SCOPE_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for session scope: "session".
- SCOPE_SESSION - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the session scope
- selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.web.method.HandlerMethodSelector
-
Select handler methods for the given handler type.
- series() - Method in enum org.springframework.http.HttpStatus
-
Returns the HTTP status series of this status code.
- ServerHttpRequest - Interface in org.springframework.http.server
-
Represents a server-side HTTP request.
- ServerHttpResponse - Interface in org.springframework.http.server
-
Represents a server-side HTTP response.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- SERVLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Name of the ServletConfig environment bean in the factory.
- SERVLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
-
Servlet config init parameters property source name: "servletConfigInitParams"
- SERVLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Name of the ServletContext environment bean in the factory.
- SERVLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
-
Servlet context init parameters property source name: "servletContextInitParams"
- ServletConfigAware - Interface in org.springframework.web.context
-
- ServletConfigPropertySource - Class in org.springframework.web.context.support
-
PropertySource
that reads init parameters from a
ServletConfig
object.
- ServletConfigPropertySource(String, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletConfigPropertySource
-
- ServletContextAttributeExporter - Class in org.springframework.web.context.support
-
Exporter that takes Spring-defined objects and exposes them as
ServletContext attributes.
- ServletContextAttributeExporter() - Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
-
- ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
-
FactoryBean
that fetches a specific, existing ServletContext attribute.
- ServletContextAttributeFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- ServletContextAware - Interface in org.springframework.web.context
-
- ServletContextAwareProcessor - Class in org.springframework.web.context.support
-
BeanPostProcessor
implementation that passes the ServletContext to beans that implement
the
ServletContextAware
interface.
- ServletContextAwareProcessor(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.
- ServletContextFactoryBean - Class in org.springframework.web.context.support
-
Deprecated.
as of Spring 3.0, since "servletContext" is now available
as a default bean in every WebApplicationContext
- ServletContextFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextFactoryBean
-
Deprecated.
- ServletContextLiveBeansView - Class in org.springframework.web.context.support
-
LiveBeansView
subclass which looks for all ApplicationContexts
in the web application, as exposed in ServletContext attributes.
- ServletContextLiveBeansView(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextLiveBeansView
-
Create a new LiveBeansView for the given ServletContext.
- ServletContextParameterFactoryBean - Class in org.springframework.web.context.support
-
FactoryBean
that retrieves a specific ServletContext init parameter
(that is, a "context-param" defined in web.xml
).
- ServletContextParameterFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- ServletContextPropertyPlaceholderConfigurer - Class in org.springframework.web.context.support
-
- ServletContextPropertyPlaceholderConfigurer() - Constructor for class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
Deprecated.
- ServletContextPropertySource - Class in org.springframework.web.context.support
-
PropertySource
that reads init parameters from a
ServletContext
object.
- ServletContextPropertySource(String, ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextPropertySource
-
- ServletContextPropertyUtils - Class in org.springframework.web.util
-
Helper class for resolving placeholders in texts.
- ServletContextPropertyUtils() - Constructor for class org.springframework.web.util.ServletContextPropertyUtils
-
- ServletContextRequestLoggingFilter - Class in org.springframework.web.filter
-
Simple request logging filter that writes the request URI
(and optionally the query string) to the ServletContext log.
- ServletContextRequestLoggingFilter() - Constructor for class org.springframework.web.filter.ServletContextRequestLoggingFilter
-
- ServletContextResource - Class in org.springframework.web.context.support
-
Resource
implementation for
ServletContext
resources, interpreting
relative paths within the web application root directory.
- ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
-
Create a new ServletContextResource.
- ServletContextResourceLoader - Class in org.springframework.web.context.support
-
ResourceLoader implementation that resolves paths as ServletContext
resources, for use outside a WebApplicationContext (for example,
in an HttpServletBean or GenericFilterBean subclass).
- ServletContextResourceLoader(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
-
Create a new ServletContextResourceLoader.
- ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
-
- 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.
- ServletEndpointSupport - Class in org.springframework.remoting.jaxrpc
-
Deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws
- ServletEndpointSupport() - Constructor for class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
- ServletPathExtensionContentNegotiationStrategy - Class in org.springframework.web.accept
-
An extension of
PathExtensionContentNegotiationStrategy
that uses
ServletContext.getMimeType(String)
as a fallback mechanism when
matching a path extension to a media type.
- ServletPathExtensionContentNegotiationStrategy(ServletContext, Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Create an instance with the given extension-to-MediaType lookup.
- ServletPathExtensionContentNegotiationStrategy(ServletContext) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Create an instance without any mappings to start with.
- ServletRequestAttributes - Class in org.springframework.web.context.request
-
- ServletRequestAttributes(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
-
Create a new ServletRequestAttributes instance for the given request.
- ServletRequestBindingException - Exception in org.springframework.web.bind
-
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- ServletRequestBindingException(String) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
-
Constructor for ServletRequestBindingException.
- ServletRequestBindingException(String, Throwable) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
-
Constructor for ServletRequestBindingException.
- ServletRequestDataBinder - Class in org.springframework.web.bind
-
Special DataBinder
to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files.
- ServletRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
-
Create a new ServletRequestDataBinder instance, with default object name.
- ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
-
Create a new ServletRequestDataBinder instance.
- ServletRequestHandledEvent - Class in org.springframework.web.context.support
-
Servlet-specific subclass of RequestHandledEvent,
adding servlet-specific context information.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
-
PropertyValues implementation created from parameters in a ServletRequest.
- ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues using no prefix
(and hence, no prefix separator).
- ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues using the given prefix and
the default prefix separator (the underscore character "_").
- ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues supplying both prefix and
prefix separator.
- ServletRequestUtils - Class in org.springframework.web.bind
-
Parameter extraction methods, for an approach distinct from data binding,
in which parameters of specific types are required.
- ServletRequestUtils() - Constructor for class org.springframework.web.bind.ServletRequestUtils
-
- 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
- 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 instance for a controller type.
- SessionAttributeStore - Interface in org.springframework.web.bind.support
-
Strategy interface for storing model attributes in a backend session.
- sessionCreated(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
-
- SessionScope - Class in org.springframework.web.context.request
-
Session-backed Scope
implementation.
- SessionScope() - Constructor for class org.springframework.web.context.request.SessionScope
-
Create a new SessionScope, storing attributes in a locally
isolated session (or default session, if there is no distinction
between a global session and a component-specific session).
- SessionScope(boolean) - Constructor for class org.springframework.web.context.request.SessionScope
-
Create a new SessionScope, specifying whether to store attributes
in the global session, provided that such a distinction is available.
- SessionStatus - Interface in org.springframework.web.bind.support
-
Simple interface that can be injected into handler methods, allowing them to
signal that their session processing is complete.
- SessionStatusMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
- SessionStatusMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- set(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the given, single header value under the given name.
- setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable
media types, as specified by the
Accept
header.
- setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable
charsets, as specified by the
Accept-Charset
header.
- setAcceptGzipEncoding(boolean) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Set whether to accept GZIP encoding, that is, whether to
send the HTTP "Accept-Encoding" header with "gzip" as value.
- setAfterMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be prepended to the log message written
after a request is processed.
- setAfterMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be appended to the log message written
after a request is processed.
- setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
-
- setAllow(Set<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
-
Set the set of allowed
HTTP methods
, as specified by the
Allow
header.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if URL lookup should always use full path within current servlet
context.
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Set the AnnotationIntrospector
for serialization and deserialization.
- setAsText(String) - Method in class org.springframework.http.MediaTypeEditor
-
- setAsText(String) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setAsyncWebRequest(AsyncWebRequest) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- setAttribute(String, Object, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Set the value for the scoped attribute of the given name,
replacing an existing value (if any).
- setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- setAttribute(String, Object) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
- setAttributeName(String) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
Set the name of the ServletContext attribute to expose.
- setAttributeNamePrefix(String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
Specify a prefix to use for the attribute names in the backend session.
- setAttributes(Map<String, Object>) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
-
Set the ServletContext attributes to expose as key-value pairs.
- setAuthenticator(Authenticator) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Register a common
Authenticator
to be
applied to all detected
WebService
annotated beans.
- setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Shortcut for SerializationConfig.Feature.AUTO_DETECT_FIELDS
and
DeserializationConfig.Feature.AUTO_DETECT_FIELDS
.
- setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Shortcut for SerializationConfig.Feature.AUTO_DETECT_GETTERS
and
DeserializationConfig.Feature.AUTO_DETECT_SETTERS
.
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether a binder should attempt to "auto-grow" a nested path that contains a null value.
- setBacklog(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's TCP backlog.
- setBaseAddress(String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
Set the base address for exported services.
- setBasePath(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Set the base path for context publication.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
-
Deprecated.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Obtains all web service beans and publishes them as JAX-WS endpoints.
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
A BeanFactory
to use for resolving an executor name.
- setBeanName(String) - Method in class org.springframework.web.filter.GenericFilterBean
-
Stores the bean name as defined in the Spring bean factory.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Set a custom BeanNameGenerator
for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
.
- setBeforeMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be prepended to the log message written
before a request is processed.
- setBeforeMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be appended to the log message written
before a request is processed.
- setBindEmptyMultipartFiles(boolean) - Method in class org.springframework.web.bind.WebDataBinder
-
Set whether to bind empty MultipartFile parameters.
- 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.
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Indicates whether this request factory should buffer the
request body
internally.
- setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the Cache-Control
header.
- setCacheDir(File) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Sets the cache directory.
- setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Sets the character set used for writing form data.
- setCharset(Charset) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
The default character set to use for reading form data.
- setChunkedPost(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether to use a chunked post for sending a Hessian request.
- setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Sets the number of bytes to write in each chunk when not buffering request bodies locally.
- setCodebaseUrl(String) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Set the codebase URL to download classes from if not found locally.
- setComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
-
Mark the current handler's session processing as complete, allowing for
cleanup of session attributes.
- setComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
-
- setConfigLocation(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the config locations for this web application context in init-param style,
i.e.
- setConfigLocation(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setConfigLocation(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- 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
-
- setConnectTimeout(int) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
-
Deprecated.
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the Content-Disposition
header for form-data
.
- setContentLength(long) - Method in class org.springframework.http.HttpHeaders
-
Set the length of the body in bytes, as specified by the Content-Length
header.
- setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
-
Set the
media type of the body, as specified by the
Content-Type
header.
- setContentType(String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Specify the content type to use for sending HTTP invoker requests.
- setContextAttribute(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
from which to load the delegate
Filter
bean.
- setContextOverride(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
Deprecated.
Set whether ServletContext init parameters (and optionally also ServletContext
attributes) should override local properties within the application.
- setConversionService(ConversionService) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify a ConversionService which will apply to every DataBinder.
- setCookieDomain(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given domain for cookies created by this generator.
- setCookieHttpOnly(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- setCookieMaxAge(Integer) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given maximum age (in seconds) for cookies created by this generator.
- setCookieName(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given name for cookies created by this generator.
- setCookiePath(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given path for cookies created by this generator.
- setCookieSecure(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Set whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL).
- setCustomProperties(Properties) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set custom properties to be set on the stub or call.
- setCustomProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set custom properties to be set on the stub.
- setCustomPropertyMap(Map<String, Object>) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set custom properties to be set on the stub or call.
- setDataBinderFactory(WebDataBinderFactory) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- setDate(long) - Method in class org.springframework.http.HttpHeaders
-
Sets the date and time at which the message was created, as specified by the Date
header.
- setDate(String, long) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string
using the pattern "EEE, dd MMM yyyy HH:mm:ss zzz"
.
- setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the format for date/time with the given
DateFormat
.
- setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Define the format for date/time with the given
DateFormat
.
- setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether Hessian's debug mode should be enabled.
- setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Set whether Hessian's debug mode should be enabled, logging to
this exporter's Commons Logging log.
- setDefaultContentType(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Sets the default Content-Type
to be used for writing.
- setDefaultContentType(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the default content type.
- setDefaultEncoding(String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the default character encoding to use for parsing requests,
to be applied to headers of individual parts and to form fields.
- setDefaultEncoding(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Set the default character encoding to use for URL decoding.
- setDeserializersByType(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers for the given types.
- setDirectFieldAccess(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether to use direct field access instead of bean property access.
- setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set the encoding to use for requests.
- setEndpointAddress(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set the endpoint address to specify on the stub or call.
- setEndpointAddress(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the endpoint address to specify on the stub.
- setEndpointProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Set the property bag for the endpoint, including properties such as
"javax.xml.ws.wsdl.service" or "javax.xml.ws.wsdl.port".
- setEnvironment(Environment) - Method in class org.springframework.web.filter.GenericFilterBean
- setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.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
-
Sets the (new) entity tag of the body, as specified by the ETag
header.
- setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Set the JDK concurrent executor to use for dispatching incoming requests
to exported service instances.
- setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the JDK concurrent executor to use for asynchronous executions
that require callbacks.
- setExpires(long) - Method in class org.springframework.http.HttpHeaders
-
Sets the date and time at which the message is no longer valid, as specified by the Expires
header.
- setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Shortcut for SerializationConfig.Feature.FAIL_ON_EMPTY_BEANS
.
- setFavorParameter(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Indicate whether a request parameter should be used to determine the
requested media type with the 2nd highest priority, i.e.
- setFavorPathExtension(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Indicate whether the extension of the request path should be used to determine
the requested media type with the highest priority.
- setFeaturesToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to disable.
- setFeaturesToDisable(Object[]) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Specify features to disable.
- setFeaturesToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to enable.
- setFeaturesToEnable(Object[]) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Specify features to enable.
- setFieldDefaultPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that indicate default
value fields, having "prefix + field" as name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that mark potentially
empty fields, having "prefix + field" as name.
- setFilters(List<Filter>) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Register common
Filters
to be
applied to all detected
WebService
annotated beans.
- setFilters(List<? extends Filter>) - Method in class org.springframework.web.filter.CompositeFilter
-
- setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding
of this filter
is supposed to override existing request and response encodings.
- setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- setHandlerResolver(HandlerResolver) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the JAX-WS HandlerResolver to use for all proxies and dispatchers
created through this factory.
- setHessian2(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing requests and replies.
- setHessian2Reply(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing replies.
- setHessian2Request(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing requests.
- setHostname(String) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Sets the proxy host name.
- setHostname(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's hostname to bind to.
- setHttpClient(HttpClient) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
-
Deprecated.
Set the HttpClient
used by this factory.
- setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the HttpClient
used by this factory.
- setHttpClient(HttpClient) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Set the HttpClient instance to use for this request executor.
- setHttpClient(HttpClient) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the
HttpClient
instance to use for this request executor.
- setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Set the HttpInvokerRequestExecutor implementation to use for executing
remote invocations.
- setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the If-Modified-Since
header.
- setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the If-None-Match
header.
- setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) values of the If-None-Match
header.
- setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Indicate whether the HTTP Accept
header should be ignored altogether.
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
When set to true
the default model is never used in a redirect
scenario.
- setIncludeClientInfo(boolean) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Set whether or not the session id and user name should be included
in the log message.
- setIncludeClientInfo(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the client address and session id should be included in the
log message.
- setIncludePayload(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the request payload (body) should be included in the log message.
- setIncludeQueryString(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the query string should be included in the log message.
- setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Shortcut for SerializationConfig.Feature.INDENT_OUTPUT
.
- setInitParamName(String) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
Set the name of the ServletContext init parameter to expose.
- setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Sets the request interceptors that this accessor should use.
- setJaxRpcService(Service) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set a reference to an existing JAX-RPC Service instance,
for example obtained via JndiObjectFactoryBean
.
- setJaxRpcServiceInterface(Class) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Set the JAX-RPC service interface to use for looking up the service.
- setJaxRpcServiceProperties(Properties) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Set JAX-RPC service properties to be passed to the ServiceFactory, if any.
- setJaxWsService(Service) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set a reference to an existing JAX-WS Service instance,
for example obtained via JndiObjectFactoryBean
.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Specify a custom prefix to use for this view's JSON output.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Specify a custom prefix to use for this view's JSON output.
- setLastModified(long) - Method in class org.springframework.http.HttpHeaders
-
Sets the time the resource was last changed, as specified by the Last-Modified
header.
- setLocation(URI) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) location of a resource, as specified by the Location
header.
- setLookupServiceOnStartup(boolean) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set whether to look up the JAX-RPC service on startup.
- setLookupServiceOnStartup(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set whether to look up the JAX-WS service on startup.
- setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set the maintain session flag to specify on the stub or call.
- setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the "session.maintain" flag to specify on the stub.
- setMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Set the Marshaller
to be used by this message converter.
- setMaxInMemorySize(int) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) before uploads are written to disk.
- setMaxPayloadLength(int) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Sets the maximum length of the payload body to be included in the log message.
- setMaxUploadSize(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) before uploads are refused.
- setMediaTypes(Properties) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Add mappings from file extensions to media types represented as strings.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the strategy to use for resolving errors into message codes.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
-
Set the message body converters to use.
- setMethodParam(String) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
-
Set the parameter name to look for HTTP methods.
- 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.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Set the namespace URI of the service.
- setNamespaceUri(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the namespace URI of the service.
- setNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the ObjectMapper instance to use.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Set the ObjectMapper instance to use.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Set the ObjectMapper
for this view.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Set the ObjectMapper
for this view.
- setOutputStreaming(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set if the underlying URLConnection can be set to 'output streaming' mode.
- setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Set whether overloaded methods should be enabled for remote invocations.
- setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether overloaded methods should be enabled for remote invocations.
- setParameterName(String) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- setParameterName(String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
Set the parameter name that can be used to determine the requested media type.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed
(e.g.
- setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the message body converters to use.
- setPassword(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Set the password that this factory should use to access the remote service.
- setPassword(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the password that this factory should use to access the remote service.
- setPassword(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set the password to specify on the stub or call.
- setPassword(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the password to specify on the stub.
- setPort(int) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Sets the proxy port.
- setPort(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's port.
- setPortInterface(Class) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set the JAX-RPC port interface to use.
- setPortName(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set the name of the port.
- 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
-
Sets the (new) value of the Pragma
header.
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with "{} &&".
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with "{} &&".
- setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Whether to use the org.codehaus.jackson.impl.DefaultPrettyPrinter
when writing JSON.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicates whether external XML entities are processed when converting to a Source.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicates whether external XML entities are processed when converting to a Source.
- setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.
- setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the
Proxy
to use for this request factory.
- setProxyFactory(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Set the BurlapProxyFactory instance to use.
- setProxyFactory(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the HessianProxyFactory instance to use.
- setReadTimeout(int) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
-
Deprecated.
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setReadTimeout(long) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the timeout to use when waiting for a reply from the Hessian service.
- setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setRedirectModel(ModelMap) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Provide a separate model instance to use in a redirect scenario.
- setRedirectModelScenario(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Signal the conditions are in place for using a redirect model.
- setRefreshServiceAfterConnectFailure(boolean) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set whether to refresh the JAX-RPC service on connect failure,
that is, whenever a JAX-RPC invocation throws a RemoteException.
- 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, PostMethod, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Set the given serialized remote invocation as request body.
- setRequestBody(HttpInvokerClientConfiguration, HttpPost, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the given serialized remote invocation as request body.
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
-
Set the request factory that this accessor uses for obtaining
HttpRequests
.
- setRequestHandled(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Signal a scenario where the request is handled directly.
- setResolveLazily(boolean) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResolveLazily(boolean) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- setResult(T) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Set the value for the DeferredResult and handle it.
- setResultHandler(DeferredResult.DeferredResultHandler) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Provide a handler to use to handle the result value.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Set a custom ScopeMetadataResolver
for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
.
- setSearchContextAttributes(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
Deprecated.
Set whether to search for matching a ServletContext attribute before
checking a ServletContext init parameter.
- setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether to send the Java collection type for each serialized
collection.
- setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Set whether to send the Java collection type for each serialized
collection.
- setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Specify the Hessian SerializerFactory to use.
- setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Specify the Hessian SerializerFactory to use.
- setSerializers(JsonSerializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers.
- setSerializersByType(Map<Class<?>, JsonSerializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers for the given types.
- setServer(HttpServer) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify an existing HTTP server to register the web service contexts
with.
- setServiceFactory(ServiceFactory) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Set the ServiceFactory instance to use.
- setServiceFactoryClass(Class) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Set the ServiceFactory class to use, for example
"org.apache.axis.client.ServiceFactory".
- setServiceInterface(Class) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set the interface of the service that this factory should create a proxy for.
- 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.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Set the name of the service to look up.
- setServiceName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the name of the service to look up.
- setServicePostProcessors(JaxRpcServicePostProcessor[]) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Set the JaxRpcServicePostProcessors to be applied to JAX-RPC Service
instances created by this factory.
- 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
-
- 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.ServletContextFactoryBean
-
Deprecated.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
Deprecated.
Set the ServletContext to resolve placeholders against.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
- setServletContext(ServletContext) - Method in class org.springframework.web.filter.GenericFilterBean
-
Stores the ServletContext that the bean factory runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
-
Set the session attribute with the given name to the given value.
- setShutdownDelay(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the number of seconds to wait until HTTP exchanges have
completed when shutting down the HTTP server.
- setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
- setSoapActionUri(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the SOAP action URI to specify on the stub.
- setStatusCode(HttpStatus) - Method in interface org.springframework.http.server.ServerHttpResponse
-
Set the HTTP status code of the response.
- setStatusCode(HttpStatus) - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicates whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicates whether DTD parsing should be supported.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the list of
MediaType
objects supported by this converter.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the list of
MediaType
objects supported by this converter.
- setTargetBeanName(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set the name of the target bean in the Spring application context.
- setTargetFilterLifecycle(boolean) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set whether to invoke the Filter.init
and
Filter.destroy
lifecycle methods on the target bean.
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- setThreadContextInheritable(boolean) - Method in class org.springframework.web.filter.RequestContextFilter
-
Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an
InheritableThreadLocal
).
- setTimeout(Long) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Set the time required for concurrent handling to complete.
- setTimeout(Long) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- setTimeout(Long) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
In Servlet 3 async processing, the timeout period begins after the
container processing thread has exited.
- setType(Proxy.Type) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Sets the proxy type.
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Set the Unmarshaller
to be used by this message converter.
- setUploadTempDir(Resource) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the temporary directory where uploaded files get stored.
- setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if context path and request URI should be URL-decoded.
- setUseJaf(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Indicate whether to use the Java Activation Framework as a fallback option
to map from file extensions to media types.
- setUseJaf(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
Indicate whether to use the Java Activation Framework to map from file extensions to media types.
- setUsername(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Set the username that this factory should use to access the remote service.
- setUsername(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the username that this factory should use to access the remote service.
- setUsername(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
-
Deprecated.
Set the username to specify on the stub or call.
- setUsername(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the username to specify on the stub.
- setUseSoapAction(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the "soapaction.use" flag to specify on the stub.
- setValidator(Validator) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the Validator to apply after each binding step.
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- setValue(Object) - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- setValue(Object) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setView(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Set a View object to be used by the DispatcherServlet.
- setViewName(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Set a view name to be resolved by the DispatcherServlet via a ViewResolver.
- setWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Set a system property to the web application root directory.
- setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Allows for providing JAX-WS 2.2 WebServiceFeature specifications:
in the form of actual
WebServiceFeature
objects,
WebServiceFeature Class references, or WebServiceFeature class names.
- setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Allows for providing JAX-WS 2.1 WebServiceFeature specifications:
in the form of actual
WebServiceFeature
objects,
WebServiceFeature Class references, or WebServiceFeature class names.
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
Indicates whether the Accept-Charset
should be written to any outgoing request.
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Indicates whether the Accept-Charset
should be written to any outgoing request.
- setWsdlDocumentResource(Resource) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the WSDL document URL as a Resource
.
- setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
-
Deprecated.
Set the URL of the WSDL document that describes the service.
- setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the URL of the WSDL document that describes the service.
- ShallowEtagHeaderFilter - Class in org.springframework.web.filter
-
Filter
that generates an
ETag
value based on the
content on the response.
- ShallowEtagHeaderFilter() - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter
-
- shouldBuffer(URI, HttpMethod) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
-
Indicates whether the request/response exchange for the given URI and method should be buffered in memory.
- shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Can be overridden in subclasses for custom filtering control,
returning true
to avoid filtering of the given request.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
The default value is "false" so that the filter may log a "before" message
at the start of request processing and an "after" message at the end from
when the last asynchronously dispatched thread is exiting.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
The dispatcher type javax.servlet.DispatcherType.ASYNC
introduced
in Servlet 3.0 means a filter can be invoked in more than one thread
over the course of a single request.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
-
Returns "false" so that the filter may set up the request context in each
asynchronously dispatched thread.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
The default value is "false" so that the filter may delay the generation of
an ETag until the last asynchronously dispatched thread.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Whether to filter error dispatches such as when the servlet container
processes and error mapped in web.xml
.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
-
Returns "false" so that the filter may set up the request context in an
error dispatch.
- shouldRemoveSemicolonContent() - Method in class org.springframework.web.util.UrlPathHelper
-
Whether configured to remove ";" (semicolon) content from the request URI.
- shutdownLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
-
Shut down log4j, properly releasing all file locks
and resetting the web app root system property.
- SimpleBurlapServiceExporter - Class in org.springframework.remoting.caucho
-
HTTP request handler that exports the specified service bean as
Burlap service endpoint, accessible via a Burlap proxy.
- SimpleBurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
-
- SimpleClientHttpRequestFactory - Class in org.springframework.http.client
-
- SimpleClientHttpRequestFactory() - Constructor for class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- SimpleHessianServiceExporter - Class in org.springframework.remoting.caucho
-
HTTP request handler that exports the specified service bean as
Hessian service endpoint, accessible via a Hessian proxy.
- SimpleHessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleHessianServiceExporter
-
- SimpleHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
-
HttpInvokerRequestExecutor implementation that uses standard J2SE facilities
to execute POST requests, without support for HTTP authentication or
advanced configuration options.
- SimpleHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
- SimpleHttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
-
HTTP request handler that exports the specified service bean as
HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
- SimpleHttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
- SimpleHttpServerJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
-
Simple exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS
WebService
annotation) and exporting
them through the HTTP server included in Sun's JDK 1.6.
- SimpleHttpServerJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
- SimpleJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
-
Simple exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS
WebService
annotation) and exporting
them with a configured base address (by default "http://localhost:8080/")
using the JAX-WS provider's built-in publication support.
- SimpleJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
- SimpleSessionStatus - Class in org.springframework.web.bind.support
-
Simple implementation of the
SessionStatus
interface,
keeping the
complete
flag as an instance variable.
- SimpleSessionStatus() - Constructor for class org.springframework.web.bind.support.SimpleSessionStatus
-
- size() - Method in class org.springframework.http.HttpHeaders
-
- 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
-
- 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 1.2 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
-
- SpringBeanVariableResolver - Class in org.springframework.web.jsf
-
- SpringBeanVariableResolver(VariableResolver) - Constructor for class org.springframework.web.jsf.SpringBeanVariableResolver
-
Deprecated.
- SpringServletContainerInitializer - Class in org.springframework.web
-
- SpringServletContainerInitializer() - Constructor for class org.springframework.web.SpringServletContainerInitializer
-
- StandardMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
-
Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest
and its Part objects.
- StandardMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
Create a new StandardMultipartHttpServletRequest wrapper for the given request,
immediately parsing the multipart content.
- StandardMultipartHttpServletRequest(HttpServletRequest, boolean) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
Create a new StandardMultipartHttpServletRequest wrapper for the given request.
- StandardServletAsyncWebRequest - Class in org.springframework.web.context.request.async
-
- 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
-
- startAsync() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Mark the start of asynchronous request processing so that when the main
processing thread exits, the response remains open for further processing
in another thread.
- startAsync() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- startAsync() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- startCallableProcessing(Callable<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Start concurrent request processing and execute the given task with an
AsyncTaskExecutor
.
- startCallableProcessing(WebAsyncTask<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- startDeferredResultProcessing(DeferredResult<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- StaticWebApplicationContext - Class in org.springframework.web.context.support
-
- StaticWebApplicationContext() - Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
-
- 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.
- StringHttpMessageConverter - Class in org.springframework.http.converter
-
- StringHttpMessageConverter() - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
A default constructor that uses "ISO-8859-1"
as the default charset.
- StringHttpMessageConverter(Charset) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
A constructor accepting a default charset to use if the requested content
type does not specify one.
- StringMultipartFileEditor - Class in org.springframework.web.multipart.support
-
- StringMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- StringMultipartFileEditor(String) - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- SUBMIT_IMAGE_SUFFIXES - Static variable in class org.springframework.web.util.WebUtils
-
Name suffixes in case of image buttons
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Indicates whether the given class is supported by this converter.
- supports(Class<?>) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- 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 in default resolution mode, and also if it 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 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
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Return true
if there is a method-level @ModelAttribute
or if it is a non-simple type when annotationNotRequired=true
.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
-
Whether the given method return type is
supported by this handler.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-