Package com.helger.scope
-
Interface Summary Interface Description IGlobalScope Interface for a single global scope object.IRequestScope Interface for a single request scope object.IScope This interface is used for all the common stuff of a scope.IScopeDestructionAware A listener interfaces that is invoked before a scope is destroyed.IScopeRenewalAware This is a marker interface for all objects that should survive a session renewal.ISessionScope Interface for a single session scope object. -
Class Summary Class Description AbstractScope Abstract scope implementation based on a Map containing the attribute values.GlobalScope Base implementation of theIGlobalScopeinterface.
Note: for synchronization issues, this class stores the attributes in a separate map.RequestScope Default implementation for non-web request scopes.ScopeCleanup The sole purpose of this class to clear all caches, that reside in this library.ScopeHelper Global scope utility methods that don't nicely fit somewhere else.SessionScope Default implementation of theISessionScopeinterface -
Exception Summary Exception Description ScopeHelper.DebugScopeException The exception used for receiving scope debug stack traces