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.ioc.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.jpa |
Provides support for simple CRUD applications built on top of Tapestry and JPA
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.services.pageload |
Services for locating and loading pages and component resources.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanValidatorGroupSource
Provides list of groups targeted for validation.
|
interface |
ClientConstraintDescriptorSource
Source for
ClientConstraintDescriptor . |
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateEntityPackageManager
Contains a set of contributed package names from which to load entities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TypeCoercer
Makes use of
Coercion s to convert between an input value (of some specific
type) and a desired output type. |
Modifier and Type | Interface and Description |
---|---|
interface |
JpaEntityPackageManager
Contains a set of contributed package names from which to load entities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanBlockOverrideSource
Used to override the default
BeanBlockSource for a particular data type. |
interface |
BeanBlockSource
A source of
Block s used to display the properties of a bean (used by the Grid component), or to edit the properties of a bean (used by the BeanEditForm component). |
interface |
ComponentClassResolver
Resolves page names and component types to fully qualified class names.
|
interface |
ResourceDigestGenerator
Deprecated.
Deprecated in 5.4 with no replacement; see release notes about classpath assets moving
to /META-INF/assets/, and content checksums inside asset URLs
|
Modifier and Type | Interface and Description |
---|---|
interface |
PagePreloader
Used to perform a pre-load of pages, at startup time.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.