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