Package | Description |
---|---|
org.apache.tapestry5.beanvalidator.modules | |
org.apache.tapestry5.hibernate.modules | |
org.apache.tapestry5.internal.jpa |
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.ioc.modules | |
org.apache.tapestry5.modules |
Modifier and Type | Method and Description |
---|---|
static void |
BeanValidatorModule.contributeServiceOverride(MappedConfiguration<Class<?>,Object> configuration,
FieldValidatorDefaultSource source) |
Modifier and Type | Method and Description |
---|---|
static void |
HibernateCoreModule.contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer> config,
HibernateConfigurer defaultHibernateConfigurer)
Adds the following configurers: Default performs default hibernate configuration PackageName
loads entities by package name
|
Constructor and Description |
---|
EntityManagerSourceImpl(org.slf4j.Logger logger,
Resource persistenceDescriptor,
PersistenceUnitConfigurer packageNamePersistenceUnitConfigurer,
Map<String,PersistenceUnitConfigurer> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration,
TestableRequest request,
TestableResponse response,
ObjectLocator locator) |
static void |
PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration,
TestableRequest request,
TestableResponse response,
ObjectLocator locator) |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryIOCModule.setupObjectProviders(OrderedConfiguration<ObjectProvider> configuration,
ServiceOverride serviceOverride)
AnnotationBasedContributions
Empty placeholder used to separate annotation-based ObjectProvider contributions (which come before) from
non-annotation based (such as ServiceOverride) which come after.
Value
Supports the
Value annotation
Symbol
Supports the Symbol annotations
Autobuild
Supports the Autobuild annotation
ServiceOverride
Allows simple service overrides via the ServiceOverride service
(and its configuration)
|
Modifier and Type | Method and Description |
---|---|
void |
TapestryModule.contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String,ApplicationStatePersistenceStrategy> configuration,
ApplicationStatePersistenceStrategy sessionStategy)
Contributes the default "session" strategy.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.