Package com.helger.web.scope.singleton
-
Interface Summary Interface Description IWebSingleton Marker interface for web singletons to easily differentiate them from non-web singletons. -
Class Summary Class Description AbstractGlobalWebSingleton This is the base class for singleton objects that reside in the global scope.AbstractRequestWebSingleton This is the base class for singleton objects that reside in the request scope.AbstractSessionWebSingleton This is the base class for singleton objects that reside in the session web scope.