org.apache.tapestry.services
Class ApplicationStateContribution
java.lang.Object
org.apache.tapestry.services.ApplicationStateContribution
public final class ApplicationStateContribution
- extends Object
A contribution to the configuration of the ApplicationStateManager, identifying the strategy and creator for
a particular ASO (identified by the ASO's class).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationStateContribution
public ApplicationStateContribution(String strategy)
ApplicationStateContribution
public ApplicationStateContribution(String strategy,
ApplicationStateCreator creator)
getCreator
public ApplicationStateCreator getCreator()
- The creator for the ASO. If null, the the ASO is created directly from the ASO class, via its public no-arguments
constructor.
getStrategy
public String getStrategy()
- The name of the strategy used to control where the ASO is stored.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.