|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.ow2.bonita.pvm.env | |
org.ow2.bonita.pvm.internal.env | |
org.ow2.bonita.pvm.internal.script | |
org.ow2.bonita.pvm.internal.spring | |
org.ow2.bonita.pvm.internal.wire |
Uses of Context in org.ow2.bonita.pvm.env |
---|
Classes in org.ow2.bonita.pvm.env that implement Context | |
---|---|
class |
EnvironmentFactory
factory for Environment s. |
class |
PvmEnvironmentFactory
an environment factory that also is the environment-factory context. |
class |
SpringEnvironmentFactory
this environment factory will see only the singleton beans. |
Methods in org.ow2.bonita.pvm.env that return Context | |
---|---|
abstract Context |
Environment.getContext(java.lang.String contextName)
|
Methods in org.ow2.bonita.pvm.env with parameters of type Context | |
---|---|
abstract void |
Environment.addContext(Context context)
|
abstract void |
Environment.removeContext(Context context)
|
Uses of Context in org.ow2.bonita.pvm.internal.env |
---|
Classes in org.ow2.bonita.pvm.internal.env that implement Context | |
---|---|
class |
ExecutionContext
|
class |
JobContext
|
class |
WebRequestContext
|
class |
WebSessionContext
|
Fields in org.ow2.bonita.pvm.internal.env with type parameters of type Context | |
---|---|
protected java.util.Map<java.lang.String,Context> |
BasicEnvironment.contexts
|
Methods in org.ow2.bonita.pvm.internal.env that return Context | |
---|---|
Context |
BasicEnvironment.getContext(java.lang.String contextName)
|
Context |
BasicEnvironment.getEnvironmentContext()
|
Context |
BasicEnvironment.getEnvironmentFactoryContext()
|
Methods in org.ow2.bonita.pvm.internal.env with parameters of type Context | |
---|---|
void |
BasicEnvironment.addContext(Context context)
|
void |
BasicEnvironment.removeContext(Context context)
|
Uses of Context in org.ow2.bonita.pvm.internal.script |
---|
Methods in org.ow2.bonita.pvm.internal.script that return Context | |
---|---|
protected Context |
EnvironmentBindings.getReadContext(java.lang.Object key)
|
Uses of Context in org.ow2.bonita.pvm.internal.spring |
---|
Classes in org.ow2.bonita.pvm.internal.spring that implement Context | |
---|---|
class |
SpringEnvironmentContext
|
Uses of Context in org.ow2.bonita.pvm.internal.wire |
---|
Classes in org.ow2.bonita.pvm.internal.wire that implement Context | |
---|---|
class |
WireContext
object factory that creates, initializes, wires and caches objects based on descriptors (aka IoC container). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |