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

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
<T> T
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
<T> T
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
<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 © 2006-2008 Apache Software Foundation. All Rights Reserved.