| Package | Description |
|---|---|
| org.drombler.acp.core.commons.util.context |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContext |
class |
ProxyContext |
class |
SimpleContext |
| Modifier and Type | Method and Description |
|---|---|
static Context |
Contexts.emptyContext() |
Context |
ActiveContextProvider.getActiveContext() |
Context |
ApplicationContextProvider.getApplicationContext() |
Context |
ContextProvider.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyContext.addContext(Context context) |
void |
ProxyContext.removeContext(Context context) |
void |
ActiveContextSensitive.setActiveContext(Context activeContext) |
void |
ApplicationContextSensitive.setApplicationContext(Context applicationContext) |
void |
ProxyContext.setContexts(Context... contexts) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyContext.setContexts(List<? extends Context> contexts) |
Copyright © 2012-2013 Drombler. All Rights Reserved.