Uses of Class
com.helger.web.scope.singleton.AbstractSessionWebSingleton
-
Packages that use AbstractSessionWebSingleton Package Description com.helger.web.scope.singleton -
-
Uses of AbstractSessionWebSingleton in com.helger.web.scope.singleton
Methods in com.helger.web.scope.singleton with type parameters of type AbstractSessionWebSingleton Modifier and Type Method Description static <T extends AbstractSessionWebSingleton>
TAbstractSessionWebSingleton. getSessionSingleton(Class<T> aClass)Get the singleton object in the current session web scope, using the passed class.static <T extends AbstractSessionWebSingleton>
TAbstractSessionWebSingleton. getSessionSingletonIfInstantiated(Class<T> aClass)Get the singleton object if it is already instantiated inside the current session web scope ornullif it is not instantiated.Methods in com.helger.web.scope.singleton that return types with arguments of type AbstractSessionWebSingleton Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<AbstractSessionWebSingleton>AbstractSessionWebSingleton. getAllSessionSingletons()Get all singleton objects registered in the current session web scope.Method parameters in com.helger.web.scope.singleton with type arguments of type AbstractSessionWebSingleton Modifier and Type Method Description static booleanAbstractSessionWebSingleton. isSessionSingletonInstantiated(Class<? extends AbstractSessionWebSingleton> aClass)Check if a singleton is already instantiated inside the current session web scope
-