|
Dashboard Builder Commons 6.0.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dashboard.factory.ComponentsContextManager
public class ComponentsContextManager
Initializes thread context so that Component lookups can be performed.
| Constructor Summary | |
|---|---|
ComponentsContextManager()
|
|
| Method Summary | |
|---|---|
static void |
addComponentStorage(String scope,
ComponentsStorage storage)
Adds a component storage resolver |
static void |
clearContext()
Clears current Thread |
protected static LookupHelper |
createLookupHelper()
|
static LookupHelper |
getLookupHelper()
|
static boolean |
isContextStarted()
|
static void |
startContext()
Prepares current thread for a set of Factory operations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentsContextManager()
| Method Detail |
|---|
public static void addComponentStorage(String scope,
ComponentsStorage storage)
scope - Scope to be resolvedstorage - Storage that will resolve the componentspublic static void startContext()
public static boolean isContextStarted()
protected static LookupHelper createLookupHelper()
public static LookupHelper getLookupHelper()
public static void clearContext()
|
Dashboard Builder Commons 6.0.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||