Package | Description |
---|---|
org.apache.tapestry5.internal.hibernate |
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
|
org.apache.tapestry5.internal.jpa |
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; 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.ioc.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.upload.internal.services |
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateSessionManagerImpl |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerManagerImpl |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentImpl
A non-threadsafe implementation (expects to use the "perthread" service lifecyle).
|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
PerthreadManagerImpl.addThreadCleanupListener(ThreadCleanupListener listener) |
static String |
ServiceMessages.threadCleanupError(ThreadCleanupListener listener,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
PerthreadManager.addThreadCleanupListener(ThreadCleanupListener listener)
Adds a listener to the hub.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipartDecoderImpl
Implementation of multipart decoder for servlets.
|
Copyright © 2003-2012 The Apache Software Foundation.