Package | Description |
---|---|
org.apache.tapestry5.hibernate |
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
|
org.apache.tapestry5.internal.renderers |
[INTERNAL USE ONLY] support classes for component template rendering; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.ajax |
[INTERNAL USE ONLY] AJAX support services; API subject to change
|
org.apache.tapestry5.ioc.internal.services |
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
|
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.upload.services |
Services for the Tapestry-upload module
|
Modifier and Type | Method and Description |
---|---|
static HibernateSessionManager |
HibernateCoreModule.buildHibernateSessionManager(HibernateSessionSource sessionSource,
PerthreadManager perthreadManager)
The session manager manages sessions on a per-thread/per-request basis.
|
Modifier and Type | Class and Description |
---|---|
class |
LocationRenderer
Responsible for rendering a
Location . |
Modifier and Type | Class and Description |
---|---|
class |
ClientPersistentFieldStorageImpl
Manages client-persistent values on behalf of a
ClientPersistentFieldStorageImpl . |
class |
InternalRequestGlobalsImpl |
class |
NonPoolingRequestPageCacheImpl
In Tapestry 5.1, the implementation of this worked with the page pool (a pool of page instances, reserved
to individual requests/threads).
|
class |
PageRenderQueueImpl
This services keeps track of the page being rendered and the root command for the partial render, it is therefore
request/thread scoped.
|
class |
RequestGlobalsImpl
Dumb data holder for per-request data.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxFormUpdateControllerImpl |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionTrackerImpl |
class |
ThreadLocaleImpl |
Modifier and Type | Method and Description |
---|---|
static EntityManagerManager |
JpaModule.buildEntityManagerManager(EntityManagerSource entityManagerSource,
PerthreadManager perthreadManager,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
Environment |
TapestryModule.buildEnvironment(PerthreadManager perthreadManager) |
Modifier and Type | Method and Description |
---|---|
static MultipartDecoder |
UploadModule.buildMultipartDecoder(PerthreadManager perthreadManager,
RegistryShutdownHub shutdownHub,
MultipartDecoderImpl multipartDecoder) |
Copyright © 2003-2012 The Apache Software Foundation.