Uses of Interface
org.apache.tapestry5.services.ApplicationStateCreator
Packages that use ApplicationStateCreator
Package
Description
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
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 ApplicationStateCreatorModifier and TypeMethodDescription<T> T
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 ApplicationStateCreatorModifier and TypeMethodDescription<T> T
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 ApplicationStateCreatorModifier and TypeMethodDescription<T> T
SessionApplicationStatePersistenceStrategy.get
(Class<T> ssoClass, ApplicationStateCreator<T> creator) protected <T> Object
SessionApplicationStatePersistenceStrategy.getOrCreate
(Class<T> ssoClass, ApplicationStateCreator<T> creator) -
Uses of ApplicationStateCreator in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return ApplicationStateCreatorModifier and TypeMethodDescriptionApplicationStateContribution.getCreator()
The creator for the ASO.Methods in org.apache.tapestry5.services with parameters of type ApplicationStateCreatorModifier and TypeMethodDescription<T> T
ApplicationStatePersistenceStrategy.get
(Class<T> ssoClass, ApplicationStateCreator<T> creator) Gets the SSO from the domain.Constructors in org.apache.tapestry5.services with parameters of type ApplicationStateCreatorModifierConstructorDescriptionApplicationStateContribution
(String strategy, ApplicationStateCreator creator) -
Uses of ApplicationStateCreator in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ApplicationStateCreatorModifier and TypeMethodDescriptionprotected final ApplicationStateCreator
TapestryTestCase.mockApplicationStateCreator()
Methods in org.apache.tapestry5.test with parameters of type ApplicationStateCreatorModifier and TypeMethodDescriptionprotected final <T> void
TapestryTestCase.train_create
(ApplicationStateCreator<T> creator, T aso) protected final <T> void
TapestryTestCase.train_get
(ApplicationStatePersistenceStrategy strategy, Class<T> asoClass, ApplicationStateCreator<T> creator, T aso)