Package | Description |
---|---|
org.drombler.commons.context |
Context is a framework to work with objects available in a given context.
|
Modifier and Type | Method and Description |
---|---|
static LocalProxyContext |
LocalProxyContext.createLocalProxyContext(Object obj)
Creates a new instance of this class for a given object.
|
LocalProxyContext |
ContextManager.getLocalContext(Object obj)
Gets the local context for the specified object.
|
LocalProxyContext |
ContextManager.unregisterLocalContext(Object obj)
Unregisters a local context.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextManager.registerLocalContext(Object obj,
LocalProxyContext context)
Registers a local context for the given Object.
|
Copyright © 2012–2019 Drombler. All rights reserved.