public final class ResolverContextHandler
extends java.lang.Object
ResolverContext
.Modifier and Type | Method and Description |
---|---|
static void |
pop(java.lang.Object object)
Pop the given object from the registered ResolverContext instances
|
static void |
push(java.lang.Object object)
Push the given object into all registered ResolverContext instances
|
static void |
registerContext(java.lang.String name,
ResolverContext context)
Register the given ResolverContext under the given name
|
static void |
unregisterContext(java.lang.String name)
Inregister the ResolverContext which was registered under the given name
|
public static void registerContext(java.lang.String name, ResolverContext context)
name
- name of the ResolverContextcontext
- ResolverContext instance to registerpublic static void unregisterContext(java.lang.String name)
name
- name of the ResolverContext to unregisterpublic static void push(java.lang.Object object)
object
- object to push into the ResolverContext instancespublic static void pop(java.lang.Object object)
object
- object to pop from the ResolverContext instancesCopyright © 2022 Gentics Software. All Rights Reserved.