|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
JpaDialect
implementation for Eclipse
Persistence Services (EclipseLink).JpaVendorAdapter
implementation for Eclipse
Persistence Services (EclipseLink).Cache
implementation on top of an Ehcache
instance.EhCacheCache
instance.
CacheManager
.FactoryBean
that creates a named EHCache Cache
instance
(or a decorator that implements the Ehcache
interface),
representing a cache region within an EHCache CacheManager
.FactoryBean
that exposes an EHCache CacheManager
instance (independent or shared), configured from a specified config location.TransactionAttribute
annotation.onEjbRemove()
and unload the BeanFactory afterwards.
Collection
or an Array, creates a element TypeDescriptor from the provided collection or array element.
EmbeddedDatabase
instance.EmbeddedDatabaseFactory
that implements FactoryBean
for registration as a Spring bean.HttpEntity
, with no body or headers.
ReaderEventListener
interface,
providing no-op implementations of all callback methods.TargetSource
when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only.@Aspect
annotation,
similar to functionality found in Spring's <aop:aspectj-autoproxy>
XML element.<task:*>
XML namespace.<cache:*>
XML namespace.Filter
for the given filter name.
Transformer
.
Transformer
.
LoadTimeWeaver
for this application context, available as
a bean with the name "loadTimeWeaver", similar to the <context:load-time-weaver>
element in Spring XML.<task:*>
XML namespace.Configurable
annotation).<tx:*>
XML namespace.@Configuration
class to have the Spring MVC
configuration defined in WebMvcConfigurationSupport
imported:
@Configuration @EnableWebMvc @ComponentScan(basePackageClasses = { MyConfiguration.class }) public class MyWebConfiguration { }
UriComponents
instance.
UriComponents
instance.
Resource
with a specific encoding to be used for reading from the resource.UriComponentsBuilder
; see note about query param encoding
MockHttpServletResponse.encodeURL(java.lang.String)
,
returning the given URL String as-is.
UriComponentsBuilder
; see note about query param encoding
UriComponentsBuilder
complete
and rollback
flags.
ConfigurationClassEnhancer
.
EntityManagerFactory
.EntityManager
to be implemented by
EntityManager proxies.PropertySource
implementation capable of interrogating its
underlying source object to enumerate all possible property name/value
pairs.Environment
bean in the factory.
PropertySource
that wraps the
environment supplied to this configurer.
Environment
instance.Environment
that it runs in.Environment
object.toString()
results.
PropertySource
object is equal to the given object if:
they are the same instance
the name
properties for both objects are equal
MergedContextConfiguration
instance by comparing both object's locations
,
configuration classes
, active profiles
, and the fully qualified names of their
ContextLoaders
.
toString()
results.
BeanDefinitionParsingException
detailing the error
that has occurred.
Errors
method arguments.Statement
in the execution chain (typically an
instance of RunAfters
), catching any exceptions thrown, and then calls
TestContextManager.afterTestClass()
.
Statement
in the execution chain (typically an
instance of RunAfters
), catching any exceptions thrown, and then calls
TestContextManager#afterTestMethod(Object, Method)
with the first
caught exception (if any).
TestContextManager.beforeTestClass()
and then invokes the
next Statement
in the execution chain (typically an instance of
RunBefores
).
TestContextManager.beforeTestMethod(Object, Method)
and
then invokes the next Statement
in the execution chain (typically
an instance of RunBefores
).
statement
in the execution chain
(typically an instance of
InvokeMethod
or ExpectException
) and throws an exception if the next
statement
takes more than the specified timeout
.
statement
in the execution chain for
the specified repeat count.
Controller
interface that allows
for handling Portlet 2.0 event requests as well.Interceptor
that publishes an
ApplicationEvent
to all ApplicationListeners
registered with an ApplicationEventPublisher
after each
successful method invocation.Session
cache.
ExceptionHandler
methods.
AbstractHandlerMethodExceptionResolver
that resolves exceptions
through @ExceptionHandler
methods.ExceptionHandler
methods at initialization, finds
the best matching method mapped to an exception at runtime.ExceptionHandler
methods in a handler.
ResponseEntity
.
ResponseEntity
.
ResponseEntity
.
task
.
task
synchronously, through direct
invocation of it's run()
method.
task
.
ClientHttpResponse
that can be read.
Session
.
executeInternal
afterwards.
Runnable
on this executor's Timer
instance,
wrapping it in a DelegatingTimerTask
.
RequestCallback
, and reading the response with a ResponseExtractor
.
RequestCallback
, and reading the response with a ResponseExtractor
.
RequestCallback
, and reading the response with a ResponseExtractor
.
doPerform
,
lazy-initializing the application context reference if necessary.
Action
.
List
.
SqlMapClientTemplate.execute(org.springframework.orm.ibatis.SqlMapClientCallback)
method
SqlMapClientTemplate.execute(org.springframework.orm.ibatis.SqlMapClientCallback)
method
Session
.
Session
.
java.util.concurrent.ExecutorService
(typically a ThreadPoolExecutor
).TaskExecutor
)
and exposes a full java.util.concurrent.ExecutorService
for it.true
.
true
.
ServletContext.getResource
.
PortletContext.getResource
.
AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter)
allowing subclasses to add any attributes to the
PageContext
as needed.
this key
in the PageContext.PAGE_SCOPE
.
HttpServletRequest
attributes under the keys defined in the Servlet 2.3 specification, for error pages that
are rendered directly rather than through the Servlet container's error page resolution:
javax.servlet.error.status_code
,
javax.servlet.error.exception_type
,
javax.servlet.error.message
,
javax.servlet.error.exception
,
javax.servlet.error.request_uri
,
javax.servlet.error.servlet_name
.
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for Servlet 2.3 containers as well as misbehaving Servlet 2.4 containers
(such as OC4J).
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for containers that implement 2.3 or an earlier version of the Servlet API:
javax.servlet.forward.request_uri
,
javax.servlet.forward.context_path
,
javax.servlet.forward.servlet_path
,
javax.servlet.forward.path_info
,
javax.servlet.forward.query_string
.
MethodInvocation
as a thread-local object.ExpressionEvaluator
.@Value
.ExposeInvocationInterceptor
to the beginning of the advice chain.
ModelMap
that implements the Model
interface.ServletRequestDataBinder
that adds URI template variables
to the values used for data binding.AbstractHandlerMapping.setInterceptors(java.lang.Object[])
).
AbstractHandlerMapping.setInterceptors(java.lang.Object[])
).
BytesMessage
.
getBodyLength()
method which has been introduced in
JMS 1.1 and is therefore not available on a JMS 1.0.2 provider.
ClientHttpResponse
and return it.
MapMessage
.
execute
method.
ObjectMessage
.
null
for any input.
sourceCandidate
as-is.
SourceExtractor
to pull the
source metadata from the supplied Element
.
SourceExtractor
to pull the
source metadata from the supplied Element
.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |