|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
owner.(abstract)=true
Default is "false".
AbstractJUnit38SpringContextTests
)AbstractAnnotationAwareTransactionalTests.AbstractAnnotationAwareTransactionalTests(String)
.
name
and retrieves the configured (or
default) ProfileValueSource
.
ApplicationContext
interface.ApplicationEventMulticaster
interface,
providing the basic listener registration facility.org.aopalliance.aop.Advice
classes
wrapping an AspectJ aspect or an AspectJ-annotated advice method.AbstractJUnit38SpringContextTests
)BeanPostProcessor
implementation
that wraps each eligible bean with an AOP proxy, delegating to specified interceptors
before invoking the bean itself.RootBeanDefinition
class.BeanDefinition
classes,
factoring out common properties of RootBeanDefinition
and
ChildBeanDefinition
.AbstractBeanDefinition.AbstractBeanDefinition(BeanDefinition)
BeanDefinitionParser
implementation providing
a number of convenience methods and a
template method
that subclasses must override to provide the actual parsing logic.BeanDefinitionReader
interface.BeanFactory
implementations, providing the full capabilities of the
ConfigurableBeanFactory
SPI.TargetSource
implementations
that are based on a Spring BeanFactory
,
delegating to Spring-managed bean instances.TargetSourceCreator
implementations that require creating multiple instances of a prototype bean.BindingResult
interface and
its super-interface Errors
.ViewResolver
implementations.input
'
element with a 'type
' of 'checkbox
' or 'radio
'.ClassMetadata
object
to subclasses, for class testing purposes.ClientHttpRequest
that makes sure that headers and body are not written multiple times.DataFieldMaxValueIncrementer
implementations that use
a column in a custom sequence table.ComponentDefinition
that provides a basic implementation of
AbstractComponentDefinition.getDescription()
which delegates to ComponentDefinition.getName()
.ContextLoader
strategy.HandlerMapping
implementations
that derive URL paths according to conventions for specific controller types.DataFieldMaxValueIncrementer
that delegates
to a single AbstractDataFieldMaxValueIncrementer.getNextKey()
template method that returns a long
.DataSource
implementations, taking care of the padding.AbstractJUnit38SpringContextTests
)HandlerMapping
interface, detecting URL mappings for handler beans through introspection of all
defined beans in the application context.DataSource
implementations
that operate on a JDBC Driver
.EmbeddedDatabaseConfigurer
implementations providing common shutdown behavior.FactoryBean
that
creates a local JPA javax.persistence.EntityManagerFactory
instance within a Spring application context.Errors
interface.FactoryBean
implementations that
creates a singleton or a prototype object, depending on a flag.SQLExceptionTranslator
implementations that allow for
fallback to some other SQLExceptionTranslator
.TransactionAttributeSource
that caches
attributes for methods and implements a fallback policy: 1.UrlResource
or ClassPathResource
.AbstractContextLoader
which loads a
GenericApplicationContext
from the locations provided to
AbstractGenericContextLoader.loadContext(String...)
.HandlerExceptionResolver
implementations.HandlerExceptionResolver
implementations.HandlerMapping
implementations.HandlerMapping
implementations.AbstractHtmlElementTag
.HttpMessageConverter
implementations.AbstractHttpMessageConverter
with no supported media types.
AbstractHttpMessageConverter
with one supported media type.
AbstractHttpMessageConverter
with multiple supported media type.
BeanDefinitonParser
s that register an HttpRequestHandler.BeanDefinitionDecorators
wishing to add an interceptor
to the resulting bean.InterruptibleBatchPreparedStatementSetter
interface, combining the check for available values and setting of those
into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int)
.AbstractJasperReportsView
to provide basic rendering logic
for views that use a fixed format, e.g.HttpMessageConverters
that
use JAXB2.WebService
annotation).DataSource
.
JdbcTemplate
.
AbstractJUnit38SpringContextTests
)JpaVendorAdapter
implementation that defines common properties,
to be translated into vendor-specific JPA properties by concrete subclasses.TestCase
which integrates the Spring TestContext
Framework and explicit