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