Package com.helger.scope
Interface IRequestScope
-
- All Known Implementing Classes:
RequestScope
public interface IRequestScope extends IScope
Interface for a single request scope object.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetSessionID()Shortcut forgetSessionID(true)StringgetSessionID(boolean bCreateIfNotExisting)-
Methods inherited from interface com.helger.scope.IScope
attrs, destroyScope, getAllScopeRenewalAwareAttributes, getID, initScope, isDestroyed, isInDestruction, isValid, runAtomic, runAtomic
-
-