|
||||||||||
| 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(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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 instances
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||