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

H

H2EmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Initializes an H2 embedded database instance.
H2EmbeddedDatabaseConfigurer(Class<? extends Driver>) - Constructor for class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
 
H2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given H2 Database sequence.
H2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Default constructor for bean property style usage.
H2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Convenience constructor.
handback - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
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(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
 
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.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
 
handleCharacters(Characters) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleCharacters() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleComment(Comment) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleComment() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Refresh the connection and retry the MBean invocation if possible.
handleConversionNotSupported(ConversionNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion cannot occur.
handleDtd(DTD) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleDtd() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleEndDocument() - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleEndDocument() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleEndElement(EndElement) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleEndElement() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleEntityDeclaration(EntityDeclaration) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleEntityReference(EntityReference) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleEntityReference() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleError(Throwable) - Method in class org.springframework.scheduling.support.TaskUtils.LoggingErrorHandler
 
handleError(Throwable) - Method in class org.springframework.scheduling.support.TaskUtils.PropagatingErrorHandler
 
handleError(Throwable) - Method in interface org.springframework.util.ErrorHandler
 
handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Handles the error in the given response.
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(HttpServletRequest, HttpServletResponse, Throwable) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
We've encountered an exception thrown from a handler method.
handleExistingTransaction(TransactionDefinition, Object, boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Create a TransactionStatus for an existing transaction.
handleGetObject(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation resolves the code in the MessageSource.
handleHttpEntityResponse(HttpEntity<?>, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
 
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, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found for the PUT or POSTed content.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot read from a HTTP request.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot write to a HTTP request.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, 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.
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.
handleMessage(IMessage) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a required parameter is missing.
handleMultipleRowsFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet contains multiple rows.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
This implementation of the standard JSF handleNavigation method delegates to the overloaded variant, passing in constructor-injected NavigationHandler as argument.
handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Special handleNavigation variant with explicit NavigationHandler argument.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Handle the navigation request implied by the specified parameters, through delegating to the target bean in the Spring application context.
handleNoRowFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet does not contain a row.
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.
handleNotationDeclaration(NotationDeclaration) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
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
 
handleProcessingInstruction(ProcessingInstruction) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleProcessingInstruction() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleQueue - Static variable in class org.springframework.util.WeakReferenceMonitor
 
handler - Variable in class org.springframework.web.portlet.HandlerExecutionChain
 
handler - Variable in class org.springframework.web.servlet.HandlerExecutionChain
 
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.config.AbstractHttpRequestHandlerBeanDefinitionParser
 
HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.ViewControllerBeanDefinitionParser
 
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.config.ViewControllerBeanDefinitionParser
 
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.
handlerAdapters - Variable in class org.springframework.web.portlet.DispatcherPortlet
List of HandlerAdapters used by this portlet
handlerAdapters - Variable in class org.springframework.web.servlet.DispatcherServlet
List of HandlerAdapters used by this servlet
handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
Handle the given reflection exception.
handleRemoteConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
handleRemoteConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Refresh the stub and retry the remote invocation if necessary.
handleRemoteConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Refresh the stub and retry the remote invocation if necessary.
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
Retrieves the URL path to use for lookup and delegates to AbstractUrlViewController.getViewNameForRequest(javax.servlet.http.HttpServletRequest).
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.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.
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.
handleResponseBody(Object, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
 
handleResponseBody(Object, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
handleResponseError(HttpMethod, URI, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
 
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.
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 - 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.
handlerExceptionResolvers - Variable in class org.springframework.web.portlet.DispatcherPortlet
List of HandlerExceptionResolvers used by this portlet
handlerExceptionResolvers - Variable in class org.springframework.web.servlet.DispatcherServlet
List of HandlerExceptionResolvers used by this servlet
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
 
handlerMap - Variable in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
 
handlerMap - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
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.
handlerMappings - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Stores the mappings from namespace URI to NamespaceHandler class name / instance
handlerMappings - Variable in class org.springframework.web.portlet.DispatcherPortlet
List of HandlerMappings used by this portlet
handlerMappings - Variable in class org.springframework.web.servlet.DispatcherServlet
List of HandlerMappings used by this servlet
handlerMappingsLocation - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Resource location to search for
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
 
handlerMethodMap - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Handler methods, keyed by name
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
 
handlerMethods - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
handlerResolver - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
handleStartDocument(XMLEvent) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleStartDocument() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleStartElement(StartElement) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleStartElement() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleTypeMismatch(TypeMismatchException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion error occurs.
handleUnexpectedException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
Throws an IllegalStateException with the given exception as root cause.
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.classreading.AnnotationMetadataReadingVisitor
 
hasAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
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.classreading.AnnotationMetadataReadingVisitor
 
hasAnnotation(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasAspectAnnotation(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
hasAspectName(Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)? Includes non-public methods.
hasAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
Return true if the attribute identified by name exists.
hasAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
 
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
Return whether the AbstractMessageEndpointFactory.AbstractMessageEndpoint.beforeDelivery(java.lang.reflect.Method) method of this endpoint has already been called.
hasBody() - Method in class org.springframework.http.HttpEntity
Indicates whether this entity has a body.
hasCachedContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated. Return whether there is a cached context for the given key.
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 - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Indicates whether any DestructionAwareBeanPostProcessors have been registered
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.
hasDoctype(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Does the content contain the the DTD DOCTYPE declaration?
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.classreading.ClassMetadataReadingVisitor
 
hasEnclosingClass() - Method in class org.springframework.core.type.StandardClassMetadata
 
hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Delegates to DefaultResponseErrorHandler.hasError(HttpStatus) with the response status code.
hasError(HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Template method called from DefaultResponseErrorHandler.hasError(ClientHttpResponse).
hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Indicates whether the given response has any 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.
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 - Variable in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
hashCode() - Method in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
hashCode() - Method in class org.springframework.aop.framework.Cglib2AopProxy.DynamicAdvisedInterceptor
CGLIB uses this to drive proxy creation.
hashCode() - Method in class org.springframework.aop.framework.Cglib2AopProxy
 
hashCode() - Method in class org.springframework.aop.framework.Cglib2AopProxy.ProxyCallbackFilter
 
hashCode() - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Proxy uses the hash code of the TargetSource.
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.ClassFilters.IntersectionClassFilter
 
hashCode() - Method in class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
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.MethodMatchers.IntersectionMethodMatcher
 
hashCode() - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
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.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
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.BeanDefinitionResource
This implementation returns the hash code of the underlying BeanDefinition.
hashCode() - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CglibIdentitySupport
 
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.context.annotation.ConfigurationClass
 
hashCode() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
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.support.GenericConversionService.ConverterCacheKey
 
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.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.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
hashCode() - Method in class org.springframework.format.support.FormattingConversionService.FieldFormatterKey
 
hashCode() - Method in class org.springframework.http.HttpHeaders
 
hashCode() - Method in class org.springframework.http.MediaType
 
hashCode() - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
hashCode() - Method in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
 
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.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
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.interceptor.TransactionAttributeSourcePointcut
 
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.LinkedMultiValueMap
 
hashCode(boolean) - Static method in class org.springframework.util.ObjectUtils
Return the same value as Boolean.hashCode().
hashCode(double) - Static method in class org.springframework.util.ObjectUtils
Return the same value as Double.hashCode().
hashCode(float) - Static method in class org.springframework.util.ObjectUtils
Return the same value as Float.hashCode().
hashCode(long) - Static method in class org.springframework.util.ObjectUtils
Return the same value as Long.hashCode().
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.portlet.context.PortletContextResource
 
hashCode() - Method in class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
hashCode() - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
hashCode() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
hashCodeDefined - Variable in class org.springframework.aop.framework.JdkDynamicAopProxy
Is the JdkDynamicAopProxy.hashCode() method defined on the proxied interfaces?
hasHibernateManagedTransaction() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
hasIndexedArgumentValue(int) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Check whether an argument value has been registered for the given index.
hasInitializer() - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
hasInstantiationAwareBeanPostProcessors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Indicates whether any InstantiationAwareBeanPostProcessors have been registered
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 null and 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 null and not the empty String.
hasLength(CharSequence) - Static method in class org.springframework.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - Static method in class org.springframework.util.StringUtils
Check that the given String is neither null nor of length 0.
hasLvtInfo - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
hasManagedAttribute(Method) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Checks to see if the given Method has the ManagedAttribute attribute.
hasManagedMetric(Method) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Checks to see if the given Method has the ManagedMetric attribute.
hasManagedOperation(Method) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Checks to see if the given Method has the ManagedOperation attribute.
hasMatchingIntroductions(Advised, Class) - Static method in class org.springframework.aop.framework.DefaultAdvisorChainFactory
Determine whether the Advisors contain matching introductions.
hasMetaAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has an annotation that is itself annotated with the meta-annotation of the given type.
hasMetaAnnotation(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
hasMetaAnnotation(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature.
hasMore() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
hasMoreElements() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
hasName() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
hasNamespacePrefixesFeature() - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Indicates whether the SAX feature http://xml.org/sax/features/namespaces-prefixes is turned on.
hasNamespacesFeature() - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Indicates whether the SAX feature http://xml.org/sax/features/namespaces is turned on.
hasNext() - Method in class org.springframework.util.CollectionUtils.EnumerationIterator
 
hasNext() - Method in class org.springframework.util.CompositeIterator
 
hasNext() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
hasNoUserSuppliedProxyInterfaces(AdvisedSupport) - Method in class org.springframework.aop.framework.DefaultAopProxyFactory
Determine whether the supplied AdvisedSupport has only the SpringProxy interface specified (or no proxy interfaces specified at all).
hasOpeningTag(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Does the supplied content contain an XML opening tag.
hasPatterns() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
hasPayload - Variable in enum org.springframework.expression.spel.standard.TokenKind
 
hasPayload() - Method in enum org.springframework.expression.spel.standard.TokenKind
 
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.
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
 
hasSpringManagedTransaction() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
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.classreading.ClassMetadataReadingVisitor
 
hasSuperClass() - Method in class org.springframework.core.type.StandardClassMetadata
 
hasTargetConnection() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
Return whether the proxy currently holds a target Connection.
hasTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return whether this typed String value carries a target type .
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 null and 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 null and 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.
hasText() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
hasTimeout() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether this object has an associated timeout.
hasTransaction() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
hasTransaction() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
hasTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
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.MapSqlParameterSource
 
hasValue(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine whether there is a value for the specified named parameter.
hasValueOfMethodOrConstructor(Class<?>, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
hasView() - Method in class org.springframework.web.portlet.ModelAndView
Indicate whether or not this ModelAndView has 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_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
HEADER_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_CONTENT_DISPOSITION - Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Constant that defines "Content-Disposition" header.
HEADER_CONTENT_ID - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
HEADER_ETAG - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
HEADER_ETAG - Static variable in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
HEADER_EXPIRES - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
HEADER_EXPIRES - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_IF_MODIFIED_SINCE - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
HEADER_IF_NONE_MATCH - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
HEADER_IF_NONE_MATCH - Static variable in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
HEADER_LAST_MODIFIED - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
HEADER_MESSAGE_ID - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
HEADER_PRAGMA - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
HEADER_PRAGMA - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_PRIORITY - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
headers - Variable in class org.springframework.http.client.AbstractClientHttpRequest
 
headers - Variable in class org.springframework.http.client.CommonsClientHttpResponse
 
headers - Variable in class org.springframework.http.client.SimpleClientHttpResponse
 
headers - Variable in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
headers - Variable in class org.springframework.http.HttpEntity
 
headers - Variable in class org.springframework.http.HttpHeaders
 
headers - Variable in class org.springframework.http.server.ServletServerHttpRequest
 
headers - Variable in class org.springframework.http.server.ServletServerHttpResponse
 
headers - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
headers - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
headers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
headers - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ParameterMappingPredicate
 
headers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
headers - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the headers to written with each response
headers - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
headersExtractor - Variable in class org.springframework.web.client.RestTemplate
 
headersWritten - Variable in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
headersWritten - Variable in class org.springframework.http.server.ServletServerHttpResponse
 
HeaderValueHolder - Class in org.springframework.mock.web
Internal helper class that serves as value holder for request headers.
HeaderValueHolder() - Constructor for class org.springframework.mock.web.HeaderValueHolder
 
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
 
helper - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
 
helper - Variable in class org.springframework.mail.javamail.MimeMailMessage
 
helperConverter - Variable in class org.springframework.core.convert.support.ArrayToArrayConverter
 
helperConverter - Variable in class org.springframework.core.convert.support.ArrayToStringConverter
 
HessianClientInterceptor - Class in org.springframework.remoting.caucho
MethodInterceptor for accessing a Hessian service.
HessianClientInterceptor() - Constructor for class org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianExporter - Class in org.springframework.remoting.caucho
General stream-based protocol exporter for a Hessian endpoint.
HessianExporter() - Constructor for class org.springframework.remoting.caucho.HessianExporter
 
hessianProxy - Variable in class org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianProxyFactoryBean - Class in org.springframework.remoting.caucho
FactoryBean for Hessian proxies.
HessianProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
HessianServiceExporter - Class in org.springframework.remoting.caucho
Servlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
HessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.HessianServiceExporter
 
HeuristicCompletionException - Exception in org.springframework.transaction
Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
HeuristicCompletionException(int, Throwable) - Constructor for exception org.springframework.transaction.HeuristicCompletionException
Constructor for HeuristicCompletionException.
heuristicTypeMethod - Static variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
HEX_CHARS - Static variable in class org.springframework.util.DigestUtils
 
HEX_REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
HibernateAccessor - Class in org.springframework.orm.hibernate3
Base class for HibernateTemplate and HibernateInterceptor, defining common properties such as SessionFactory and flushing behavior.
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
 
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
 
HibernateJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Hibernate EntityManager.
HibernateJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
HibernateJpaDialect.HibernateConnectionHandle - Class in org.springframework.orm.jpa.vendor
 
HibernateJpaDialect.HibernateConnectionHandle(Session) - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
HibernateJpaDialect.SessionTransactionData - Class in org.springframework.orm.jpa.vendor
 
HibernateJpaDialect.SessionTransactionData(Session, FlushMode) - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect.SessionTransactionData
 
HibernateJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Hibernate EntityManager.
HibernateJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
hibernateManagedSession - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
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
 
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
 
hibernateProperties - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
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
 
HibernateSystemException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate3.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.
hibernateTemplate - Variable in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
 
HibernateTemplate.CloseSuppressingInvocationHandler - Class in org.springframework.orm.hibernate3
Invocation handler that suppresses close calls on Hibernate Sessions.
HibernateTemplate.CloseSuppressingInvocationHandler(Session) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate.CloseSuppressingInvocationHandler
 
hibernateTransactionCompletion - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
Whether Hibernate has a looked-up JTA TransactionManager that it will automatically register CacheSynchronizations with on Session connect.
HibernateTransactionManager - Class in org.springframework.orm.hibernate3
PlatformTransactionManager implementation for a single Hibernate SessionFactory.
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.HibernateTransactionObject - Class in org.springframework.orm.hibernate3
Hibernate transaction object, representing a SessionHolder.
HibernateTransactionManager.HibernateTransactionObject() - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
HibernateTransactionManager.SuspendedResourcesHolder - Class in org.springframework.orm.hibernate3
Holder for suspended resources.
HibernateTransactionManager.SuspendedResourcesHolder(SessionHolder, ConnectionHolder) - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
 
HiddenHttpMethodFilter - Class in org.springframework.web.filter
Filter that converts posted method parameters into HTTP methods, retrievable via HttpServletRequest.getMethod().
HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
 
HiddenHttpMethodFilter.HttpMethodRequestWrapper - Class in org.springframework.web.filter
Simple HttpServletRequest wrapper that returns the supplied method for HttpServletRequest.getMethod().
HiddenHttpMethodFilter.HttpMethodRequestWrapper(HttpServletRequest, String) - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter.HttpMethodRequestWrapper
 
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
 
hideProxyClassNames - Variable in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Indicates whether or not proxy class names should be hidden when using dynamic loggers.
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.
HIGHER_PRECEDENCE - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
HIGHEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
Useful constant for the highest precedence value.
hitCount - Variable in class org.springframework.aop.target.ThreadLocalTargetSource
 
hitCount - Variable in class org.springframework.test.context.ContextCache
 
holderActive - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
holderActive - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
holderActive - Variable in class org.springframework.transaction.support.ResourceHolderSynchronization
 
homeAsComponent - Variable in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
homeAsComponent - Variable in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
homeInterface - Variable in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
homeMonitor - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
host - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
host - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
HOST - Static variable in class org.springframework.web.util.UriUtils
 
HOST_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
hostname - Variable in class org.springframework.http.client.support.ProxyFactoryBean
 
hostname - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
hostname - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
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.
hours - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
HsqlEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Initializes an HSQL embedded database instance.
HsqlEmbeddedDatabaseConfigurer(Class<? extends Driver>) - Constructor for class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
 
HsqlMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.
HsqlMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Default constructor for bean property style usage.
HsqlMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Convenience constructor.
HsqlSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.
HsqlSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Default constructor for bean property style usage.
HsqlSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Convenience constructor.
HsqlTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
The HSQL specific implementation of the TableMetaDataProvider.
HsqlTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
HTML escape parameter at the servlet context level (i.e.
HtmlCharacterEntityDecoder - Class in org.springframework.web.util
Helper for decoding HTML Strings by replacing character entity references with the referred character.
HtmlCharacterEntityDecoder(HtmlCharacterEntityReferences, String) - Constructor for class org.springframework.web.util.HtmlCharacterEntityDecoder
 
HtmlCharacterEntityReferences - Class in org.springframework.web.util
Represents a set of character entity references defined by the HTML 4.0 standard.
HtmlCharacterEntityReferences() - Constructor for class org.springframework.web.util.HtmlCharacterEntityReferences
Returns a new set of character entity references reflecting the HTML 4.0 character set.
htmlEscape - Variable in class org.springframework.web.servlet.support.BindStatus
 
htmlEscape - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
htmlEscape - Variable in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 
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
 
http10Compatible - Variable in class org.springframework.web.servlet.view.RedirectView
 
HTTP_HEADER_ACCEPT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_ACCEPT_LANGUAGE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_METHOD_POST - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
HTTP_URL_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
HttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, defining common properties such as the ClientHttpRequestFactory to operate on.
HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
 
httpClient - Variable in class org.springframework.http.client.CommonsClientHttpRequest
 
httpClient - Variable in class org.springframework.http.client.CommonsClientHttpRequestFactory
 
httpClient - Variable in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
 
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 a HttpStatus.
HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on a 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 a HttpStatus, status text, and response body content.
HttpEntity<T> - Class in org.springframework.http
Represents an HTTP request or response entity, consisting of headers and body.
HttpEntity() - Constructor for class org.springframework.http.HttpEntity
Create a new, empty HttpEntity.
HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and no headers.
HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given headers and no body.
HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and headers.
HttpHeaders - Class in org.springframework.http
Represents HTTP request and response headers, mapping string header names to list of string values.
HttpHeaders(Map<String, List<String>>, boolean) - Constructor for class org.springframework.http.HttpHeaders
Private constructor that can create read-only HttpHeader instances.
HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
Constructs a new, empty instance of the HttpHeaders object.
HttpInputMessage - Interface in org.springframework.http
Represents an HTTP input message, consisting of headers and a readable body.
HttpInvokerClientConfiguration - Interface in org.springframework.remoting.httpinvoker
Configuration interface for executing HTTP invoker requests.
HttpInvokerClientInterceptor - Class in org.springframework.remoting.httpinvoker
MethodInterceptor for accessing an HTTP invoker service.
HttpInvokerClientInterceptor() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
HttpInvokerProxyFactoryBean - Class in org.springframework.remoting.httpinvoker
FactoryBean for HTTP invoker proxies.
HttpInvokerProxyFactoryBean() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
httpInvokerRequestExecutor - Variable in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
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 MediaTypeException.
HttpMediaTypeException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeException
Create a new HttpMediaTypeNotSupportedException.
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 or PUTs content 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
Thrown by HttpMessageConverter implementations when the conversion fails.
HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConverter<T> - Interface in org.springframework.http.converter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
Response extractor that uses the given entity converters to convert the response into a type T.
HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>, Log) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
 
HttpMessageNotReadableException - Exception in org.springframework.http.converter
Thrown by HttpMessageConverter implementations when the read method fails.
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
Thrown by HttpMessageConverter implementations when the write method fails.
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 - Variable in class org.springframework.http.client.CommonsClientHttpRequest
 
httpMethod - Variable in class org.springframework.http.client.CommonsClientHttpResponse
 
HttpMethod - Enum in org.springframework.http
Java 5 enumeration of HTTP request methods.
HttpMethod() - Constructor for enum org.springframework.http.HttpMethod
 
HttpOutputMessage - Interface in org.springframework.http
Represents an HTTP output message, consisting of headers and a writable body.
HttpRequestHandler - Interface in org.springframework.web
Plain handler interface for components that process HTTP requests, analogous to a Servlet.
HttpRequestHandlerAdapter - Class in org.springframework.web.servlet.mvc
Adapter to use the plain HttpRequestHandler interface with the generic DispatcherServlet.
HttpRequestHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
HttpRequestHandlerServlet - Class in org.springframework.web.context.support
Simple HttpServlet that delegates to an HttpRequestHandler bean defined in Spring's root web application context.
HttpRequestHandlerServlet() - Constructor for class org.springframework.web.context.support.HttpRequestHandlerServlet
 
HttpRequestMethodNotSupportedException - Exception in org.springframework.web
Exception thrown when a request handler does not support a specific request method.
HttpRequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[]) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, 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.
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 a HttpStatus.
HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on a 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 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
 
HttpServletBean.ServletConfigPropertyValues - Class in org.springframework.web.servlet
PropertyValues implementation created from ServletConfig init parameters.
HttpServletBean.ServletConfigPropertyValues(ServletConfig, Set<String>) - Constructor for class org.springframework.web.servlet.HttpServletBean.ServletConfigPropertyValues
Create new ServletConfigPropertyValues.
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
 
HttpSessionMutexListener.Mutex - Class in org.springframework.web.util
The mutex to be registered.
HttpSessionMutexListener.Mutex() - Constructor for class org.springframework.web.util.HttpSessionMutexListener.Mutex
 
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(int) - Constructor for enum org.springframework.http.HttpStatus
 
HttpStatus.Series - Enum in org.springframework.http
Java 5 enumeration of HTTP status series.
HttpStatus.Series(int) - Constructor for enum org.springframework.http.HttpStatus.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 a HttpStatus.
HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on a 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 a HttpStatus, status text, and response body content.

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