Uses of Class
com.helger.scope.singleton.AbstractRequestSingleton
-
Packages that use AbstractRequestSingleton Package Description com.helger.scope.singleton -
-
Uses of AbstractRequestSingleton in com.helger.scope.singleton
Methods in com.helger.scope.singleton with type parameters of type AbstractRequestSingleton Modifier and Type Method Description static <T extends AbstractRequestSingleton>
TAbstractRequestSingleton. getRequestSingleton(Class<T> aClass)Get the singleton object in the current request scope, using the passed class.static <T extends AbstractRequestSingleton>
TAbstractRequestSingleton. getRequestSingletonIfInstantiated(Class<T> aClass)Get the singleton object if it is already instantiated inside the current request scope ornullif it is not instantiated.Methods in com.helger.scope.singleton that return types with arguments of type AbstractRequestSingleton Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<AbstractRequestSingleton>AbstractRequestSingleton. getAllRequestSingletons()Get all instantiated singleton objects registered in the current request scope.Method parameters in com.helger.scope.singleton with type arguments of type AbstractRequestSingleton Modifier and Type Method Description static booleanAbstractRequestSingleton. isRequestSingletonInstantiated(Class<? extends AbstractRequestSingleton> aClass)Check if a singleton is already instantiated inside the current request scope
-