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