|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.plugins.headless.embedded.NakedObjectsMetaModel
public class NakedObjectsMetaModel
Facade for the entire NakedObjects metamodel and supporting components.
| Constructor Summary | |
|---|---|
NakedObjectsMetaModel(EmbeddedContext context,
java.lang.Class<?>... serviceTypes)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NakedObjectsMetaModel(EmbeddedContext context,
java.lang.Class<?>... serviceTypes)
| Method Detail |
|---|
public java.util.List<java.lang.Class<?>> getServiceTypes()
constructor.
To obtain the instantiated services, use the ServicesInjector.getRegisteredServices() (available from getServicesInjector()).
public void init()
init in interface ApplicationScopedComponentpublic void shutdown()
shutdown in interface ApplicationScopedComponentpublic SpecificationLoader getSpecificationLoader()
initialized.
public HeadlessViewer getViewer()
initialized.
public ServicesInjector getServicesInjector()
ServicesInjector; can use to obtain the set of registered services.
Available once initialized.
public NakedObjectConfiguration getConfiguration()
NakedObjectConfiguration in force, either defaulted or specified
explicitly.
public void setConfiguration(NakedObjectConfiguration configuration)
NakedObjectConfiguration.
Call prior to init().
public ClassSubstitutor getClassSubstitutor()
ClassSubstitutor in force, either defaulted or
specified explicitly.
public void setClassSubstitutor(ClassSubstitutor classSubstitutor)
ClassSubstitutor.
Call prior to init().
public CollectionTypeRegistry getCollectionTypeRegistry()
CollectionTypeRegistry in force, either defaulted or
specified explicitly.
public void setCollectionTypeRegistry(CollectionTypeRegistry collectionTypeRegistry)
CollectionTypeRegistry.
Call prior to init().
public SpecificationTraverser getSpecificationTraverser()
SpecificationTraverser in force, either defaulted or
specified explicitly.
public void setSpecificationTraverser(SpecificationTraverser specificationTraverser)
SpecificationTraverser.
public ProgrammingModelFacets getProgrammingModelFacets()
ProgrammingModelFacets in force, either defaulted or
specified explicitly.
public void setProgrammingModelFacets(ProgrammingModelFacets programmingModelFacets)
ProgrammingModelFacets.
Call prior to init().
public java.util.Set<FacetDecorator> getFacetDecorators()
FacetDecorators in force, either defaulted or specified
explicitly.
public void setFacetDecorators(java.util.Set<FacetDecorator> facetDecorators)
FacetDecorators.
Call prior to init().
public MetaModelValidator getMetaModelValidator()
MetaModelValidator in force, either defaulted or specified
explicitly.
public void setMetaModelValidator(MetaModelValidator metaModelValidator)
MetaModelValidator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||