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