|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.api.lib.resolving.ResolverContextHandler
public final class ResolverContextHandler
Static handler for the ResolverContext
.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 instances
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |