Skip navigation links
Spring Framework
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

H

H2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given H2 sequence.
H2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Default constructor for bean property style usage.
H2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Convenience constructor.
H_GETFIELD - Static variable in interface org.springframework.asm.Opcodes
 
H_GETSTATIC - Static variable in interface org.springframework.asm.Opcodes
 
H_INVOKEINTERFACE - Static variable in interface org.springframework.asm.Opcodes
 
H_INVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
 
H_INVOKESTATIC - Static variable in interface org.springframework.asm.Opcodes
 
H_INVOKEVIRTUAL - Static variable in interface org.springframework.asm.Opcodes
 
H_NEWINVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
 
H_PUTFIELD - Static variable in interface org.springframework.asm.Opcodes
 
H_PUTSTATIC - Static variable in interface org.springframework.asm.Opcodes
 
HanaCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
SAP HANA specific implementation for the CallMetaDataProvider interface.
HanaCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.HanaCallMetaDataProvider
 
HanaSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given SAP HANA sequence.
HanaSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
Default constructor for bean property style usage.
HanaSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
Convenience constructor.
Handle - Class in org.springframework.asm
A reference to a field or a method.
Handle(int, String, String, String) - Constructor for class org.springframework.asm.Handle
Deprecated.
this constructor has been superseded by Handle.Handle(int, String, String, String, boolean).
Handle(int, String, String, String, boolean) - Constructor for class org.springframework.asm.Handle
Constructs a new field or method handle.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.server.reactive.ContextPathCompositeHandler
 
