@ThreadSafe public final class GlobalAjaxInvoker extends com.helger.web.scope.singleton.AbstractGlobalWebSingleton
| Constructor and Description |
|---|
GlobalAjaxInvoker()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GlobalAjaxInvoker |
getInstance() |
IAjaxInvoker |
getInvoker() |
IAjaxRegistry |
getRegistry() |
void |
resetToDefault()
Reset all values to default.
|
void |
setInvoker(IAjaxInvoker aInvoker)
Set the global invoker to be used.
|
void |
setRegistry(IAjaxRegistry aRegistry)
Set the global registry to be used.
|
String |
toString() |
getAllGlobalSingletons, getGlobalSingleton, getGlobalSingletonIfInstantiated, isGlobalSingletonInstantiatedgetAllSingletons, getSingleton, getSingletonIfInstantiated, getSingletonScopeKey, isDestroyed, isInDestruction, isInInstantiation, isInPreDestruction, isInstantiated, isSingletonInstantiated, isUsableObject, onAfterInstantiation, onBeforeDestroy, onBeforeScopeDestruction, onDestroy, onScopeDestruction, readAbstractSingletonFields, setDestroyed, setInDestruction, setInInstantiation, setInPreDestruction, setInstantiated, writeAbstractSingletonFields@Deprecated @UsedViaReflection public GlobalAjaxInvoker()
@Nonnull public static GlobalAjaxInvoker getInstance()
@VisibleForTesting public void resetToDefault()
@Nonnull public IAjaxRegistry getRegistry()
@Nonnull public void setRegistry(@Nonnull IAjaxRegistry aRegistry)
IllegalStateException is
thrown if this API is invoked.aRegistry - The registry to use. May not be null.@Nonnull public IAjaxInvoker getInvoker()
@Nonnull public void setInvoker(@Nonnull IAjaxInvoker aInvoker)
aInvoker - The invoker to be used. May not be null.public String toString()
toString in class com.helger.scope.singleton.AbstractSingletonCopyright © 2014–2019 Philip Helger. All rights reserved.