Package | Description |
---|---|
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.services.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
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.
|
org.apache.tapestry5.spring |
Integration of Tapestry with the Spring Inversion Of Control Container
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateCoreModule
Defines core services that support initialization of Hibernate and access to the Hibernate
Session . |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathAssetFactory
Generates Assets for files on the classpath.
|
class |
ComponentInstanceResultProcessor |
class |
InternalModule
TapestryModule has gotten too complicated and it is nice to demarkate public
(and stable) from internal (and volatile). |
Modifier and Type | Class and Description |
---|---|
class |
MasterResourceMinimizer
Implementation that delegates, via its configuration, to a real implementation based on the content type of the
resource.
|
Modifier and Type | Class and Description |
---|---|
class |
TapestryIOCModule
Defines the base set of services for the Tapestry IOC container.
|
Modifier and Type | Class and Description |
---|---|
class |
TapestryModule
The root module for Tapestry.
|
Modifier and Type | Class and Description |
---|---|
class |
AssetsModule |
Modifier and Type | Class and Description |
---|---|
class |
PageLoadModule |
Modifier and Type | Method and Description |
---|---|
static ApplicationContextCustomizer |
SpringModule.buildApplicationContextCustomizer(List<ApplicationContextCustomizer> configuration,
ChainBuilder builder)
Defines a chain-of-command for handling application context customization.
|
Copyright © 2003-2012 The Apache Software Foundation.