Package | Description |
---|---|
org.apache.tapestry5.hibernate.modules | |
org.apache.tapestry5.internal.jpa |
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
|
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.modules | |
org.apache.tapestry5.modules | |
org.apache.tapestry5.mongodb.modules | |
org.apache.tapestry5.upload.modules |
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 |
EntityTransactionManagerImpl |
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 |
DateUtilitiesImpl |
class |
InternalRequestGlobalsImpl |
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.
|
class |
RequestPageCacheImpl
In Tapestry 5.1, the implementation of this worked with the page pool (a pool of page instances, reserved
to individual requests/threads).
|
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 MongoDB |
MongodbModule.buildMongoDB(org.slf4j.Logger logger,
MongoDBSource mongoDBSource,
PerthreadManager perthreadManager,
String defaultDbName,
boolean consistentRequest,
boolean secureMode,
String dbUsername,
String dbPassword) |
Modifier and Type | Method and Description |
---|---|
static MultipartDecoder |
UploadModule.buildMultipartDecoder(PerthreadManager perthreadManager,
RegistryShutdownHub shutdownHub,
MultipartDecoderImpl multipartDecoder) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.