|
Coinjema 1.7 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoinjemaContext | |
---|---|
org.coinjema.context |
Uses of CoinjemaContext in org.coinjema.context |
---|
Methods in org.coinjema.context that return CoinjemaContext | |
---|---|
CoinjemaContext |
ContextOriented.getCoinjemaContext()
|
CoinjemaContext |
SpiceRack.getContext()
|
Methods in org.coinjema.context with parameters of type CoinjemaContext | |
---|---|
Object |
RedirectNameResolver.findMatchingUnfinishedObject(Collection<ContextOriented> unfinishedObjects,
CoinjemaContext cc)
|
Object |
InjectorNameResolver.findMatchingUnfinishedObject(Collection<ContextOriented> unfinishedObjects,
CoinjemaContext cc)
|
Object |
SimpleStringResolver.findMatchingUnfinishedObject(Collection<ContextOriented> unfinishedObjects,
CoinjemaContext cc)
|
Object |
DynamicDependencyNameResolver.findMatchingUnfinishedObject(Collection<ContextOriented> unfinishedObjects,
CoinjemaContext cc)
|
Object |
ResourceNameResolver.findMatchingUnfinishedObject(Collection<ContextOriented> unfinishedObjects,
CoinjemaContext cc)
|
static SpiceRack |
SpiceRack.getInstance(CoinjemaContext context)
|
static void |
ContextFactory.pushContext(CoinjemaContext cc)
For direct and quick control over a thread's current context, call this method to push a context onto its stack. |
static void |
ContextFactory.refresh(CoinjemaContext context)
Clears all stored information for the given context and all its children. |
void |
ContextOriented.setCoinjemaContext(CoinjemaContext context)
|
void |
SpiceRack.setContext(CoinjemaContext context)
|
Constructors in org.coinjema.context with parameters of type CoinjemaContext | |
---|---|
CoinjemaContext(CoinjemaContext parent,
String subContext)
Create a context that is a child of the given parent. |
|
Coinjema 1.7 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |