Uses of Class
com.helger.web.scope.singleton.AbstractGlobalWebSingleton
-
Packages that use AbstractGlobalWebSingleton Package Description com.helger.web.scope.multipart com.helger.web.scope.singleton -
-
Uses of AbstractGlobalWebSingleton in com.helger.web.scope.multipart
Subclasses of AbstractGlobalWebSingleton in com.helger.web.scope.multipart Modifier and Type Class Description classGlobalDiskFileItemFactoryWrapper around aDiskFileItemFactory, that is correctly cleaning up, when the servlet context is destroyed. -
Uses of AbstractGlobalWebSingleton in com.helger.web.scope.singleton
Methods in com.helger.web.scope.singleton with type parameters of type AbstractGlobalWebSingleton Modifier and Type Method Description static <T extends AbstractGlobalWebSingleton>
TAbstractGlobalWebSingleton. getGlobalSingleton(Class<T> aClass)Get the singleton object in the current global web scope, using the passed class.static <T extends AbstractGlobalWebSingleton>
TAbstractGlobalWebSingleton. getGlobalSingletonIfInstantiated(Class<T> aClass)Get the singleton object if it is already instantiated inside the current global web scope ornullif it is not instantiated.Methods in com.helger.web.scope.singleton that return types with arguments of type AbstractGlobalWebSingleton Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<AbstractGlobalWebSingleton>AbstractGlobalWebSingleton. getAllGlobalSingletons()Get all singleton objects registered in the current global web scope.Method parameters in com.helger.web.scope.singleton with type arguments of type AbstractGlobalWebSingleton Modifier and Type Method Description static booleanAbstractGlobalWebSingleton. isGlobalSingletonInstantiated(Class<? extends AbstractGlobalWebSingleton> aClass)Check if a singleton is already instantiated inside the current global web scope
-