Uses of Interface
com.helger.web.scope.singleton.IWebSingleton
-
Packages that use IWebSingleton Package Description com.helger.web.scope.multipart com.helger.web.scope.singleton -
-
Uses of IWebSingleton in com.helger.web.scope.multipart
Classes in com.helger.web.scope.multipart that implement IWebSingleton Modifier and Type Class Description classGlobalDiskFileItemFactoryWrapper around aDiskFileItemFactory, that is correctly cleaning up, when the servlet context is destroyed. -
Uses of IWebSingleton in com.helger.web.scope.singleton
Classes in com.helger.web.scope.singleton that implement IWebSingleton Modifier and Type Class Description classAbstractGlobalWebSingletonThis is the base class for singleton objects that reside in the global scope.classAbstractRequestWebSingletonThis is the base class for singleton objects that reside in the request scope.classAbstractSessionWebSingletonThis is the base class for singleton objects that reside in the session web scope.
-