Package org.gatein.pc.portlet.state
Interface StateManagementPolicy
- All Known Implementing Classes:
StateManagementPolicyService
public interface StateManagementPolicy
-
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
-