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.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
<T> T |
EntityApplicationStatePersistenceStrategy.get(Class<T> ssoClass,
ApplicationStateCreator<T> creator) |
Modifier and Type | Method and Description |
---|---|
<T> T |
EntityApplicationStatePersistenceStrategy.get(Class<T> ssoClass,
ApplicationStateCreator<T> creator) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SessionApplicationStatePersistenceStrategy.get(Class<T> ssoClass,
ApplicationStateCreator<T> creator) |
protected <T> Object |
SessionApplicationStatePersistenceStrategy.getOrCreate(Class<T> ssoClass,
ApplicationStateCreator<T> creator) |
Modifier and Type | Method and Description |
---|---|
ApplicationStateCreator |
ApplicationStateContribution.getCreator()
The creator for the ASO.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ApplicationStatePersistenceStrategy.get(Class<T> ssoClass,
ApplicationStateCreator<T> creator)
Gets the SSO from the domain.
|
Constructor and Description |
---|
ApplicationStateContribution(String strategy,
ApplicationStateCreator creator) |
Modifier and Type | Method and Description |
---|---|
protected ApplicationStateCreator |
TapestryTestCase.mockApplicationStateCreator() |
Modifier and Type | Method and Description |
---|---|
protected <T> void |
TapestryTestCase.train_create(ApplicationStateCreator<T> creator,
T aso) |
protected <T> void |
TapestryTestCase.train_get(ApplicationStatePersistenceStrategy strategy,
Class<T> asoClass,
ApplicationStateCreator<T> creator,
T aso) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.