Package org.gatein.pc.portlet.state
Interface StateManagementPolicy
- All Known Implementing Classes:
StateManagementPolicyService
public interface StateManagementPolicy
- Version:
- $Revision: 5776 $
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the state must be persisted locally.
-
Method Details
-
persistLocally
boolean persistLocally()Returns true if the state must be persisted locally.- Returns:
- true if state must be persisted locally
-