| Package | Description |
|---|---|
| com.helger.web.scope.multipart | |
| com.helger.web.scope.singleton |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalDiskFileItemFactory
Wrapper around a
DiskFileItemFactory, that is correctly cleaning up,
when the servlet context is destroyed. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends AbstractGlobalWebSingleton> |
AbstractGlobalWebSingleton.getGlobalSingleton(Class<T> aClass)
Get the singleton object in the current global web scope, using the passed
class.
|
static <T extends AbstractGlobalWebSingleton> |
AbstractGlobalWebSingleton.getGlobalSingletonIfInstantiated(Class<T> aClass)
Get the singleton object if it is already instantiated inside the current
global web scope or
null if it is not instantiated. |
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.impl.ICommonsList<AbstractGlobalWebSingleton> |
AbstractGlobalWebSingleton.getAllGlobalSingletons()
Get all singleton objects registered in the current global web scope.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AbstractGlobalWebSingleton.isGlobalSingletonInstantiated(Class<? extends AbstractGlobalWebSingleton> aClass)
Check if a singleton is already instantiated inside the current global web
scope
|
Copyright © 2014–2019 Philip Helger. All rights reserved.