Package org.apache.tapestry5.services
Class ApplicationStateContribution
java.lang.Object
org.apache.tapestry5.services.ApplicationStateContribution
A contribution to the configuration of the
ApplicationStateManager
, identifying the strategy and creator for
a particular Session State Object (SSO), identified by the SSO's class.-
Constructor Summary
ConstructorsConstructorDescriptionApplicationStateContribution
(String strategy) ApplicationStateContribution
(String strategy, ApplicationStateCreator creator) -
Method Summary
Modifier and TypeMethodDescriptionThe creator for the ASO.The name of the strategy used to control where the ASO is stored.
-
Constructor Details
-
ApplicationStateContribution
-
ApplicationStateContribution
-
-
Method Details
-
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
The name of the strategy used to control where the ASO is stored.
-