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.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.jmx |
Allows easy exposure of Tapestry Services as JMX MBeans
|
org.apache.tapestry5.jpa |
Provides support for simple CRUD applications built on top of Tapestry and JPA
|
org.apache.tapestry5.kaptcha.services |
Services supporting the Kaptcha (CAPTCHA) component
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.services.assets |
Various services for assets (e.g., images, JavaScript & CSS files)
|
org.apache.tapestry5.services.pageload |
Services for locating and loading pages and component resources.
|
Modifier and Type | Method and Description |
---|---|
static void |
BeanValidatorModule.bind(ServiceBinder binder) |
Modifier and Type | Method and Description |
---|---|
static void |
HibernateCoreModule.bind(ServiceBinder binder) |
Modifier and Type | Method and Description |
---|---|
static void |
InternalModule.bind(ServiceBinder binder)
Bind all the private/internal services of Tapestry.
|
Modifier and Type | Method and Description |
---|---|
static void |
PageTesterModule.bind(ServiceBinder binder) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceBinderImpl |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryIOCModule.bind(ServiceBinder binder) |
Modifier and Type | Method and Description |
---|---|
static void |
JmxModule.bind(ServiceBinder binder) |
Modifier and Type | Method and Description |
---|---|
static void |
JpaModule.bind(ServiceBinder binder) |
Modifier and Type | Method and Description |
---|---|
static void |
KaptchaModule.bind(ServiceBinder binder) |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.bind(ServiceBinder binder) |
Modifier and Type | Method and Description |
---|---|
static void |
AssetsModule.bind(ServiceBinder binder) |
Modifier and Type | Method and Description |
---|---|
static void |
PageLoadModule.bind(ServiceBinder binder) |
Copyright © 2003-2012 The Apache Software Foundation.