Uses of Interface
org.apache.tapestry5.services.ApplicationStateCreator
-
Packages that use ApplicationStateCreator Package Description org.apache.tapestry5.hibernate.web.internal [INTERNAL USE ONLY] support classes for Hibernate integration; API subject to changeorg.apache.tapestry5.internal.jpa [INTERNAL USE ONLY] support classes for the JPA module; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.services Core servicesorg.apache.tapestry5.test Support for testing Tapestry pages -
-
Uses of ApplicationStateCreator in org.apache.tapestry5.hibernate.web.internal
Methods in org.apache.tapestry5.hibernate.web.internal with parameters of type ApplicationStateCreator Modifier and Type Method Description <T> T
EntityApplicationStatePersistenceStrategy. <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 Modifier and Type Method Description <T> T
EntityApplicationStatePersistenceStrategy. <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 Modifier and Type Method Description <T> T
SessionApplicationStatePersistenceStrategy. <T> ssoClass, ApplicationStateCreator<T> creator)
protected <T>
SessionApplicationStatePersistenceStrategy. <T> ssoClass, ApplicationStateCreator<T> creator)
-
Uses of ApplicationStateCreator in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return ApplicationStateCreator Modifier and Type Method Description ApplicationStateCreator
ApplicationStateContribution. getCreator()
The creator for the ASO.Methods in org.apache.tapestry5.services with parameters of type ApplicationStateCreator Modifier and Type Method Description <T> T
ApplicationStatePersistenceStrategy. <T> ssoClass, ApplicationStateCreator<T> creator)
Gets the SSO from the domain.Constructors in org.apache.tapestry5.services with parameters of type ApplicationStateCreator Constructor Description strategy, ApplicationStateCreator creator)
-
Uses of ApplicationStateCreator in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ApplicationStateCreator Modifier and Type Method Description protected ApplicationStateCreator
TapestryTestCase. mockApplicationStateCreator()
Methods in org.apache.tapestry5.test with parameters of type ApplicationStateCreator Modifier and Type Method Description protected <T> void
TapestryTestCase. train_create(ApplicationStateCreator<T> creator, T aso)
protected <T> void
TapestryTestCase. train_get(ApplicationStatePersistenceStrategy strategy, <T> asoClass, ApplicationStateCreator<T> creator, T aso)
-