Uses of Interface
org.apache.tapestry5.services.ApplicationStateCreator

Packages that use ApplicationStateCreator
org.apache.tapestry5.internal.hibernate   
org.apache.tapestry5.internal.jpa   
org.apache.tapestry5.internal.services   
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
<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 ApplicationStateCreator
<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 ApplicationStateCreator
<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 ApplicationStateCreator
 ApplicationStateCreator ApplicationStateContribution.getCreator()
          The creator for the ASO.
 

Methods in org.apache.tapestry5.services with parameters of type ApplicationStateCreator
<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 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
<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)
           
 



Copyright © 2003-2012 The Apache Software Foundation.