- H2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
- 
- 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. 
- handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
- 
Processes the incoming Burlap request and creates a Burlap response. 
- handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleHessianServiceExporter
- 
Processes the incoming Hessian request and creates a Hessian response. 
- handle(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
- 
Reads a remote invocation from the request, executes it,
 and writes the remote invocation result to the response. 
- handle(MvcResult) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
- 
Print  MvcResult details to the "standard" output stream. 
- handle(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultHandler
- 
Apply the action on the given result. 
- 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, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractCommandController
- 
Deprecated. Template method for request handling, providing a populated and validated instance
 of the command class, and an Errors object containing binding and validation errors. 
- handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- 
Deprecated. 
- 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
- 
Use the given handler to handle this request. 
- handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-  
- handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-  
- handleAction(ActionRequest, ActionResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
- 
Use the given handler to handle this action request. 
- handleAction(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
- 
Deprecated. Template method for request handling, providing a populated and validated instance
 of the command class, and an Errors object containing binding and validation errors. 
- handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-  
- handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-  
- handleActionRequest(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
-  
- handleActionRequest(ActionRequest, ActionResponse) - Method in interface org.springframework.web.portlet.mvc.Controller
- 
Process the action request. 
- handleActionRequest(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.PortletModeNameViewController
-  
- handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
- 
Deprecated. 
- handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
- 
Subclasses are meant to override this method if the controller
 is expected to handle action requests. 
- handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
- 
Deprecated. Handles action phase of two cases: form submissions and showing a new form. 
- handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-  
- 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. 
- handleConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Refresh the connection and retry the MBean invocation if possible. 
- 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
- 
- 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) - Method in interface org.springframework.web.client.ResponseErrorHandler
- 
Handles the error in the given response. 
- handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-  
- handleEvent(EventRequest, EventResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
- 
Use the given handler to handle this event request. 
- handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-  
- handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-  
- handleEventRequest(EventRequest, EventResponse) - Method in interface org.springframework.web.portlet.mvc.EventAwareController
- 
Process the event request. 
- handleEventRequest(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-  
- 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. 
- 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
- 
- 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
- 
- 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
- 
- 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. 
- 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
-  
- handleInvalidSubmit(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
- 
Deprecated. Handle an invalid submit request, e.g. 
- handleInvalidSubmit(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- 
Deprecated. Handle an invalid submit request, e.g. 
- handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
- 
Deprecated. Handle an invalid submit request, e.g. 
- handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- 
Deprecated. Handle an invalid submit request, e.g. 
- 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.MessageListenerAdapter
- 
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(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
- 
Invoked when a matching media type is found in the lookup map. 
- handleMatch(String, MediaType) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-  
- handleMatch(String, MediaType) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-  
- 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
-  
- 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. 
- 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
- 
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-  
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
- 
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-  
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-  
- handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-  
- 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
-  
- 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 handleNavigationmethod
 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 handleNavigationvariant with explicit NavigationHandler
 argument.
 
- handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
- 
Handle the navigation request implied by the specified parameters,
 through delegating to the target bean in the Spring application context. 
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
- 
Invoked when no matching media type is found in the lookup map. 
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-  
- handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
- 
- 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 RequestMappingInfos once again, look if any match by URL at
 least and raise exceptions accordingly. 
- handleNoRowFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
- 
Handle the case where the ResultSet does not contain a row. 
- handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
- 
Customize the response for NoSuchRequestHandlingMethodException. 
- handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- 
Handle the case where no request handler method was found. 
- handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
- 
Handle the case where no request handler method was found. 
- handleNotAuthorized(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
- 
Handle a request that is not authorized according to this interceptor. 
- 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
-  
- 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.portlet.DispatcherPortlet
- 
Well-known name for the HandlerAdapter object in the bean factory for this namespace. 
- 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.portlet.DispatcherPortlet
- 
Well-known name for the HandlerExceptionResolver 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.portlet.DispatcherPortlet
- 
Well-known name for the HandlerMapping 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.portlet
- 
Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow. 
- HandlerAdapter - Interface in org.springframework.web.servlet
- 
MVC framework SPI interface, allowing parameterization of core MVC workflow. 
- handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
- 
Handle the given reflection exception. 
- handleRemoteException(Method, RemoteException) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- 
Deprecated. Handle the given RemoteException that was thrown from a JAX-RPC port stub
 or JAX-RPC call invocation. 
- handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-  
- handleRender(RenderRequest, RenderResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
- 
Use the given handler to handle this render request. 
- handleRender(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
- 
Deprecated. Template method for render request handling, providing a populated and validated instance
 of the command class, and an Errors object containing binding and validation errors. 
- handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-  
- handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-  
- handleRenderRequest(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
-  
- handleRenderRequest(RenderRequest, RenderResponse) - Method in interface org.springframework.web.portlet.mvc.Controller
- 
Process the render request and return a ModelAndView object which the DispatcherPortlet
 will render. 
- handleRenderRequest(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.PortletModeNameViewController
-  
- handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
- 
Deprecated. 
- handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
- 
Subclasses are meant to override this method if the controller
 is expected to handle render requests. 
- handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
- 
Deprecated. Handles render phase of two cases: form submissions and showing a new form. 
- handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
- 
Return a ModelAndView object with the specified view name. 
- handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-  
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.BurlapServiceExporter
- 
Processes the incoming Burlap request and creates a Burlap response. 
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.HessianServiceExporter
- 
Processes the incoming Hessian request and creates a Hessian response. 
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- 
Reads a remote invocation from the request, executes it,
 and writes the remote invocation result to the response. 
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.HttpRequestHandler
- 
Process the given request, generating a response. 
- 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. 
- handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractCommandController
- 
Deprecated. 
- 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.AbstractFormController
- 
Deprecated. Handles two cases: form submissions and showing a new form. 
- handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
- 
- handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- 
Determine a handler method and invoke it. 
- 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 the wrapped Servlet instance. 
- 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, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-  
- handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-  
- handleResource(ResourceRequest, ResourceResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
- 
Use the given handler to handle this resource request. 
- handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-  
- handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-  
- handleResourceRequest(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-  
- handleResourceRequest(ResourceRequest, ResourceResponse) - Method in interface org.springframework.web.portlet.mvc.ResourceAwareController
- 
Process the resource request and return a ModelAndView object which the DispatcherPortlet
 will render. 
- handleResult(Object, Message, Session) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- 
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
-  
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-  
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
- 
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-  
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
- 
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
- 
- 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.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.ViewMethodReturnValueHandler
-  
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-  
- HandlerExceptionResolver - Interface in org.springframework.web.portlet
- 
Interface to be implemented by objects than can resolve exceptions thrown
 during handler mapping or execution, in the typical case to error views. 
- handlerExceptionResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- 
- HandlerExceptionResolver - Interface in org.springframework.web.servlet
- 
Interface to be implemented by objects than can resolve exceptions thrown
 during handler mapping or execution, in the typical case to error views. 
- HandlerExceptionResolverComposite - Class in org.springframework.web.servlet.handler
- 
- HandlerExceptionResolverComposite() - Constructor for class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-  
- HandlerExecutionChain - Class in org.springframework.web.portlet
- 
Handler execution chain, consisting of handler object and any handler interceptors. 
- HandlerExecutionChain(Object) - Constructor for class org.springframework.web.portlet.HandlerExecutionChain
- 
Create a new HandlerExecutionChain. 
- HandlerExecutionChain(Object, HandlerInterceptor[]) - Constructor for class org.springframework.web.portlet.HandlerExecutionChain
- 
Create a new HandlerExecutionChain. 
- 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. 
- HandlerInterceptor - Interface in org.springframework.web.portlet
- 
Workflow interface that allows for customized handler execution chains. 
- HandlerInterceptor - Interface in org.springframework.web.servlet
- 
Workflow interface that allows for customized handler execution chains. 
- HandlerInterceptorAdapter - Class in org.springframework.web.portlet.handler
- 
Abstract adapter class for the  HandlerInterceptor interface,
 for simplified implementation of pre-only/post-only interceptors. 
- HandlerInterceptorAdapter() - Constructor for class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
-  
- HandlerInterceptorAdapter - Class in org.springframework.web.servlet.handler
- 
Abstract adapter class for the HandlerInterceptor 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.portlet
- 
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. 
- HandlerMethod - Class in org.springframework.web.method
- 
Encapsulates information about a bean method consisting of a
  method and a  bean. 
- HandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.HandlerMethod
- 
Create an instance from a bean instance and a method. 
- HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.HandlerMethod
- 
Create an instance from a bean instance, method name, and parameter types. 
- HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.web.method.HandlerMethod
- 
Create an instance from a bean name, a method, and a BeanFactory.
 
- HandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.HandlerMethod
- 
Copy constructor for use in sub-classes. 
- HandlerMethodArgumentResolver - Interface in org.springframework.web.method.support
- 
Strategy interface for resolving method parameters into argument values in
 the context of a given request. 
- HandlerMethodArgumentResolverComposite - Class in org.springframework.web.method.support
- 
- HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-  
- HandlerMethodInvocationException - Exception in org.springframework.web.bind.annotation.support
- 
Exception indicating that the execution of an annotated MVC handler method failed. 
- HandlerMethodInvocationException(Method, Throwable) - Constructor for exception org.springframework.web.bind.annotation.support.HandlerMethodInvocationException
- 
Create a new HandlerMethodInvocationException for the given Method handle and cause. 
- HandlerMethodInvoker - Class in org.springframework.web.bind.annotation.support
- 
Support class for invoking an annotated handler method. 
- HandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-  
- HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-  
- HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, WebArgumentResolver[], HttpMessageConverter[]) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-  
- HandlerMethodResolver - Class in org.springframework.web.bind.annotation.support
- 
Support class for resolving web method annotations in a handler type. 
- HandlerMethodResolver() - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-  
- HandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
- 
Strategy interface to handle the value returned from the invocation of a
 handler method . 
- HandlerMethodReturnValueHandlerComposite - Class in org.springframework.web.method.support
- 
- HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-  
- HandlerMethodSelector - Class in org.springframework.web.method
- 
Defines the algorithm for searching handler methods exhaustively including interfaces and parent
 classes while also dealing with parameterized methods as well as interface and class-based proxies. 
- HandlerMethodSelector() - Constructor for class org.springframework.web.method.HandlerMethodSelector
-  
- handlerMethodsInitialized(Map<T, HandlerMethod>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
- 
Invoked after all handler methods have been detected. 
- HandlerResultMatchers - Class in org.springframework.test.web.servlet.result
- 
Factory for assertions on the selected handler. 
- HandlerResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HandlerResultMatchers
- 
Protected constructor. 
- 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. 
- 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 Callabletask completes.
 
- handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
- 
- handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
- 
Invoked from a container thread when an async request times out before
 the DeferredResulthas been set.
 
- handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
- 
This implementation returns trueby default.
 
- 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
-  
- 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
- 
- handleWarnings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
- 
Throw an SQLWarningException if we're not ignoring warnings,
 else log the warnings (at debug level). 
- handleWarnings(SQLWarning) - Method in class org.springframework.jdbc.core.JdbcTemplate
- 
Throw an SQLWarningException if encountering an actual warning. 
- 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.StandardAnnotationMetadata
-  
- 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 the underlying class has an annotation of the given
 type defined. 
- 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 trueif the attribute identified bynameexists.
 
- hasAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
-  
- hasBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Return whether this definition specifies a bean class. 
- 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
- 
- hasBody() - Method in class org.springframework.http.HttpEntity
- 
Indicates whether this entity has a body. 
- hasCachedContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
- 
Deprecated. Return whether there is a cached context for the given key. 
- hasClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
- 
Determine if this ContextConfigurationAttributesinstance has
 class-based resources.
 
- 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 class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Return if there are constructor argument values defined for this bean. 
- 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. 
- hasEnclosingClass() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return whether the underlying class has an enclosing class
 (i.e. 
- hasEnclosingClass() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
- 
- hasError(HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
- 
- hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
- 
Indicates whether the given response has any errors. 
- hasErrors() - Method in class org.springframework.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
-  
- hasException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
- 
Return whether this invocation result holds an exception. 
- 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
-  
- 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
-  
- HASH_CODE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
-  
- hasHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-  
- 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.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.beans.BeanMetadataAttribute
-  
- hashCode() - Method in exception org.springframework.beans.BeansException
-  
- 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.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.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.enums.AbstractLabeledEnum
- 
Deprecated. 
- hashCode() - Method in class org.springframework.core.env.PropertySource
- 
Return a hashcode derived from the nameproperty of thisPropertySourceobject.
 
- 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.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.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.MethodParameter
-  
- hashCode() - Method in class org.springframework.core.ParameterizedTypeReference
-  
- hashCode() - Method in class org.springframework.http.HttpEntity
-  
- hashCode() - Method in class org.springframework.http.HttpHeaders
-  
- hashCode() - Method in class org.springframework.http.MediaType
-  
- hashCode() - Method in class org.springframework.http.ResponseEntity
-  
- hashCode() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-  
- hashCode() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-  
- hashCode() - Method in class org.springframework.mail.SimpleMailMessage
-  
- hashCode(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- 
This implementation returns the hashCode of the given objectz. 
- 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.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
-  
- hashCode() - Method in class org.springframework.util.comparator.InvertibleComparator
-  
- 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.LinkedMultiValueMap
-  
- hashCode(boolean) - Static method in class org.springframework.util.ObjectUtils
- 
- hashCode(double) - Static method in class org.springframework.util.ObjectUtils
- 
- hashCode(float) - Static method in class org.springframework.util.ObjectUtils
- 
- hashCode(long) - Static method in class org.springframework.util.ObjectUtils
- 
- 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 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.portlet.context.PortletContextResource
-  
- hashCode() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
-  
- hashCode() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-  
- 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 shutdown. 
- 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. 
- 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 nulland not the empty String.
 
- hasLength(String) - Static method in class org.springframework.util.Assert
- 
Assert that the given String is not empty; that is,
 it must not be nulland not the empty String.
 
- hasLength(CharSequence) - Static method in class org.springframework.util.StringUtils
- 
Check that the given CharSequence is neither nullnor of length 0.
 
- hasLength(String) - Static method in class org.springframework.util.StringUtils
- 
Check that the given String is neither nullnor of length 0.
 
- hasLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
- 
Determine if this ContextConfigurationAttributesinstance has
 path-based resource locations.
 
- hasMessageBody(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
- 
Indicates whether the given response has a message body. 
- 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.StandardAnnotationMetadata
-  
- hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
- 
Determine whether the given class has a method with the given signature. 
- 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. 
- hasParameterAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
- 
Return true if the parameter has the given annotation type, and false if it doesn't. 
- 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. 
- hasQualifier(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Return whether this bean has the specified qualifier. 
- 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 ContextConfigurationAttributesinstance has
 either path-based resource locations or class-based resources.
 
- 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.bind.annotation.support.HandlerMethodResolver
-  
- hasSessionAttributes() - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
- 
Whether the controller represented by this instance has declared any
 session attributes through an  SessionAttributes annotation. 
- hasSubmitParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
- 
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"). 
- 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"). 
- 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 . 
- hasTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Return whether this ScheduledTaskRegistrarhas any tasks registered.
 
- hasText(String, String) - Static method in class org.springframework.util.Assert
- 
Assert that the given String has valid text content; that is, it must not
 be nulland must contain at least one non-whitespace character.
 
- hasText(String) - Static method in class org.springframework.util.Assert
- 
Assert that the given String has valid text content; that is, it must not
 be nulland must contain at least one non-whitespace character.
 
- hasText(CharSequence) - Static method in class org.springframework.util.StringUtils
- 
Check whether the given CharSequence has actual text. 
- hasText(String) - Static method in class org.springframework.util.StringUtils
- 
Check whether the given String has 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. 
- hasTransactionalSession(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- 
Return whether there is a transactional Hibernate Session for the current thread,
 that is, a Session bound to the current thread by Spring's transaction facilities. 
- hasTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-  
- hasUniqueObject(Collection) - Static method in class org.springframework.util.CollectionUtils
- 
Determine whether the given Collection only contains a single unique object. 
- 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.portlet.ModelAndView
- 
Indicate whether or not this ModelAndViewhas a view, either
 as a view name or as a direct view instance.
 
- 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. 
- 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. 
- header(String, String...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
- 
Assert request header values. 
- 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_CONTENT_DISPOSITION - Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- 
Constant that defines "Content-Disposition" header. 
- HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
- 
A ContentNegotiationStrategy that parses the 'Accept' header of the request. 
- HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
-  
- 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(HttpHeaders) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
- 
Copy all given headers. 
- headers(HttpHeaders) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- 
Add all headers to the request. 
- 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. 
- headForHeaders(String, Object...) - Method in interface org.springframework.web.client.RestOperations
- 
Retrieve all headers of the resource specified by the URI template. 
- headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
- 
Retrieve all headers of the resource specified by the URI template. 
- headForHeaders(URI) - Method in interface org.springframework.web.client.RestOperations
- 
Retrieve all headers of the resource specified by the URL. 
- headForHeaders(String, Object...) - Method in class org.springframework.web.client.RestTemplate
-  
- headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-  
- headForHeaders(URI) - Method in class org.springframework.web.client.RestTemplate
-  
- HessianClientInterceptor - Class in org.springframework.remoting.caucho
- 
- HessianClientInterceptor() - Constructor for class org.springframework.remoting.caucho.HessianClientInterceptor
-  
- HessianExporter - Class in org.springframework.remoting.caucho
- 
General stream-based protocol exporter for a Hessian endpoint. 
- HessianExporter() - Constructor for class org.springframework.remoting.caucho.HessianExporter
-  
- HessianProxyFactoryBean - Class in org.springframework.remoting.caucho
- 
- 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. 
- HibernateAccessor - Class in org.springframework.orm.hibernate3
- 
- HibernateAccessor() - Constructor for class org.springframework.orm.hibernate3.HibernateAccessor
-  
- HibernateCallback<T> - Interface in org.springframework.orm.hibernate3
- 
Callback interface for Hibernate code. 
- HibernateDaoSupport - Class in org.springframework.orm.hibernate3.support
- 
Convenient super class for Hibernate-based data access objects. 
- HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-  
- HibernateExceptionTranslator - Class in org.springframework.orm.hibernate3
- 
- HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate3.HibernateExceptionTranslator
-  
- HibernateExceptionTranslator - Class in org.springframework.orm.hibernate4
- 
- HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate4.HibernateExceptionTranslator
-  
- HibernateInterceptor - Class in org.springframework.orm.hibernate3
- 
This interceptor binds a new Hibernate Session to the thread before a method
 call, closing and removing it afterwards in case of any method outcome. 
- HibernateInterceptor() - Constructor for class org.springframework.orm.hibernate3.HibernateInterceptor
-  
- HibernateJdbcException - Exception in org.springframework.orm.hibernate3
- 
Hibernate-specific subclass of UncategorizedDataAccessException,
 for JDBC exceptions that Hibernate wrapped. 
- HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate3.HibernateJdbcException
-  
- HibernateJdbcException - Exception in org.springframework.orm.hibernate4
- 
Hibernate-specific subclass of UncategorizedDataAccessException,
 for JDBC exceptions that Hibernate wrapped. 
- HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate4.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
- 
- HibernateJpaSessionFactoryBean() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
-  
- HibernateJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
- 
- HibernateJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-  
- HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate3
- 
Hibernate-specific subclass of ObjectRetrievalFailureException. 
- HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
-  
- HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
-  
- HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate4
- 
Hibernate-specific subclass of ObjectRetrievalFailureException. 
- HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate4.HibernateObjectRetrievalFailureException
-  
- HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate4.HibernateObjectRetrievalFailureException
-  
- HibernateOperations - Interface in org.springframework.orm.hibernate3
- 
Interface that specifies a basic set of Hibernate operations,
 implemented by  HibernateTemplate. 
- HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate3
- 
Hibernate-specific subclass of ObjectOptimisticLockingFailureException. 
- HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
-  
- HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
-  
- HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate4
- 
Hibernate-specific subclass of ObjectOptimisticLockingFailureException. 
- HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException
-  
- HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException
-  
- HibernateQueryException - Exception in org.springframework.orm.hibernate3
- 
Hibernate-specific subclass of InvalidDataAccessResourceUsageException,
 thrown on invalid HQL query syntax. 
- HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate3.HibernateQueryException
-  
- HibernateQueryException - Exception in org.springframework.orm.hibernate4
- 
Hibernate-specific subclass of InvalidDataAccessResourceUsageException,
 thrown on invalid HQL query syntax. 
- HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate4.HibernateQueryException
-  
- HibernateSystemException - Exception in org.springframework.orm.hibernate3
- 
Hibernate-specific subclass of UncategorizedDataAccessException,
 for Hibernate system errors that do not match any concrete
 org.springframework.daoexceptions.
 
- HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateSystemException
- 
Create a new HibernateSystemException,
 wrapping an arbitrary HibernateException. 
- HibernateSystemException - Exception in org.springframework.orm.hibernate4
- 
Hibernate-specific subclass of UncategorizedDataAccessException,
 for Hibernate system errors that do not match any concrete
 org.springframework.daoexceptions.
 
- HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateSystemException
- 
Create a new HibernateSystemException,
 wrapping an arbitrary HibernateException. 
- HibernateTemplate - Class in org.springframework.orm.hibernate3
- 
Helper class that simplifies Hibernate data access code. 
- HibernateTemplate() - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
- 
Create a new HibernateTemplate instance. 
- HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
- 
Create a new HibernateTemplate instance. 
- HibernateTemplate(SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
- 
Create a new HibernateTemplate instance. 
- HibernateTransactionManager - Class in org.springframework.orm.hibernate3
- 
- HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager
- 
Create a new HibernateTransactionManager instance. 
- HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager
- 
Create a new HibernateTransactionManager instance. 
- HibernateTransactionManager - Class in org.springframework.orm.hibernate4
- 
- HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager
- 
Create a new HibernateTransactionManager instance. 
- HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager
- 
Create a new HibernateTransactionManager instance. 
- HiddenHttpMethodFilter - Class in org.springframework.web.filter
- 
- HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
-  
- HiddenInputTag - Class in org.springframework.web.servlet.tags.form
- 
Data-binding aware JSP tag for rendering a hidden HTML 'input' field
 containing the databound 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. 
- host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
- 
Sets the URI host. 
- 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
- 
- 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
- 
- 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
- 
- 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) - Static method in class org.springframework.web.util.HtmlUtils
- 
Turn special characters into HTML character references. 
- htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
- 
Turn special characters into HTML character references. 
- htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
- 
Turn special characters into HTML character references. 
- HtmlEscapeTag - Class in org.springframework.web.servlet.tags
- 
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
-  
- htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
- 
Turn HTML character references into their plain text UNICODE equivalent. 
- HtmlUtils - Class in org.springframework.web.util
- 
Utility class for HTML escaping. 
- HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
-  
- HTTP_HEADER_ACCEPT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-  
- HTTP_HEADER_ACCEPT_LANGUAGE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-  
- HTTP_HEADER_CONTENT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-  
- HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-  
- HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-  
- HTTP_METHOD_POST - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-  
- HttpAccessor - Class in org.springframework.http.client.support
- 
- HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
-  
- HttpClientErrorException - Exception in org.springframework.web.client
- 
Exception thrown when an HTTP 4xx is received. 
- HttpClientErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpClientErrorException
- 
Construct a new instance of  HttpClientErrorException based on an
  HttpStatus. 
- HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
- 
Construct a new instance of  HttpClientErrorException based on an
  HttpStatus and status text. 
- HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
- 
Construct a new instance of  HttpClientErrorException based on an
  HttpStatus, status text, and response body content. 
- HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
- 
Construct a new instance of  HttpClientErrorException based on an
  HttpStatus, status text, and response body content. 
- HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
- 
- HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
- 
Create a new instance of the HttpComponentsClientHttpRequestFactory with a default
 HttpClientthat uses a defaultPoolingClientConnectionManager.
 
- HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
- 
Create a new instance of the HttpComponentsClientHttpRequestFactory
 with the given HttpClientinstance.
 
- HttpComponentsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
- 
- HttpComponentsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
- 
Create a new instance of the HttpComponentsHttpInvokerRequestExecutor with a default
 HttpClientthat uses a defaultPoolingClientConnectionManager.
 
- HttpComponentsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
- 
Create a new instance of the HttpComponentsClientHttpRequestFactory
 with the given HttpClientinstance.
 
- 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 HttpEntitywith the given body and no headers.
 
- HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
- 
Create a new HttpEntitywith the given headers and no body.
 
- HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
- 
Create a new HttpEntitywith the given body and headers.
 
- HttpEntityMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
- 
- HttpEntityMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-  
- HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-  
- HttpHeaders - Class in org.springframework.http
- 
Represents HTTP request and response headers, mapping string header names to list of string values. 
- HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
- 
Constructs a new, empty instance of the HttpHeadersobject.
 
- HttpInputMessage - Interface in org.springframework.http
- 
Represents an HTTP input message, consisting of  headers
 and a readable  body. 
- HttpInvokerClientConfiguration - Interface in org.springframework.remoting.httpinvoker
- 
Configuration interface for executing HTTP invoker requests. 
- HttpInvokerClientInterceptor - Class in org.springframework.remoting.httpinvoker
- 
- HttpInvokerClientInterceptor() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-  
- HttpInvokerProxyFactoryBean - Class in org.springframework.remoting.httpinvoker
- 
- HttpInvokerProxyFactoryBean() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-  
- HttpInvokerRequestExecutor - Interface in org.springframework.remoting.httpinvoker
- 
Strategy interface for actual execution of an HTTP invoker request. 
- HttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
- 
Servlet-API-based HTTP request handler that exports the specified service bean
 as HTTP invoker service endpoint, accessible via an HTTP invoker proxy. 
- HttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-  
- HttpMediaTypeException - Exception in org.springframework.web
- 
Abstract base for exceptions related to media types. 
- HttpMediaTypeException(String) - Constructor for exception org.springframework.web.HttpMediaTypeException
- 
Create a new HttpMediaTypeException. 
- HttpMediaTypeException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeException
- 
Create a new HttpMediaTypeException with a list of supported media types. 
- HttpMediaTypeNotAcceptableException - Exception in org.springframework.web
- 
Exception thrown when the request handler cannot generate a response that is acceptable by the client. 
- HttpMediaTypeNotAcceptableException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
- 
Create a new HttpMediaTypeNotAcceptableException. 
- HttpMediaTypeNotAcceptableException(List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
- 
Create a new HttpMediaTypeNotSupportedException. 
- HttpMediaTypeNotSupportedException - Exception in org.springframework.web
- 
Exception thrown when a client POSTs, PUTs, or PATCHes content of a type
 not supported by request handler. 
- HttpMediaTypeNotSupportedException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
- 
Create a new HttpMediaTypeNotSupportedException. 
- HttpMediaTypeNotSupportedException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
- 
Create a new HttpMediaTypeNotSupportedException. 
- HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
- 
Create a new HttpMediaTypeNotSupportedException. 
- HttpMessage - Interface in org.springframework.http
- 
Represents the base interface for HTTP request and response messages. 
- HttpMessageConversionException - Exception in org.springframework.http.converter
- 
- HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
- 
Create a new HttpMessageConversionException. 
- HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
- 
Create a new HttpMessageConversionException. 
- HttpMessageConverter<T> - Interface in org.springframework.http.converter
- 
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses. 
- HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
- 
Response extractor that uses the given  entity
 converters to convert the response into a type  T. 
- HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
- 
Creates a new instance of the HttpMessageConverterExtractorwith 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 HttpMessageConverterExtractorwith the given
 response type and message converters.
 
- HttpMessageNotReadableException - Exception in org.springframework.http.converter
- 
- HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
- 
Create a new HttpMessageNotReadableException. 
- HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
- 
Create a new HttpMessageNotReadableException. 
- HttpMessageNotWritableException - Exception in org.springframework.http.converter
- 
- HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
- 
Create a new HttpMessageNotWritableException. 
- HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
- 
Create a new HttpMessageNotWritableException. 
- HttpMethod - Enum in org.springframework.http
- 
Java 5 enumeration of HTTP request methods. 
- HttpOutputMessage - Interface in org.springframework.http
- 
Represents an HTTP output message, consisting of  headers
 and a writable  body. 
- HttpPutFormContentFilter - Class in org.springframework.web.filter
- 
Filter that makes form encoded data available through
 the  ServletRequest.getParameter*() family of methods during HTTP PUT
 or PATCH requests. 
- HttpPutFormContentFilter() - Constructor for class org.springframework.web.filter.HttpPutFormContentFilter
-  
- HttpRequest - Interface in org.springframework.http
- 
Represents an HTTP request message, consisting of  method
 and  uri. 
- HttpRequestHandler - Interface in org.springframework.web
- 
Plain handler interface for components that process HTTP requests,
 analogous to a Servlet. 
- httpRequestHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- 
- HttpRequestHandlerAdapter - Class in org.springframework.web.servlet.mvc
- 
- 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
- 
Creates a new HttpRequestwrapping the given request object.
 
- HttpServerErrorException - Exception in org.springframework.web.client
- 
Exception thrown when an HTTP 5xx is received. 
- HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
- 
Construct a new instance of  HttpServerErrorException based on an
  HttpStatus. 
- HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
- 
Construct a new instance of  HttpServerErrorException based on an
  HttpStatus and status text. 
- HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
- 
Construct a new instance of  HttpServerErrorException based on an
  HttpStatus, status text, and response body content. 
- HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
- 
Construct a new instance of  HttpServerErrorException based on a
  HttpStatus, status text, and response body content. 
- 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
-  
- HttpSessionMutexListener - Class in org.springframework.web.util
- 
Servlet 2.3 HttpSessionListener that automatically exposes the
 session mutex when an HttpSession gets created. 
- HttpSessionMutexListener() - Constructor for class org.springframework.web.util.HttpSessionMutexListener
-  
- HttpSessionRequiredException - Exception in org.springframework.web
- 
Exception thrown when an HTTP request handler requires a pre-existing session. 
- HttpSessionRequiredException(String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
- 
Create a new HttpSessionRequiredException. 
- HttpStatus - Enum in org.springframework.http
- 
Java 5 enumeration of HTTP status codes. 
- HttpStatus.Series - Enum in org.springframework.http
- 
Java 5 enumeration of HTTP status series. 
- HttpStatusCodeException - Exception in org.springframework.web.client
- 
Abstract base class for exceptions based on an  HttpStatus. 
- HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
- 
Construct a new instance of  HttpStatusCodeException based on an
  HttpStatus. 
- HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
- 
Construct a new instance of  HttpStatusCodeException based on an
  HttpStatus and status text. 
- HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
- 
Construct a new instance of  HttpStatusCodeException based on an
  HttpStatus, status text, and response body content. 
- HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
- 
Construct a new instance of  HttpStatusCodeException based on an
  HttpStatus, status text, and response body content.