public final class ApplicationStateContribution extends Object
ApplicationStateManager
, identifying the strategy and creator for
a particular Session State Object (SSO), identified by the SSO's class.Constructor and Description |
---|
ApplicationStateContribution(String strategy) |
ApplicationStateContribution(String strategy,
ApplicationStateCreator creator) |
Modifier and Type | Method and Description |
---|---|
ApplicationStateCreator |
getCreator()
The creator for the ASO.
|
String |
getStrategy()
The name of the strategy used to control where the ASO is stored.
|
public ApplicationStateContribution(String strategy)
public ApplicationStateContribution(String strategy, ApplicationStateCreator creator)
public ApplicationStateCreator getCreator()
public String getStrategy()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.