org.nakedobjects.metamodel.specloader
Interface NakedObjectReflectorInstaller

All Superinterfaces:
ApplicationScopedComponent, Component, Installer

public interface NakedObjectReflectorInstaller
extends Installer

Installs a NakedObjectReflectorduring system start up.


Field Summary
static java.lang.String TYPE
           
 
Method Summary
 void addFacetDecoratorInstaller(FacetDecoratorInstaller decoratorInstaller)
           
 NakedObjectReflector createReflector()
           
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Field Detail

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values
Method Detail

createReflector

NakedObjectReflector createReflector()

addFacetDecoratorInstaller

void addFacetDecoratorInstaller(FacetDecoratorInstaller decoratorInstaller)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.