|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.runtimecontext.RuntimeContextAbstract
public abstract class RuntimeContextAbstract
| Constructor Summary | |
|---|---|
RuntimeContextAbstract()
|
|
| Method Summary | |
|---|---|
protected DomainObjectContainer |
getContainer()
|
SpecificationLoader |
getSpecificationLoader()
|
void |
injectInto(java.lang.Object candidate)
Will inject itself into the candidate if the candidate implements the corresponding *Aware type. |
void |
setContainer(DomainObjectContainer container)
So that RuntimeContext.injectDependenciesInto(Object) can also inject the DomainObjectContainer. |
void |
setSpecificationLoader(SpecificationLoader specificationLoader)
Is injected into when the reflector is initialized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nakedobjects.metamodel.runtimecontext.RuntimeContext |
|---|
adapterFor, adapterFor, allMatchingQuery, commit, createTransientInstance, firstMatchingQuery, flush, getAdapterFor, getAdapterFor, getAuthenticationSession, getServices, informUser, injectDependenciesInto, instantiate, makePersistent, objectChanged, objectChanged, raiseError, remove, resolve, resolve, warnUser |
| Constructor Detail |
|---|
public RuntimeContextAbstract()
| Method Detail |
|---|
public void injectInto(java.lang.Object candidate)
Injectable
injectInto in interface Injectablepublic SpecificationLoader getSpecificationLoader()
getSpecificationLoader in interface RuntimeContextpublic void setSpecificationLoader(SpecificationLoader specificationLoader)
initialized.
setSpecificationLoader in interface SpecificationLoaderAwareprotected DomainObjectContainer getContainer()
public void setContainer(DomainObjectContainer container)
RuntimeContext.injectDependenciesInto(Object) can also inject the DomainObjectContainer.
setContainer in interface RuntimeContextsetContainer in interface DomainObjectContainerAware
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||