Package com.helger.scope
Interface ISessionScope
-
- All Known Implementing Classes:
SessionScope
public interface ISessionScope extends IScope
Interface for a single session scope object.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.helger.commons.state.EContinueselfDestruct()A special internal method that destroys the session.-
Methods inherited from interface com.helger.scope.IScope
attrs, destroyScope, getAllScopeRenewalAwareAttributes, getID, initScope, isDestroyed, isInDestruction, isValid, runAtomic, runAtomic
-
-
-
-
Method Detail
-
selfDestruct
@Nonnull com.helger.commons.state.EContinue selfDestruct()
A special internal method that destroys the session. This is especially relevant for session web scope, because it is all done via the invalidation of the underlying HTTP session.- Returns:
EContinue.BREAKto indicate that the regular destruction should not be performed!
-
-