T
- public interface ApplicationStateCreator<T>
ApplicationStateManager
and ApplicationStatePersistenceStrategy
to create
a Session State Object (SSO) on demand.
NOTE: The term "Application" here is a hold-over from Tapestry 5.0, which used the @ApplicationState (deprecated and deleted) annotation, and called them "ASOs" (Application State Objects). This service would be better named "SessionStateCreator" (but renaming it would cause backwards compatibility issues).
Modifier and Type | Method and Description |
---|---|
T |
create()
Create a new instance of a session state object.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.