|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
DataFieldMaxValueIncrementer
that retrieves the next value of a given H2 Database sequence.WebDataBinder
conversion cannot occur.
HttpClientErrorException
if the response status code
is HttpStatus.Series.CLIENT_ERROR
, a HttpServerErrorException
if it is HttpStatus.Series.SERVER_ERROR
,
and a RestClientException
in other cases.
Accept
header.
@Valid
such as
an RequestBody
or RequestPart
argument fails validation.
RequestPart
, a MultipartFile
,
or a javax.servlet.http.Part
argument is required but missing.
AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest)
returned null
and there is no default value.
handleNavigation
method
delegates to the overloaded variant, passing in constructor-injected
NavigationHandler as argument.
handleNavigation
variant with explicit NavigationHandler
argument.
AbstractUrlViewController.getViewNameForRequest(javax.servlet.http.HttpServletRequest)
.
ModelAndViewContainer
.
ModelAndViewContainer.setRequestHandled(boolean)
flag to true
to indicate the response has been handled directly.
HandlerMethodReturnValueHandler
s and invoke the one that supports it.
HandlerExceptionResolverComposite
containing a list
of exception resolvers obtained either through
WebMvcConfigurationSupport.configureHandlerExceptionResolvers(List)
or through
WebMvcConfigurationSupport.addDefaultHandlerExceptionResolvers(List)
.
HandlerExceptionResolver
that delegates to a list of other HandlerExceptionResolver
s.HandlerInterceptor
interface,
for simplified implementation of pre-only/post-only interceptors.BeanFactory
.
HandlerMethod
.
HandlerMethodArgumentResolver
s.HandlerMethodReturnValueHandler
s.WebDataBinder
conversion error occurs.
Tag
has any ancestor tag
of the supplied type.
true
if the attribute identified by name
exists.
AbstractMessageEndpointFactory.AbstractMessageEndpoint.beforeDelivery(java.lang.reflect.Method)
method of this endpoint
has already been called.
ContextConfigurationAttributes
instance has
class-based resources.
DefaultResponseErrorHandler.hasError(HttpStatus)
with the response status code.
DefaultResponseErrorHandler.hasError(ClientHttpResponse)
.
toString()
's hash code.
name
property of this PropertySource
object.
MergedContextConfiguration
excluding the
test class
.
toString()
's hash code.
Boolean.hashCode()
.
Double.hashCode()
.
Float.hashCode()
.
Long.hashCode()
.
null
and not the empty String.
null
and not the empty String.
null
nor of length 0.
null
nor of length 0.
ContextConfigurationAttributes
instance has
path-based resource locations.
ContextConfigurationAttributes
instance has
either path-based resource locations or class-based resources.
SessionAttributes
annotation.
null
and must contain at least one non-whitespace character.
null
and must contain at least one non-whitespace character.
ModelAndView
has a view, either
as a view name or as a direct view instance.
ModelAndView
has a view, either
as a view name or as a direct View
instance.
RequestMapping.headers()
.MethodInterceptor
for accessing a Hessian service.FactoryBean
for Hessian proxies.HibernateTemplate
and HibernateInterceptor
,
defining common properties such as SessionFactory and flushing behavior.PersistenceExceptionTranslator
capable of translating HibernateException
instances to Spring's DataAccessException
hierarchy.PersistenceExceptionTranslator
capable of translating HibernateException
instances to Spring's DataAccessException
hierarchy.JpaDialect
implementation for
Hibernate EntityManager.FactoryBean
that exposes the underlying SessionFactory
behind a Hibernate-backed JPA EntityManagerFactory
.JpaVendorAdapter
implementation for
Hibernate EntityManager.HibernateTemplate
.org.springframework.dao
exceptions.org.springframework.dao
exceptions.PlatformTransactionManager
implementation for a single Hibernate SessionFactory
.PlatformTransactionManager
implementation for a single Hibernate SessionFactory
.Filter
that converts posted method parameters into HTTP methods,
retrievable via HttpServletRequest.getMethod()
.input
' field
containing the databound value.TargetSource
implementation that
caches a local target object, but allows the target to be swapped
while the application is running.DataFieldMaxValueIncrementer
that increments the maximum value of a given HSQL table
with the equivalent of an auto-increment column.DataFieldMaxValueIncrementer
that retrieves the next value of a given HSQL sequence.TableMetaDataProvider
.RestTemplate
and other HTTP accessing gateway helpers, defining common properties
such as the ClientHttpRequestFactory
to operate on.HttpClientErrorException
based on an
HttpStatus
.
HttpClientErrorException
based on an
HttpStatus
and status text.
HttpClientErrorException
based on an
HttpStatus
, status text, and response body content.
HttpClientErrorException
based on an
HttpStatus
, status text, and response body content.
ClientHttpRequestFactory
implementation that uses
Apache HttpComponents HttpClient
to create requests.HttpClient
that uses a default ThreadSafeClientConnManager
.
HttpClient
instance.
HttpInvokerRequestExecutor
implementation that uses
Apache HttpComponents HttpClient
to execute POST requests.HttpClient
that uses a default ThreadSafeClientConnManager
.
HttpClient
instance.
HttpEntity
.
HttpEntity
with the given body and no headers.
HttpEntity
with the given headers and no body.
HttpEntity
with the given body and headers.
HttpEntity
method argument values and also handles
both HttpEntity
and ResponseEntity
return values.HttpHeaders
object.
MethodInterceptor
for accessing an
HTTP invoker service.FactoryBean
for HTTP invoker proxies.HttpMessageConverter
implementations when the conversion fails.T
.HttpMessageConverterExtractor
with the given response type and message
converters.
HttpMessageConverter
implementations when the
read
method fails.HttpMessageConverter
implementations when the
write
method fails.Filter
that makes form encoded data available through
the ServletRequest.getParameter*()
family of methods during HTTP PUT
requests.HttpRequestHandlerAdapter
for processing requests
with HttpRequestHandler
s.
HttpRequestHandler
interface with the generic DispatcherServlet
.HttpRequestHandler
bean defined
in Spring's root web application context.HttpRequest
interface that can be overridden to adapt the
request.HttpRequest
wrapping the given request object.
HttpServerErrorException
based on an
HttpStatus
.
HttpServerErrorException
based on an
HttpStatus
and status text.
HttpServerErrorException
based on an
HttpStatus
, status text, and response body content.
HttpServerErrorException
based on a
HttpStatus
, status text, and response body content.
HttpServlet
which treats
its config parameters (init-param
entries within the
servlet
tag in web.xml
) as bean properties.HttpStatus
.HttpStatusCodeException
based on an
HttpStatus
.
HttpStatusCodeException
based on an
HttpStatus
and status text.
HttpStatusCodeException
based on an
HttpStatus
, status text, and response body content.
HttpStatusCodeException
based on an
HttpStatus
, status text, and response body content.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |