Package | Description |
---|---|
org.apache.tapestry5.hibernate.modules | |
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.modules | |
org.apache.tapestry5.modules | |
org.apache.tapestry5.spring.modules |
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 |
AssetDispatcher
Recognizes requests where the path begins with "/asset/" (actually, as defined by the
SymbolConstants.ASSET_PATH_PREFIX symbol), and delivers the content therein as a bytestream. |
class |
ClasspathAssetFactory
Generates Assets for files on the classpath.
|
class |
ComponentInstanceResultProcessor |
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 |
AssetsModule |
class |
InternalModule
TapestryModule has gotten too complicated and it is nice to demarkate public
(and stable) from internal (and volatile). |
class |
PageLoadModule |
class |
TapestryModule
The root module for Tapestry.
|
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.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.