|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationStateCreator | |
---|---|
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 |
Uses of ApplicationStateCreator in org.apache.tapestry5.internal.hibernate |
---|
Methods in org.apache.tapestry5.internal.hibernate with parameters of type ApplicationStateCreator | ||
---|---|---|
|
EntityApplicationStatePersistenceStrategy.get(Class<T> ssoClass,
ApplicationStateCreator<T> creator)
|
Uses of ApplicationStateCreator in org.apache.tapestry5.internal.jpa |
---|
Methods in org.apache.tapestry5.internal.jpa with parameters of type ApplicationStateCreator | ||
---|---|---|
|
EntityApplicationStatePersistenceStrategy.get(Class<T> ssoClass,
ApplicationStateCreator<T> creator)
|
Uses of ApplicationStateCreator in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services with parameters of type ApplicationStateCreator | ||
---|---|---|
|
SessionApplicationStatePersistenceStrategy.get(Class<T> ssoClass,
ApplicationStateCreator<T> creator)
|
|
protected
|
SessionApplicationStatePersistenceStrategy.getOrCreate(Class<T> ssoClass,
ApplicationStateCreator<T> creator)
|
Uses of ApplicationStateCreator in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services that return ApplicationStateCreator | |
---|---|
ApplicationStateCreator |
ApplicationStateContribution.getCreator()
The creator for the ASO. |
Methods in org.apache.tapestry5.services with parameters of type ApplicationStateCreator | ||
---|---|---|
|
ApplicationStatePersistenceStrategy.get(Class<T> ssoClass,
ApplicationStateCreator<T> creator)
Gets the SSO from the domain. |
Constructors in org.apache.tapestry5.services with parameters of type ApplicationStateCreator | |
---|---|
ApplicationStateContribution(String strategy,
ApplicationStateCreator creator)
|
Uses of ApplicationStateCreator in org.apache.tapestry5.test |
---|
Methods in org.apache.tapestry5.test that return ApplicationStateCreator | |
---|---|
protected ApplicationStateCreator |
TapestryTestCase.mockApplicationStateCreator()
|
Methods in org.apache.tapestry5.test with parameters of type ApplicationStateCreator | ||
---|---|---|
protected
|
TapestryTestCase.train_create(ApplicationStateCreator<T> creator,
T aso)
|
|
protected
|
TapestryTestCase.train_get(ApplicationStatePersistenceStrategy strategy,
Class<T> asoClass,
ApplicationStateCreator<T> creator,
T aso)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |