Package | Description |
---|---|
org.apache.tapestry5.beanvalidator |
Support for JSR-303 Bean Validation via the Hibernate validator implementation
|
org.apache.tapestry5.hibernate |
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
|
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.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.services |
Core services
|
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) |
static void |
PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration,
TestableRequest request,
TestableResponse response) |
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.
|
Copyright © 2003-2012 The Apache Software Foundation.