handle(ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.http.server.reactive.HttpHandler
Handle the given request and write to the response.
handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleHessianServiceExporter
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.
handle(MvcResult) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print MvcResult details.
handle(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultHandler
Perform an action on the given result.
handle(ServerWebExchange) - Method in class org.springframework.web.reactive.DispatcherHandler
 
handle(ServerRequest) - Method in interface org.springframework.web.reactive.function.server.HandlerFunction
Handle the given request.
handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.function.server.support.HandlerFunctionAdapter
 
handle(ServerWebExchange, Object) - Method in interface org.springframework.web.reactive.HandlerAdapter
Handle the request with the given handler.
handle(ServerWebExchange) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
Processes a resource request.
handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.result.SimpleHandlerAdapter
 
handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
 
handle(WebSocketSession) - Method in interface org.springframework.web.reactive.socket.WebSocketHandler
Invoked when a new WebSocket connection is established, and allows handling of the session.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.ExceptionHandlingWebHandler
 
handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.FilteringWebHandler
 
handle(ServerWebExchange, Throwable) - Method in class org.springframework.web.server.handler.ResponseStatusExceptionHandler
 
handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.WebHandlerDecorator
 
handle(ServerWebExchange, Throwable) - Method in interface org.springframework.web.server.WebExceptionHandler
Handle the given exception.
handle(ServerWebExchange) - Method in interface org.springframework.web.server.WebHandler
Handle the web server exchange.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Use the given handler to handle this request.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
This implementation expects the handler to be an HandlerMethod.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
handleAsyncRequestTimeoutException(AsyncRequestTimeoutException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for AsyncRequestTimeoutException.
handleAsyncRequestTimeoutException(AsyncRequestTimeoutException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an async request timed out.
handleBinaryMessage(WebSocketSession, BinaryMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handleBinaryMessage(WebSocketSession, BinaryMessage) - Method in class org.springframework.web.socket.handler.TextWebSocketHandler
 
handleBindException(BindException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for BindException.
handleBindException(BindException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an @ModelAttribute method argument has binding or validation errors and is not followed by another method argument of type BindingResult.
handleCacheClearError(RuntimeException, Cache) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when clearing the specified Cache, possibly rethrowing it as a fatal exception.
handleCacheClearError(RuntimeException, Cache) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCacheEvictError(RuntimeException, Cache, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when clearing an item with the specified key, possibly rethrowing it as a fatal exception.
handleCacheEvictError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCacheGetError(RuntimeException, Cache, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when retrieving an item with the specified key, possibly rethrowing it as a fatal exception.
handleCacheGetError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCachePutError(RuntimeException, Cache, Object, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when updating an item with the specified key and value, possibly rethrowing it as a fatal exception.
handleCachePutError(RuntimeException, Cache, Object, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleClientMessageProcessingError(Message<byte[]>, Throwable) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 
handleClientMessageProcessingError(Message<P>, Throwable) - Method in interface org.springframework.web.socket.messaging.SubProtocolErrorHandler
Handle errors thrown while processing client messages providing an opportunity to prepare the error message or to prevent one from being sent.
handleConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Refresh the connection and retry the MBean invocation if possible.
handleContentOverflow(int) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
Template method for handling a content overflow: specifically, a request body being read that exceeds the specified content cache limit.
handleConversionNotSupported(ConversionNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for ConversionNotSupportedException.
handleConversionNotSupported(ConversionNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion cannot occur.
handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked second (and last) if the body is empty.
handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the body that was passed in.
handleError(Throwable, Method, Object...) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Handles a fatal error thrown while asynchronously invoking the specified Method.
handleError(Throwable) - Method in interface org.springframework.util.ErrorHandler
Handle the given error, possibly rethrowing it as a fatal exception.
handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
handleError(ClientHttpResponse, HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Handle the error in the given response with the given resolved status code.
handleError(ClientHttpResponse, HttpStatus) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
 
handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Handle the error in the given response.
handleError(URI, HttpMethod, ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Alternative to ResponseErrorHandler.handleError(ClientHttpResponse) with extra information providing access to the request URL and HTTP method.
handleError(NativeWebRequest, Callable<T>, Throwable) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when an error occurred while processing the async request before the Callable task completes.
handleError(NativeWebRequest, Callable<T>, Throwable) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
Deprecated.
 
handleError(NativeWebRequest, DeferredResult<T>, Throwable) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an error occurred while processing an async request before the DeferredResult has been set.
handleError(NativeWebRequest, DeferredResult<T>, Throwable) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
Deprecated.
This implementation returns true by default allowing other interceptors to be given a chance to handle the error.
handleErrorMessageToClient(Message<byte[]>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 
handleErrorMessageToClient(Message<P>) - Method in interface org.springframework.web.socket.messaging.SubProtocolErrorHandler
Handle errors sent from the server side to clients, e.g.
handleException(StompSession, StompCommand, StompHeaders, byte[], Throwable) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
Handle any exception arising while processing a STOMP frame such as a failure to convert the payload or an unhandled exception in the application StompFrameHandler.
handleException(StompSession, StompCommand, StompHeaders, byte[], Throwable) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
handleException(Exception, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Provides handling for standard Spring MVC exceptions.
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
A single place to customize the response body of all exception types.
handleFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
handleFailure(Throwable) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Handle a failure on the connection.
handleFrame(StompHeaders, Object) - Method in interface org.springframework.messaging.simp.stomp.StompFrameHandler
Handle a STOMP frame with the payload converted to the target type returned from StompFrameHandler.getPayloadType(StompHeaders).
handleFrame(StompHeaders, Object) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
handleFrame(String) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
handleGetObject(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation resolves the code in the MessageSource.
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMediaTypeNotAcceptableException.
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found that were acceptable for the client (expressed via the Accept header.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMediaTypeNotSupportedException.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found for the PUT or POSTed content.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotReadableException.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot read from a HTTP request.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotWritableException.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot write to a HTTP request.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpRequestMethodNotSupportedException.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no request handler method was found for the particular HTTP request method.
handleInitialRequest(ServerHttpRequest, ServerHttpResponse, SockJsFrameFormat) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
Handle the first request for receiving messages on a SockJS HTTP transport based session.
handleInternal(ServerHttpRequest, ServerHttpResponse, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Handle the given request.
handleInternal(ServerWebExchange, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
Handle the given request.
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Use the given handler method to handle the request.
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
handleInternal(StompHeaderAccessor, byte[], Throwable, StompHeaderAccessor) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 
handleInvalidConnectHeader(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
handleInvalidUpgradeHeader(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
handleInvocationTargetException(InvocationTargetException) - Static method in class org.springframework.util.ReflectionUtils
Handle the given invocation target exception.
handleListenerException(Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Handle the given exception that arose during listener execution.
handleListenerException(Throwable) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
Handle the given exception that arose during listener execution.
handleListenerSetupFailure(Throwable, boolean) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Handle the given exception that arose during setup of a listener.
handleMatch(T, HandlerMethod, String, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
handleMatch(SimpMessageMappingInfo, HandlerMethod, String, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Override to provide handling when a key is successfully resolved via MappingMediaTypeFileExtensionResolver.lookupMediaType(java.lang.String).
handleMatch(T, HandlerMethod, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Invoked when a matching mapping is found.
handleMatch(RequestMappingInfo, HandlerMethod, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
Expose URI template variables, matrix variables, and producible media types in the request.
handleMatch(T, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked when a matching mapping is found.
handleMatch(RequestMappingInfo, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Expose URI template variables, matrix variables, and producible media types in the request.
handleMessage(IMessage) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
handleMessage(Message<?>) - Method in interface org.springframework.messaging.MessageHandler
Handle the given message.
handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
handleMessage(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
 
handleMessage(Message<P>) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Handle a message received from the remote host.
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
Handle an inbound message from a WebSocket client.
handleMessage(Message<?>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
Handle an outbound Spring Message to a WebSocket client.
handleMessage(TextMessage, WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in interface org.springframework.web.socket.WebSocketHandler
Invoked when a new WebSocket message arrives.
handleMessageFromClient(WebSocketSession, WebSocketMessage<?>, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
Handle incoming WebSocket messages from clients.
handleMessageFromClient(WebSocketSession, WebSocketMessage<?>, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Handle the given WebSocketMessage received from a client.
handleMessageInternal(Message<?>, String) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
handleMessageToClient(WebSocketSession, Message<?>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
Handle STOMP messages going back out to WebSocket clients.
handleMessageToClient(WebSocketSession, Message<?>) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Handle the given Message to the client associated with the given WebSocket session.
handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MethodArgumentNotValidException.
handleMethodArgumentNotValidException(MethodArgumentNotValidException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an argument annotated with @Valid such as an RequestBody or RequestPart argument fails validation.
handleMissingPathVariable(MissingPathVariableException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MissingPathVariableException.
handleMissingPathVariable(MissingPathVariableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a declared path variable does not match any extracted URI variable.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MissingServletRequestParameterException.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a required parameter is missing.
handleMissingServletRequestPart(MissingServletRequestPartException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MissingServletRequestPartException.
handleMissingServletRequestPartException(MissingServletRequestPartException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an @RequestPart, a MultipartFile, or a javax.servlet.http.Part argument is required but is missing.
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveArgumentInternal(MethodParameter, Message, String) returned null and there is no default value.
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Invoked when a named value is required, but AbstractNamedValueArgumentResolver.resolveName(String, MethodParameter, ServerWebExchange) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Invoked when a named value is required, but AbstractNamedValueArgumentResolver.resolveName(String, MethodParameter, ServerWebExchange) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.MatrixVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestAttributeMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.SessionAttributeMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 
handleMultipleRowsFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet contains multiple rows.
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.
handleNoHandlerFoundException(NoHandlerFoundException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for NoHandlerFoundException.
handleNoHandlerFoundException(NoHandlerFoundException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no handler was found during the dispatch.
handleNoMatch(Set<T>, String, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Override to provide handling when a key is not resolved via.
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Resolve file extension via ServletContext.getMimeType(String) and also delegate to base class for a potential MediaTypeFactory lookup.
handleNoMatch(Set<T>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Invoked when no matching mapping is not found.
handleNoMatch(Set<RequestMappingInfo>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
Iterate all RequestMappingInfos once again, look if any match by URL at least and raise exceptions accordingly.
handleNoMatch(Set<T>, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked when no matching mapping is not found.
handleNoMatch(Set<RequestMappingInfo>, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Iterate all RequestMappingInfo's once again, look if any match by URL at least and raise exceptions according to what doesn't match.
handleNoRowFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet does not contain a row.
handleNotAuthorized(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
handlePageException(Exception) - Method in class org.springframework.mock.web.MockPageContext
 
handlePageException(Throwable) - Method in class org.springframework.mock.web.MockPageContext
 
handleParseFailure(Throwable) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
handlePongMessage(WebSocketSession, PongMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handler() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to assertions for the handler that handled the request.
HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerMapping object in the bean factory for this namespace.
HandlerAdapter - Interface in org.springframework.web.reactive
Contract that decouples the DispatcherHandler from the details of invoking a handler and makes it possible to support any handler type.
HandlerAdapter - Interface in org.springframework.web.servlet
MVC framework SPI, allowing parameterization of the core MVC workflow.
handleRawWebSocketRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
Handle request for raw WebSocket communication, i.e.
handleRawWebSocketRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
 
handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
Handle the given reflection exception.
handleRequest(HttpServerExchange) - Method in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.HessianServiceExporter
Processes the incoming Hessian request and creates a Hessian response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Reads a remote invocation from the request, executes it, and writes the remote invocation result to the response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.HttpRequestHandler
Process the given request, generating a response.
handleRequest(ServerWebExchange, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
 
handleRequest(ServerWebExchange, WebSocketHandler) - Method in interface org.springframework.web.reactive.socket.server.WebSocketService
Handle the HTTP request and use the given WebSocketHandler.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.mvc.Controller
Process the request and return a ModelAndView object which the DispatcherServlet will render.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Processes a resource request.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, String, WebSocketHandler) - Method in interface org.springframework.web.socket.sockjs.SockJsService
Process a SockJS HTTP request.
handleRequest(ServerHttpRequest, ServerHttpResponse, String, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
This method determines the SockJS path and handles SockJS static URLs.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
Handle the given request and delegate messages to the provided WebSocketHandler.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractController
Template method.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Retrieves the URL path to use for lookup and delegates to AbstractUrlViewController.getViewNameForRequest(javax.servlet.http.HttpServletRequest).
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Invoke the wrapped Servlet instance.
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
Deprecated.
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpReceivingTransportHandler
Deprecated.
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
Invoked when a SockJS transport request is received.
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
 
handleResolvedValue(Object, String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Invoked after a value is resolved.
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked after a value is resolved.
handleResolvedValue(Object, String, MethodParameter, Model, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Invoked after a value is resolved.
handleResolvedValue(Object, String, MethodParameter, Model, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
 
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleResponse(URI, HttpMethod, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
Handle the given response, performing appropriate logging and invoking the ResponseErrorHandler if necessary.
handleResult(Object) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
handleResult(Object, Message, Session) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
Handle the given result object returned from the listener method, sending a response message back.
handleResult(Object) - Method in interface org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler
 
handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
 
handleResult(ServerWebExchange, HandlerResult) - Method in interface org.springframework.web.reactive.HandlerResultHandler
Process the given result modifying response headers and/or writing data to the response.
handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler
 
handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityResultHandler
 
handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandler
Handle the given return value.
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Add non-null return values to the ModelAndViewContainer.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
Handle the given return value by adding attributes to the model and setting a view or setting the ModelAndViewContainer.setRequestHandled(boolean) flag to true to indicate the response has been handled directly.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Iterate over registered HandlerMethodReturnValueHandlers and invoke the one that supports it.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 
handlerExceptionResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
HandlerExceptionResolver - Interface in org.springframework.web.servlet
Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
HandlerExceptionResolverComposite - Class in org.springframework.web.servlet.handler
A HandlerExceptionResolver that delegates to a list of other HandlerExceptionResolvers.
HandlerExceptionResolverComposite() - Constructor for class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
HandlerExecutionChain - Class in org.springframework.web.servlet
Handler execution chain, consisting of handler object and any handler interceptors.
HandlerExecutionChain(Object) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain(Object, HandlerInterceptor...) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerFilterFunction<T extends ServerResponse,R extends ServerResponse> - Interface in org.springframework.web.reactive.function.server
Represents a function that filters a handler function.
HandlerFunction<T extends ServerResponse> - Interface in org.springframework.web.reactive.function.server
Represents a function that handles a request.
handlerFunctionAdapter() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
 
HandlerFunctionAdapter - Class in org.springframework.web.reactive.function.server.support
HandlerAdapter implementation that supports HandlerFunctions.
HandlerFunctionAdapter() - Constructor for class org.springframework.web.reactive.function.server.support.HandlerFunctionAdapter
 
handlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Customize the construction of Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
HandlerInterceptor - Interface in org.springframework.web.servlet
Workflow interface that allows for customized handler execution chains.
HandlerInterceptorAdapter - Class in org.springframework.web.servlet.handler
Abstract adapter class for the AsyncHandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
HandlerInterceptorAdapter() - Constructor for class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
 
HandlerMapping - Interface in org.springframework.web.reactive
Interface to be implemented by objects that define a mapping between requests and handler objects.
HandlerMapping - Interface in org.springframework.web.servlet
Interface to be implemented by objects that define a mapping between requests and handler objects.
HandlerMappingIntrospector - Class in org.springframework.web.servlet.handler
Helper class to get information from the HandlerMapping that would serve a specific request.
HandlerMappingIntrospector() - Constructor for class org.springframework.web.servlet.handler.HandlerMappingIntrospector
Constructor for use with ApplicationContextAware.
HandlerMappingIntrospector(ApplicationContext) - Constructor for class org.springframework.web.servlet.handler.HandlerMappingIntrospector
HandlerMethod - Class in org.springframework.messaging.handler
Encapsulates information about a handler method consisting of a method and a bean.
HandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.HandlerMethod
Create an instance from a bean instance and a method.
HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.messaging.handler.HandlerMethod
Create an instance from a bean instance, method name, and parameter types.
HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.messaging.handler.HandlerMethod
Create an instance from a bean name, a method, and a BeanFactory.
HandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.HandlerMethod
Copy constructor for use in subclasses.
HandlerMethod - Class in org.springframework.web.method
Encapsulates information about a handler method consisting of a method and a bean.
HandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean instance and a method.
HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean instance, method name, and parameter types.
HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean name, a method, and a BeanFactory.
HandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.HandlerMethod
Copy constructor for use in subclasses.
HandlerMethod.HandlerMethodParameter - Class in org.springframework.messaging.handler
A MethodParameter with HandlerMethod-specific behavior.
HandlerMethod.HandlerMethodParameter - Class in org.springframework.web.method
A MethodParameter with HandlerMethod-specific behavior.
HandlerMethodArgumentResolver - Interface in org.springframework.messaging.handler.invocation
Strategy interface for resolving method parameters into argument values in the context of a given Message.
HandlerMethodArgumentResolver - Interface in org.springframework.web.method.support
Strategy interface for resolving method parameters into argument values in the context of a given request.
HandlerMethodArgumentResolver - Interface in org.springframework.web.reactive.result.method
Strategy to resolve the argument value for a method parameter in the context of the current HTTP request.
HandlerMethodArgumentResolverComposite - Class in org.springframework.messaging.handler.invocation
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.
HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
 
HandlerMethodArgumentResolverComposite - Class in org.springframework.web.method.support
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.
HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
HandlerMethodArgumentResolverSupport - Class in org.springframework.web.reactive.result.method
Base class for HandlerMethodArgumentResolver implementations with access to a ReactiveAdapterRegistry and methods to check for method parameter support.
HandlerMethodArgumentResolverSupport(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.HandlerMethodArgumentResolverSupport
 
HandlerMethodMappingNamingStrategy<T> - Interface in org.springframework.web.servlet.handler
A strategy for assigning a name to a handler method's mapping.
HandlerMethodParameter(int) - Constructor for class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
 
HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - Constructor for class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
 
HandlerMethodParameter(int) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
HandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.invocation
Strategy interface to handle the value returned from the invocation of a method handling a Message.
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.messaging.handler.invocation
A HandlerMethodReturnValueHandler that wraps and delegates to others.
HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
 
HandlerMethodReturnValueHandlerComposite - Class in org.springframework.web.method.support
Handles method return values by delegating to a list of registered HandlerMethodReturnValueHandlers.
HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
handlerMethodsInitialized(Map<T, HandlerMethod>) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Invoked after all handler methods have been detected.
handlerMethodsInitialized(Map<T, HandlerMethod>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked after all handler methods have been detected.
HandlerResult - Class in org.springframework.web.reactive
Represent the result of the invocation of a handler or a handler method.
HandlerResult(Object, Object, MethodParameter) - Constructor for class org.springframework.web.reactive.HandlerResult
Create a new HandlerResult.
HandlerResult(Object, Object, MethodParameter, BindingContext) - Constructor for class org.springframework.web.reactive.HandlerResult
Create a new HandlerResult.
HandlerResultHandler - Interface in org.springframework.web.reactive
Process the HandlerResult, usually returned by an HandlerAdapter.
HandlerResultHandlerSupport - Class in org.springframework.web.reactive.result
Base class for HandlerResultHandler with support for content negotiation and access to a ReactiveAdapter registry.
HandlerResultHandlerSupport(RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.HandlerResultHandlerSupport
 
HandlerResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for assertions on the selected handler or handler method.
HandlerResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HandlerResultMatchers
Protected constructor.
handlerStrategies(HandlerStrategies) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RouterFunctionSpec
Configure handler strategies.
HandlerStrategies - Interface in org.springframework.web.reactive.function.server
Defines the strategies to be used for processing HandlerFunctions.
HandlerStrategies.Builder - Interface in org.springframework.web.reactive.function.server
A mutable builder for a HandlerStrategies.
handlerType(Class<?>) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the type of the handler that processed the request.
handleServletRequestBindingException(ServletRequestBindingException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for ServletRequestBindingException.
handleServletRequestBindingException(ServletRequestBindingException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when an unrecoverable binding exception occurs - e.g.
handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
 
handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
 
handleSuccessiveRequest(ServerHttpRequest, ServerHttpResponse, SockJsFrameFormat) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
Handle all requests, except the first one, to receive messages on a SockJS HTTP transport based session.
handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.handler.BinaryWebSocketHandler
 
handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
handleTimeout(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when the async request times out before the Callable task completes.
handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
Deprecated.
 
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request times out before the DeferredResult has been set.
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
Deprecated.
This implementation returns true by default allowing other interceptors to be given a chance to handle the timeout.
handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
handleTransportError(StompSession, Throwable) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
Handle a low level transport error which could be an I/O error or a failure to encode or decode a STOMP message.
handleTransportError(StompSession, Throwable) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
handleTransportError(Throwable) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in interface org.springframework.web.socket.WebSocketHandler
Handle an error from the underlying WebSocket message transport.
handleTransportRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, String, String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
Handle a SockJS session URL (i.e.
handleTransportRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, String, String) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
 
handleTypeMismatch(TypeMismatchException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for TypeMismatchException.
handleTypeMismatch(TypeMismatchException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion error occurs.
handleUncaughtException(Throwable, Method, Object...) - Method in interface org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
Handle the given uncaught exception thrown from an asynchronous method.
handleUncaughtException(Throwable, Method, Object...) - Method in class org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler
 
handleWarnings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
Throw an SQLWarningException if we're not ignoring warnings, otherwise log the warnings at debug level.
handleWarnings(SQLWarning) - Method in class org.springframework.jdbc.core.JdbcTemplate
Throw an SQLWarningException if encountering an actual warning.
handleWebSocketVersionNotSupported(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
HandshakeFailureException - Exception in org.springframework.web.socket.server
Thrown when handshake processing failed to complete due to an internal, unrecoverable error.
HandshakeFailureException(String) - Constructor for exception org.springframework.web.socket.server.HandshakeFailureException
 
HandshakeFailureException(String, Throwable) - Constructor for exception org.springframework.web.socket.server.HandshakeFailureException
 
HandshakeHandler - Interface in org.springframework.web.socket.server
Contract for processing a WebSocket handshake request.
HandshakeInfo - Class in org.springframework.web.reactive.socket
Simple container of information related to the handshake request that started the WebSocketSession session.
HandshakeInfo(URI, HttpHeaders, Mono<Principal>, String) - Constructor for class org.springframework.web.reactive.socket.HandshakeInfo
Constructor with information about the handshake.
HandshakeInterceptor - Interface in org.springframework.web.socket.server
Interceptor for WebSocket handshake requests.
HandshakeInterceptorChain - Class in org.springframework.web.socket.server.support
A helper class that assists with invoking a list of handshake interceptors.
HandshakeInterceptorChain(List<HandshakeInterceptor>, WebSocketHandler) - Constructor for class org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
HandshakeWebSocketService - Class in org.springframework.web.reactive.socket.server.support
WebSocketService implementation that handles a WebSocket HTTP handshake request by delegating to a RequestUpgradeStrategy which is either auto-detected (no-arg constructor) from the classpath but can also be explicitly configured.
HandshakeWebSocketService() - Constructor for class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
Default constructor automatic, classpath detection based discovery of the RequestUpgradeStrategy to use.
HandshakeWebSocketService(RequestUpgradeStrategy) - Constructor for class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
Alternative constructor with the RequestUpgradeStrategy to use.
hasAdapters() - Method in class org.springframework.core.ReactiveAdapterRegistry
Whether the registry has any adapters which would be the case if any of Reactor, RxJava 2, or RxJava 1 (+ RxJava Reactive Streams bridge) are present on the classpath.
hasAlias(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
Determine whether the given name has the given alias registered.
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.
hasAnnotatedMethods(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has any methods that are annotated (or meta-annotated) with the given annotation type.
hasAnnotatedMethods(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
hasAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasAnnotation(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
Determine if an annotation of the specified annotationType is available on the supplied AnnotatedElement or within the annotation hierarchy above the specified element.
hasAnnotation(Class<? extends Annotation>) - Method in class org.springframework.core.convert.TypeDescriptor
Determine if this type descriptor has the specified annotation.
hasAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether an annotation of the given type is present on the underlying class.
hasAnnotation(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
hasAnnotation(String) - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
 
hasAnnotation(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)? Includes non-public methods.
hasAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
Return true if the attribute identified by name exists.
hasAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
 
hasAttribute(String) - Method in class org.springframework.test.context.support.DefaultTestContext
 
hasBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this definition specifies a bean class.
hasBeanCreationStarted() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check whether this factory's bean creation phase already started, i.e.
hasBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Determine whether this context currently holds a bean factory, i.e.
hasBeforeDeliveryBeenCalled() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Return whether the AbstractMessageEndpointFactory.AbstractMessageEndpoint.beforeDelivery(java.lang.reflect.Method) method of this endpoint has already been called.
hasBody() - Method in class org.springframework.http.HttpEntity
Indicates whether this entity has a body.
hasClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has class-based resources.
hasClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has class-based resources.
hasCodecConfigurer() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Whether a ServerCodecConfigurer is configured or not, either detected from an ApplicationContext or explicitly configured via WebHttpHandlerBuilder.codecConfigurer.
hasConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Whether a result value exists as a result of concurrent handling.
hasConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return whether this holder currently has a Connection.
hasConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
hasConstructor(Class<?>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hasConstructorArgumentValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return if there are constructor argument values defined for this bean.
hasConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return if there are constructor argument values defined for this bean.
hasContributors() - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
hasCustomEditorForElement(Class<?>, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Determine whether this registry contains a custom editor for the specified array/collection element.
hasDependentBean(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Determine whether a dependent bean has been registered for the given name.
hasDestructionAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether this factory holds a DestructionAwareBeanPostProcessor that will get applied to singleton beans on shutdown.
hasEmbeddedValueResolver() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Determine whether an embedded value resolver has been registered with this bean factory, to be applied through ConfigurableBeanFactory.resolveEmbeddedValue(String).
hasEmbeddedValueResolver() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
hasEnclosingClass() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class is declared within an enclosing class (i.e.
hasEnclosingClass() - Method in class org.springframework.core.type.StandardClassMetadata
 
hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Delegates to DefaultResponseErrorHandler.hasError(HttpStatus) (for a standard status enum value) or DefaultResponseErrorHandler.hasError(int) (for an unknown status code) with the response status code.
hasError(HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
hasError(int) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
hasError(HttpStatus) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
 
hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Indicate whether the given response has any errors.
hasErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the model has errors.
hasErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
hasErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasErrors() - Method in exception org.springframework.validation.BindException
 
hasErrors() - Method in interface org.springframework.validation.Errors
Return if there were any errors.
hasErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hasException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an exception.
hasExceptionHandler() - Method in class org.springframework.web.reactive.HandlerResult
Whether there is an exception handler.
hasExceptionMappings() - Method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
Whether the contained type has any exception mappings.
hasExceptionMappings() - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Whether the contained type has any exception mappings.
hasFieldErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
 
hasFieldErrors() - Method in exception org.springframework.validation.BindException
 
hasFieldErrors(String) - Method in exception org.springframework.validation.BindException
 
hasFieldErrors() - Method in interface org.springframework.validation.Errors
Are there any field errors?
hasFieldErrors(String) - Method in interface org.springframework.validation.Errors
Are there any errors associated with the given field?
hasFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
hasFieldErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hasFieldErrors(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hasGenerics() - Method in class org.springframework.core.ResolvableType
Return true if this type contains generic parameters.
hasGlobalErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasGlobalErrors() - Method in exception org.springframework.validation.BindException
 
hasGlobalErrors() - Method in interface org.springframework.validation.Errors
Are there any global errors?
hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasGlobalErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
HASH_CODE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
hashCode() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
hashCode() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
hashCode() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
hashCode() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
hashCode() - Method in class org.springframework.aop.support.ComposablePointcut
 
hashCode() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
hashCode() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
hashCode() - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
hashCode() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
hashCode() - Method in class org.springframework.aop.target.EmptyTargetSource
 
hashCode() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
hashCode() - Method in class org.springframework.aop.target.SingletonTargetSource
SingletonTargetSource uses the hash code of the target object.
hashCode() - Method in class org.springframework.asm.Handle
 
hashCode() - Method in class org.springframework.asm.Type
Returns a hash code value for this type.
hashCode() - Method in class org.springframework.beans.BeanMetadataAttribute
 
hashCode() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
hashCode() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
hashCode() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
hashCode() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
 
hashCode() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
hashCode() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
hashCode() - Method in class org.springframework.beans.factory.config.TypedStringValue
 
hashCode() - Method in class org.springframework.beans.factory.InjectionPoint
 
hashCode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
hashCode() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
hashCode() - Method in class org.springframework.beans.factory.support.LookupOverride
 
hashCode() - Method in class org.springframework.beans.factory.support.MethodOverride
 
hashCode() - Method in class org.springframework.beans.factory.support.MethodOverrides
 
hashCode() - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
hashCode() - Method in class org.springframework.beans.MutablePropertyValues
 
hashCode() - Method in class org.springframework.beans.PropertyValue
 
hashCode() - Method in class org.springframework.beans.support.MutableSortDefinition
 
hashCode() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
hashCode() - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
hashCode() - Method in class org.springframework.cache.interceptor.CacheOperation
This implementation returns toString()'s hash code.
hashCode() - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
hashCode() - Method in class org.springframework.cache.interceptor.SimpleKey
 
hashCode() - Method in class org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
 
hashCode() - Method in class org.springframework.cache.support.NullValue
 
hashCode() - Method in class org.springframework.context.annotation.DeferredImportSelector.Group.Entry
 
hashCode() - Method in class org.springframework.context.expression.AnnotatedElementKey
 
hashCode() - Method in class org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
 
hashCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
hashCode() - Method in class org.springframework.core.AttributeAccessorSupport
 
hashCode() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
hashCode() - Method in class org.springframework.core.convert.Property
 
hashCode() - Method in class org.springframework.core.convert.TypeDescriptor
 
hashCode() - Method in class org.springframework.core.env.PropertySource
Return a hash code derived from the name property of this PropertySource object.
hashCode() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description's hash code.
hashCode() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
 
hashCode() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
 
hashCode() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the hash code based on the underlying byte array.
hashCode() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns the hash code of the underlying class path location.
hashCode() - Method in class org.springframework.core.io.DescriptiveResource
This implementation returns the hash code of the underlying description String.
hashCode() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the hash code of the underlying File reference.
hashCode() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - Method in class org.springframework.core.io.PathResource
This implementation returns the hash code of the underlying Path reference.
hashCode() - Method in class org.springframework.core.io.support.EncodedResource
 
hashCode() - Method in class org.springframework.core.io.UrlResource
This implementation returns the hash code of the underlying URL reference.
hashCode() - Method in class org.springframework.core.io.VfsResource
 
hashCode() - Method in class org.springframework.core.MethodClassKey
 
hashCode() - Method in class org.springframework.core.MethodParameter
 
hashCode() - Method in class org.springframework.core.ParameterizedTypeReference
 
hashCode() - Method in class org.springframework.core.ReactiveTypeDescriptor
 
hashCode() - Method in class org.springframework.core.ResolvableType
 
hashCode() - Method in class org.springframework.expression.TypedValue
 
hashCode() - Method in class org.springframework.http.ContentDisposition
 
hashCode() - Method in class org.springframework.http.HttpCookie
 
hashCode() - Method in class org.springframework.http.HttpEntity
 
hashCode() - Method in class org.springframework.http.HttpHeaders
 
hashCode() - Method in class org.springframework.http.RequestEntity
 
hashCode() - Method in class org.springframework.http.ResponseCookie
 
hashCode() - Method in class org.springframework.http.ResponseEntity
 
hashCode() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
 
hashCode() - Method in class org.springframework.jms.support.QosSettings
 
hashCode() - Method in class org.springframework.jmx.support.NotificationListenerHolder
 
hashCode() - Method in class org.springframework.mail.SimpleMailMessage
 
hashCode() - Method in class org.springframework.messaging.handler.AbstractMessageCondition
 
hashCode() - Method in class org.springframework.messaging.handler.HandlerMethod
 
hashCode() - Method in class org.springframework.messaging.MessageHeaders
 
hashCode() - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
hashCode() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
 
hashCode() - Method in class org.springframework.messaging.support.GenericMessage
 
hashCode() - Method in class org.springframework.orm.hibernate5.SpringFlushSynchronization
 
hashCode() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
hashCode() - Method in class org.springframework.scheduling.support.CronTrigger
 
hashCode() - Method in class org.springframework.scheduling.support.PeriodicTrigger
 
hashCode() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Generate a unique hash code for all properties of this ContextConfigurationAttributes instance excluding the name.
hashCode() - Method in class org.springframework.test.context.MergedContextConfiguration
Generate a unique hash code for all properties of this MergedContextConfiguration excluding the test class.
hashCode() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
Generate a unique hash code for all properties of this WebMergedContextConfiguration excluding the test class.
hashCode() - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
hashCode() - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 
hashCode() - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
hashCode() - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
hashCode() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation returns toString()'s hash code.
hashCode() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
hashCode() - Method in class org.springframework.util.AutoPopulatingList
 
hashCode() - Method in class org.springframework.util.comparator.BooleanComparator
 
hashCode() - Method in class org.springframework.util.comparator.CompoundComparator
Deprecated.
 
hashCode() - Method in class org.springframework.util.comparator.InvertibleComparator
Deprecated.
 
hashCode() - Method in class org.springframework.util.comparator.NullSafeComparator
 
hashCode() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
hashCode() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
hashCode() - Method in class org.springframework.util.LinkedMultiValueMap
 
hashCode() - Method in class org.springframework.util.MimeType
 
hashCode(boolean) - Static method in class org.springframework.util.ObjectUtils
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(double) - Static method in class org.springframework.util.ObjectUtils
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(float) - Static method in class org.springframework.util.ObjectUtils
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(long) - Static method in class org.springframework.util.ObjectUtils
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode() - Method in class org.springframework.validation.AbstractBindingResult
 
hashCode() - Method in exception org.springframework.validation.BindException
 
hashCode() - Method in class org.springframework.validation.FieldError
 
hashCode() - Method in class org.springframework.validation.ObjectError
 
hashCode() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hashCode() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the hash code of the underlying ServletContext resource location.
hashCode() - Method in class org.springframework.web.method.ControllerAdviceBean
 
hashCode() - Method in class org.springframework.web.method.HandlerMethod
 
hashCode() - Method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions.Credentials
 
hashCode() - Method in class org.springframework.web.reactive.result.condition.AbstractRequestCondition
 
hashCode() - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
 
hashCode() - Method in class org.springframework.web.reactive.socket.CloseStatus
 
hashCode() - Method in class org.springframework.web.reactive.socket.WebSocketMessage
 
hashCode() - Method in class org.springframework.web.servlet.FlashMap
 
hashCode() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
hashCode() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
hashCode() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
 
hashCode() - Method in class org.springframework.web.socket.CloseStatus
 
hashCode() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
hashCode() - Method in class org.springframework.web.socket.WebSocketExtension
 
hashCode() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
hashCode() - Method in class org.springframework.web.util.pattern.PathPattern
 
hasIndexedArgumentValue(int) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Check whether an argument value has been registered for the given index.
hasInstantiationAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether this factory holds a InstantiationAwareBeanPostProcessor that will get applied to singleton beans on creation.
hasInterceptors() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
 
hasInvocationTargetException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an InvocationTargetException, thrown by an invocation of the target method itself.
hasJsonPath(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a value, possibly null, exists.
hasJsonPath() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the response content and assert that a value, possibly null, exists.
hasJsonPath() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
hasJsonPath() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that a value, possibly null, exists.
hasLength(String, String) - Static method in class org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.hasLength(String, String)
hasLength(CharSequence) - Static method in class org.springframework.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - Static method in class org.springframework.util.StringUtils
Check that the given String is neither null nor of length 0.
hasLocaleContextResolver() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Whether a LocaleContextResolver is configured or not, either detected from an ApplicationContext or explicitly configured via WebHttpHandlerBuilder.localeContextResolver.
hasLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has path-based resource locations.
hasLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has path-based context resource locations.
hasMappingForPattern(String) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistry
Whether a resource handler has already been registered for the given path pattern.
hasMappingForPattern(String) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Whether a resource handler has already been registered for the given path pattern.
hasMetaAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has an annotation that is itself annotated with the meta-annotation of the given type.
hasMetaAnnotation(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
hasMetaAnnotation(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasMetaAnnotationTypes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
Determine if the supplied AnnotatedElement is annotated with a composed annotation that is meta-annotated with an annotation of the specified annotationType.
hasMetaAnnotationTypes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
Determine if the supplied AnnotatedElement is annotated with a composed annotation that is meta-annotated with an annotation of the specified annotationName.
hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature.
hasMethodAnnotation(Class<A>) - Method in class org.springframework.core.MethodParameter
Return whether the method/constructor is annotated with the given type.
hasMethodAnnotation(Class<T>) - Method in class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
 
hasMethodAnnotation(Class<A>) - Method in class org.springframework.messaging.handler.HandlerMethod
Return whether the parameter is declared with the given annotation type.
hasMethodAnnotation(Class<T>) - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
hasMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
Return whether the parameter is declared with the given annotation type.
hasMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return if there are method overrides defined for this bean.
hasNext() - Method in class org.springframework.util.CompositeIterator
 
hasNoErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the model has no errors.
hasOriginalRequestAndResponse() - Method in class org.springframework.mock.web.MockAsyncContext
 
hasParameterAnnotation(Class<A>) - Method in class org.springframework.core.MethodParameter
Return whether the parameter is declared with the given annotation type.
hasParameterAnnotations() - Method in class org.springframework.core.MethodParameter
Return true if the parameter has at least one annotation, false if it has none.
hasPropertyOverridesFor(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Were there overrides for this bean? Only valid after processing has occurred at least once.
hasPropertyValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return if there are property values values defined for this bean.
hasPropertyValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return if there are property values values defined for this bean.
hasQualifier(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean has the specified qualifier.
hasRegistrations() - Method in class org.springframework.web.reactive.config.ViewResolverRegistry
Whether any view resolvers have been registered.
hasRegistrations() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Whether any view resolvers have been registered.
hasRemainingCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
 
hasRemainingCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 
hasRemainingCount() - Method in interface org.springframework.test.web.client.RequestExpectation
Whether there is a remaining count of invocations for this expectation.
hasResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Check if there is a resource for the given key bound to the current thread.
hasResources() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has either path-based resource locations or class-based resources.
hasResources() - Method in class org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has either path-based context resource locations or class-based resources.
hasResult() - Method in class org.springframework.web.context.request.async.DeferredResult
Return true if the DeferredResult has been set.
hasSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
hasSavepoint() - Method in interface org.springframework.transaction.TransactionStatus
Return whether this transaction internally carries a savepoint, that is, has been created as nested transaction based on a savepoint.
hasSessionAttributes() - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Whether the controller represented by this instance has declared any session attributes through an SessionAttributes annotation.
hasSessionManager() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Whether a WebSessionManager is configured or not, either detected from an ApplicationContext or explicitly configured via WebHttpHandlerBuilder.sessionManager.
hasSessions() - Method in interface org.springframework.messaging.simp.user.SimpUser
Whether the user has any sessions.
hasSize(int) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
Assert the extracted list of values is of the given size.
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").
hasSubscription(MessageHandler) - Method in class org.springframework.messaging.support.AbstractSubscribableChannel
 
hasSuperClass() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class has a super class.
hasSuperClass() - Method in class org.springframework.core.type.StandardClassMetadata
 
hasTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return whether this typed String value carries a target type .
hasTaskExecutor() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
 
hasTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Return whether this ScheduledTaskRegistrar has any tasks registered.
hasText(String, String) - Static method in class org.springframework.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.hasText(String, String)
hasText(CharSequence) - Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String contains actual text.
hasTimeout() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether this object has an associated timeout.
hasTransaction() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
Return whether a transaction was created by this aspect, or whether we just have a placeholder to keep ThreadLocal stack integrity.
hasTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether there is an actual transaction active.
hasUniqueObject(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Determine whether the given Collection only contains a single unique object.
hasUnresolvableGenerics() - Method in class org.springframework.core.ResolvableType
Determine whether the underlying type has any unresolvable generics: either through an unresolvable type variable on the type itself or through implementing a generic interface in a raw fashion, i.e.
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
hasValue(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine whether there is a value for the specified named parameter.
hasView() - Method in class org.springframework.web.servlet.ModelAndView
Indicate whether or not this ModelAndView has a view, either as a view name or as a direct View instance.
head(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP HEAD builder with the given url.
head(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP HEAD variant.
head() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP HEAD request.
head(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a HEAD request.
head(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a HEAD request.
head() - Method in interface org.springframework.web.reactive.function.client.WebClient
Start building an HTTP HEAD request.
HEAD(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that matches if request's HTTP method is HEAD and the given pattern matches against the request path.
header - Variable in class org.springframework.asm.ClassReader
Start index of the class header information (access, name...) in b.
header(String, String...) - Method in interface org.springframework.http.client.MultipartBodyBuilder.PartBuilder
Add part header values.
header(String, String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Add the given, single header value under the given name.
header(String, String...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Add the given, single header value under the given name.
header(String, String) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set or override the specified header.
Header - Annotation Type in org.springframework.messaging.handler.annotation
Annotation which indicates that a method parameter should be bound to a message header.
header(String, String...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given, single header value under the given name.
header(String, String) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
header(String, Matcher<? super String>...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request header values with the given Hamcrest matcher(s).
header(String, String...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request header values.
header(String, String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Add the given, single header value under the given name.
header(String, Object...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add a header to the request.
header() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response header assertions.
header(String, String...) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
Add the given header value(s) under the given name.
header(String) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Headers
Return the header value(s), if any, for the header of the given name.
header(String) - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
 
header(String, String...) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Add the given, single header value under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
Add the given header value(s) under the given name.
header(String) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Get the header value(s), if any, for the header of the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Add the given header value(s) under the given name.
header(String) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
header(String, String...) - Method in interface org.springframework.web.reactive.result.view.Rendering.Builder
Specify a header to add to the response.
HEADER_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HeaderAssertions - Class in org.springframework.test.web.reactive.server
Assertions on headers of the response.
HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that checks the 'Accept' request header.
HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
 
HeaderContentTypeResolver - Class in org.springframework.web.reactive.accept
Resolver that looks at the 'Accept' header of the request.
HeaderContentTypeResolver() - Constructor for class org.springframework.web.reactive.accept.HeaderContentTypeResolver
 
HeaderMapper<T> - Interface in org.springframework.messaging.support
Generic strategy interface for mapping MessageHeaders to and from other types of objects.
HeaderMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Resolves method parameters annotated with @Header.
HeaderMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
headerResolver() - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
Add resolver to get the requested content type from the "Accept" header.
HeaderResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response header assertions.
HeaderResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HeaderResultMatchers
Protected constructor.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.client.MultipartBodyBuilder.PartBuilder
Manipulate the part headers through the given consumer.
headers() - Method in interface org.springframework.http.codec.multipart.Part
Return the headers associated with the part.
headers(HttpHeaders) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Copy the given headers into the entity's headers map.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
Manipulate request headers.
Headers - Annotation Type in org.springframework.messaging.handler.annotation
Annotation which indicates that a method parameter should be bound to the headers of a message.
headers(MultiValueMap<String, String>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given header values.
headers(HttpHeaders) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
headers() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 
headers(HttpHeaders) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Copy all given headers.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Manipulate the request's headers with the given consumer.
headers(HttpHeaders) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add all headers to the request.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Manipulate this request's headers with the given consumer.
headers() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
Return the headers of this request.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
Manipulate this response's headers with the given consumer.
headers() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
Return the headers of this response.
headers() - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Provides access to every header declared so far with the possibility to add, replace, or remove values.
headers(HttpHeaders) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Copy the given headers into the entity's headers map.
headers(HttpHeaders) - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
Copy the given headers into the entity's headers map.
headers(Predicate<ServerRequest.Headers>) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that tests the request's headers against the given headers predicate.
headers() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Get the headers of this request.
headers() - Method in interface org.springframework.web.reactive.function.server.ServerResponse
Return the headers of this response.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Manipulate this response's headers with the given consumer.
headers() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
headers(String...) - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
Set the header conditions.
headers(HttpHeaders) - Method in interface org.springframework.web.reactive.result.view.Rendering.Builder
Specify headers to add to the response.
headers() - Method in interface org.springframework.web.reactive.result.view.Rendering
Return headers to add to the response.
headers(String...) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the header conditions.
headersExtractor() - Method in class org.springframework.web.client.AsyncRestTemplate
Deprecated.
Returns a response extractor for HttpHeaders.
headersExtractor() - Method in class org.springframework.web.client.RestTemplate
Return a response extractor for HttpHeaders.
HeadersMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Resolves the following method parameters: Parameters assignable to Map annotated with @Headers Parameters of type MessageHeaders Parameters assignable to MessageHeaderAccessor
HeadersMethodArgumentResolver() - Constructor for class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
 
HeadersRequestCondition - Class in org.springframework.web.reactive.result.condition
A logical conjunction (' && ') request condition that matches a request against a set of header expressions with syntax defined in RequestMapping.headers().
HeadersRequestCondition(String...) - Constructor for class org.springframework.web.reactive.result.condition.HeadersRequestCondition
Create a new instance from the given header expressions.
HeadersRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical conjunction (' && ') request condition that matches a request against a set of header expressions with syntax defined in RequestMapping.headers().
HeadersRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Create a new instance from the given header expressions.
HeadersWrapper(ClientResponse.Headers) - Constructor for class org.springframework.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
Create a new HeadersWrapper that wraps the given request.
HeadersWrapper(ServerRequest.Headers) - Constructor for class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
Create a new HeadersWrapper that wraps the given request.
HeaderWebSessionIdResolver - Class in org.springframework.web.server.session
Request and response header-based WebSessionIdResolver.
HeaderWebSessionIdResolver() - Constructor for class org.springframework.web.server.session.HeaderWebSessionIdResolver
 
headForHeaders(String, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Deprecated.
Asynchronously retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Deprecated.
Asynchronously retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - Method in interface org.springframework.web.client.AsyncRestOperations
Deprecated.
Asynchronously retrieve all headers of the resource specified by the URL.
headForHeaders(String, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
Deprecated.
 
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
Deprecated.
 
headForHeaders(URI) - Method in class org.springframework.web.client.AsyncRestTemplate
Deprecated.
 
headForHeaders(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URL.
headForHeaders(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(URI) - Method in class org.springframework.web.client.RestTemplate
 
HEART_BEAT_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
HEARTBEAT - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
heartbeatFrame() - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
HessianClientInterceptor - Class in org.springframework.remoting.caucho
MethodInterceptor for accessing a Hessian service.
HessianClientInterceptor() - Constructor for class org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianExporter - Class in org.springframework.remoting.caucho
General stream-based protocol exporter for a Hessian endpoint.
HessianExporter() - Constructor for class org.springframework.remoting.caucho.HessianExporter
 
HessianProxyFactoryBean - Class in org.springframework.remoting.caucho
FactoryBean for Hessian proxies.
HessianProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
HessianServiceExporter - Class in org.springframework.remoting.caucho
Servlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
HessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.HessianServiceExporter
 
HeuristicCompletionException - Exception in org.springframework.transaction
Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
HeuristicCompletionException(int, Throwable) - Constructor for exception org.springframework.transaction.HeuristicCompletionException
Constructor for HeuristicCompletionException.
HibernateCallback<T> - Interface in org.springframework.orm.hibernate5
Callback interface for Hibernate code.
HibernateDaoSupport - Class in org.springframework.orm.hibernate5.support
Convenient super class for Hibernate-based data access objects.
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate5.support.HibernateDaoSupport
 
HibernateExceptionTranslator - Class in org.springframework.orm.hibernate5
PersistenceExceptionTranslator capable of translating HibernateException instances to Spring's DataAccessException hierarchy.
HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate5.HibernateExceptionTranslator
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate5.HibernateJdbcException
 
HibernateJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Hibernate EntityManager.
HibernateJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
HibernateJpaSessionFactoryBean - Class in org.springframework.orm.jpa.vendor
Deprecated.
as of Spring Framework 4.3.12 against Hibernate 5.2, in favor of a custom solution based on EntityManagerFactory.unwrap(java.lang.Class<T>) with explicit qualifiers and/or primary markers
HibernateJpaSessionFactoryBean() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
Deprecated.
 
HibernateJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Hibernate EntityManager.
HibernateJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
 
HibernateOperations - Interface in org.springframework.orm.hibernate5
Interface that specifies a common set of Hibernate operations as well as a general HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>) method for Session-based lambda expressions.
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(OptimisticEntityLockException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateQueryException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate5.HibernateQueryException
 
HibernateSystemException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateSystemException
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
HibernateTemplate - Class in org.springframework.orm.hibernate5
Helper class that simplifies Hibernate data access code.
HibernateTemplate() - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTransactionManager - Class in org.springframework.orm.hibernate5
PlatformTransactionManager implementation for a single Hibernate SessionFactory.
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HiddenHttpMethodFilter - Class in org.springframework.web.filter
Filter that converts posted method parameters into HTTP methods, retrievable via HttpServletRequest.getMethod().
HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
 
HiddenHttpMethodFilter - Class in org.springframework.web.filter.reactive
Reactive WebFilter that converts posted method parameters into HTTP methods, retrievable via HttpRequest.getMethod().
HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
 
HiddenInputTag - Class in org.springframework.web.servlet.tags.form
The <hidden> tag renders an HTML 'input' tag with type 'hidden' using the bound value.
HiddenInputTag() - Constructor for class org.springframework.web.servlet.tags.form.HiddenInputTag
 
HierarchicalBeanFactory - Interface in org.springframework.beans.factory
Sub-interface implemented by bean factories that can be part of a hierarchy.
HierarchicalMessageSource - Interface in org.springframework.context
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
HierarchicalThemeSource - Interface in org.springframework.ui.context
Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.
HIGHEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
Useful constant for the highest precedence value.
hint(String, Object) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Add a serialization hint like Jackson2CodecSupport.JSON_VIEW_HINT to customize how the body will be serialized.
hint(String, Object) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
Add a serialization hint like Jackson2CodecSupport.JSON_VIEW_HINT to customize how the body will be serialized.
hints() - Method in interface org.springframework.web.reactive.function.BodyExtractor.Context
Return the map of hints to use to customize body extraction.
hints() - Method in interface org.springframework.web.reactive.function.BodyInserter.Context
Return the map of hints to use for response body conversion.
HOST - Static variable in class org.springframework.http.HttpHeaders
The HTTP Host header field name.
HOST - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
host() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Get the value of the Host header, if available.
host() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
host(String) - Method in interface org.springframework.web.util.UriBuilder
Set the URI host which may contain URI template variables, and may also be null to clear the host of this builder.
host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI host.
HostRequestMatcher - Class in org.springframework.test.web.servlet.htmlunit
A WebRequestMatcher that allows matching on the host and optionally the port of WebRequest#getUrl().
HostRequestMatcher(String...) - Constructor for class org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
Create a new HostRequestMatcher for the given hosts — for example: "localhost", "example.com:443", etc.
HotSwappableTargetSource - Class in org.springframework.aop.target
TargetSource implementation that caches a local target object, but allows the target to be swapped while the application is running.
HotSwappableTargetSource(Object) - Constructor for class org.springframework.aop.target.HotSwappableTargetSource
Create a new HotSwappableTargetSource with the given initial target object.
HsqlMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.
HsqlMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Default constructor for bean property style usage.
HsqlMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Convenience constructor.
HsqlSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.
HsqlSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Default constructor for bean property style usage.
HsqlSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Convenience constructor.
HsqlTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
The HSQL specific implementation of TableMetaDataProvider.
HsqlTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
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) - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
HTML-encodes the given String, only if the "htmlEscape" setting is enabled.
htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscape(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
HtmlEscapeTag - Class in org.springframework.web.servlet.tags
The <htmlEscape> tag sets default HTML escape value for the current page.
HtmlEscapeTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapeTag
 
HtmlEscapingAwareTag - Class in org.springframework.web.servlet.tags
Superclass for tags that output content that might get HTML-escaped.
HtmlEscapingAwareTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 
HtmlFileTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
An HTTP TransportHandler that uses a famous browser document.domain technique.
HtmlFileTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 
htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn HTML character references into their plain text UNICODE equivalent.
HtmlUtils - Class in org.springframework.web.util
Utility class for HTML escaping.
HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
 
HTTP_HEADER_ACCEPT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_ACCEPT_LANGUAGE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_METHOD_POST - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_SESSION_ID_ATTR_NAME - Static variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
The name of the attribute under which the HTTP session id is exposed when copyHttpSessionId is "true".
HttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, defining common properties such as the ClientHttpRequestFactory to operate on.
HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
 
HttpClientErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 4xx is received.
HttpClientErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus.
HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus and status text.
HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpComponentsAsyncClientHttpRequestFactory - Class in org.springframework.http.client
Deprecated.
as of Spring 5.0, with no direct replacement
HttpComponentsAsyncClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Deprecated.
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with a default HttpAsyncClient and HttpClient.
HttpComponentsAsyncClientHttpRequestFactory(HttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Deprecated.
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given HttpAsyncClient instance and a default HttpClient.
HttpComponentsAsyncClientHttpRequestFactory(CloseableHttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Deprecated.
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given CloseableHttpAsyncClient instance and a default HttpClient.
HttpComponentsAsyncClientHttpRequestFactory(HttpClient, HttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Deprecated.
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given HttpClient and HttpAsyncClient instances.
HttpComponentsAsyncClientHttpRequestFactory(CloseableHttpClient, CloseableHttpAsyncClient) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
Deprecated.
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given CloseableHttpClient and CloseableHttpAsyncClient instances.
HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses Apache HttpComponents HttpClient to create requests.
HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with a default HttpClient.
HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpComponentsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses Apache HttpComponents HttpClient to execute POST requests.
HttpComponentsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a new instance of the HttpComponentsHttpInvokerRequestExecutor with a default HttpClient that uses a default org.apache.http.impl.conn.PoolingClientConnectionManager.
HttpComponentsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpCookie - Class in org.springframework.http
Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.
HttpCookie(String, String) - Constructor for class org.springframework.http.HttpCookie
 
HttpEntity<T> - Class in org.springframework.http
Represents an HTTP request or response entity, consisting of headers and body.
HttpEntity() - Constructor for class org.springframework.http.HttpEntity
Create a new, empty HttpEntity.
HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and no headers.
HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given headers and no body.
HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and headers.
HttpEntityArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
Resolves method arguments of type HttpEntity or RequestEntity by reading the body of the request through a compatible HttpMessageReader.
HttpEntityArgumentResolver(List<HttpMessageReader<?>>, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.HttpEntityArgumentResolver
 
httpEntityCallback(HttpEntity<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
Deprecated.
Returns a request callback implementation that writes the given object to the request stream.
httpEntityCallback(HttpEntity<T>, Type) - Method in class org.springframework.web.client.AsyncRestTemplate
Deprecated.
Returns a request callback implementation that writes the given object to the request stream.
httpEntityCallback(Object) - Method in class org.springframework.web.client.RestTemplate
Return a RequestCallback implementation that writes the given object to the request stream.
httpEntityCallback(Object, Type) - Method in class org.springframework.web.client.RestTemplate
Return a RequestCallback implementation that: Sets the request Accept header based on the given response type, cross-checked against the configured message converters.
HttpEntityMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves HttpEntity and RequestEntity method argument values and also handles HttpEntity and ResponseEntity return values.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Basic constructor with converters only.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Basic constructor with converters and ContentNegotiationManager.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Complete constructor for resolving HttpEntity method arguments.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Complete constructor for resolving HttpEntity and handling ResponseEntity.
HttpHandler - Interface in org.springframework.http.server.reactive
Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.
HttpHandlerConnector - Class in org.springframework.test.web.reactive.server
Connector that handles requests by invoking an HttpHandler rather than making actual requests to a network socket.
HttpHandlerConnector(HttpHandler) - Constructor for class org.springframework.test.web.reactive.server.HttpHandlerConnector
Constructor with the HttpHandler to handle requests with.
HttpHeaders - Class in org.springframework.http
A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.
HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
Construct a new, empty instance of the HttpHeaders object.
HttpHeadersReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles HttpHeaders return values.
HttpHeadersReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 
HttpHeadResponseDecorator - Class in org.springframework.http.server.reactive
ServerHttpResponse decorator for HTTP HEAD requests.
HttpHeadResponseDecorator(ServerHttpResponse) - Constructor for class org.springframework.http.server.reactive.HttpHeadResponseDecorator
 
HttpInputMessage - Interface in org.springframework.http
Represents an HTTP input message, consisting of headers and a readable body.
HttpInvokerClientConfiguration - Interface in org.springframework.remoting.httpinvoker
Configuration interface for executing HTTP invoker requests.
HttpInvokerClientInterceptor - Class in org.springframework.remoting.httpinvoker
MethodInterceptor for accessing an HTTP invoker service.
HttpInvokerClientInterceptor() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
HttpInvokerProxyFactoryBean - Class in org.springframework.remoting.httpinvoker
FactoryBean for HTTP invoker proxies.
HttpInvokerProxyFactoryBean() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
HttpInvokerRequestExecutor - Interface in org.springframework.remoting.httpinvoker
Strategy interface for actual execution of an HTTP invoker request.
HttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
Servlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
HttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
 
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.
httpMessageCodecs(Consumer<ServerCodecConfigurer>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure custom HTTP message readers and writers or override built-in ones.
HttpMessageConversionException - Exception in org.springframework.http.converter
Thrown by HttpMessageConverter implementations when a conversion attempt fails.
HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConverter<T> - Interface in org.springframework.http.converter
Strategy interface for converting from and to HTTP requests and responses.
HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
Response extractor that uses the given entity converters to convert the response into a type T.
HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Create a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageDecoder<T> - Interface in org.springframework.http.codec
Extension of Decoder exposing extra methods relevant in the context of HTTP request or response body decoding.
HttpMessageEncoder<T> - Interface in org.springframework.http.codec
Extension of Encoder exposing extra methods relevant in the context of HTTP request or response body encoding.
HttpMessageNotReadableException - Exception in org.springframework.http.converter
HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
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.
HttpMessageReader<T> - Interface in org.springframework.http.codec
Strategy for reading from a ReactiveHttpInputMessage and decoding the stream of bytes to Objects of type <T>.
HttpMessageWriter<T> - Interface in org.springframework.http.codec
Strategy for encoding a stream of objects of type <T> and writing the encoded stream of bytes to an ReactiveHttpOutputMessage.
HttpMessageWriterView - Class in org.springframework.web.reactive.result.view
View that writes model attribute(s) with an HttpMessageWriter.
HttpMessageWriterView(Encoder<?>) - Constructor for class org.springframework.web.reactive.result.view.HttpMessageWriterView
Constructor with an Encoder.
HttpMessageWriterView(HttpMessageWriter<?>) - Constructor for class org.springframework.web.reactive.result.view.HttpMessageWriterView
Constructor with a fully initialized HttpMessageWriter.
HttpMethod - Enum in org.springframework.http
Java 5 enumeration of HTTP request methods.
httpOnly(boolean) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
Add the "HttpOnly" attribute to the cookie.
httpOnly(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert whether the cookie must be HTTP only.
HttpOutputMessage - Interface in org.springframework.http
Represents an HTTP output message, consisting of headers and a writable body.
HttpPutFormContentFilter - Class in org.springframework.web.filter
Filter that makes form encoded data available through the ServletRequest.getParameter*() family of methods during HTTP PUT or PATCH requests.
HttpPutFormContentFilter() - Constructor for class org.springframework.web.filter.HttpPutFormContentFilter
 
HttpRange - Class in org.springframework.http
Represents an HTTP (byte) range for use with the HTTP "Range" header.
HttpRange() - Constructor for class org.springframework.http.HttpRange
 
HttpRequest - Interface in org.springframework.http
Represents an HTTP request message, consisting of method and uri.
HttpRequestHandler - Interface in org.springframework.web
Plain handler interface for components that process HTTP requests, analogous to a Servlet.
httpRequestHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a HttpRequestHandlerAdapter for processing requests with HttpRequestHandlers.
HttpRequestHandlerAdapter - Class in org.springframework.web.servlet.mvc
Adapter to use the plain HttpRequestHandler interface with the generic DispatcherServlet.
HttpRequestHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
HttpRequestHandlerServlet - Class in org.springframework.web.context.support
Simple HttpServlet that delegates to an HttpRequestHandler bean defined in Spring's root web application context.
HttpRequestHandlerServlet() - Constructor for class org.springframework.web.context.support.HttpRequestHandlerServlet
 
HttpRequestMethodNotSupportedException - Exception in org.springframework.web
Exception thrown when a request handler does not support a specific request method.
HttpRequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, Collection<String>) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[]) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[], String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestWrapper - Class in org.springframework.http.client.support
Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the request.
HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
Create a new HttpRequest wrapping the given request object.
HttpResource - Interface in org.springframework.web.reactive.resource
Extended interface for a Resource to be written to an HTTP response.
HttpResource - Interface in org.springframework.web.servlet.resource
Extended interface for a Resource to be written to an HTTP response.
HttpServerErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 5xx is received.
HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus.
HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus and status text.
HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus, status text, and response body content.
HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus, status text, and response body content.
HttpServletBean - Class in org.springframework.web.servlet
Simple extension of HttpServlet which treats its config parameters (init-param entries within the servlet tag in web.xml) as bean properties.
HttpServletBean() - Constructor for class org.springframework.web.servlet.HttpServletBean
 
HttpSessionHandshakeInterceptor - Class in org.springframework.web.socket.server.support
An interceptor to copy information from the HTTP session to the "handshake attributes" map to made available viaWebSocketSession.getAttributes().
HttpSessionHandshakeInterceptor() - Constructor for class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
Default constructor for copying all HTTP session attributes and the HTTP session id.
HttpSessionHandshakeInterceptor(Collection<String>) - Constructor for class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
Constructor for copying specific HTTP session attributes and the HTTP session id.
HttpSessionMutexListener - Class in org.springframework.web.util
Servlet HttpSessionListener that automatically exposes the session mutex when an HttpSession gets created.
HttpSessionMutexListener() - Constructor for class org.springframework.web.util.HttpSessionMutexListener
 
HttpSessionRequiredException - Exception in org.springframework.web
Exception thrown when an HTTP request handler requires a pre-existing session.
HttpSessionRequiredException(String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpSessionRequiredException(String, String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpStatus - Enum in org.springframework.http
Enumeration of HTTP status codes.
HttpStatus.Series - Enum in org.springframework.http
Enumeration of HTTP status series.
HttpStatusCodeException - Exception in org.springframework.web.client
Abstract base class for exceptions based on an HttpStatus.
HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance with an HttpStatus.
HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance with an HttpStatus and status text.
HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatus, status text, and content.
HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatus, status text, content, and a response charset.
HttpWebHandlerAdapter - Class in org.springframework.web.server.adapter
Default adapter of WebHandler to the HttpHandler contract.
HttpWebHandlerAdapter(WebHandler) - Constructor for class org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
Spring Framework