org.nakedobjects.runtime.viewer
Class NakedObjectsViewerNoop

java.lang.Object
  extended by org.nakedobjects.runtime.viewer.NakedObjectsViewerNoop
All Implemented Interfaces:
ApplicationScopedComponent, Component, Noop, ConfigurationBuilderAware, InstallerLookupAware, NakedObjectsViewer

public class NakedObjectsViewerNoop
extends java.lang.Object
implements NakedObjectsViewer, Noop


Constructor Summary
NakedObjectsViewerNoop()
           
 
Method Summary
 boolean bootstrapsSystem()
           
 WebAppSpecification getWebAppSpecification()
          Provide requirement for running a viewer from within an embedded web container.
 void init()
           
 void setConfigurationBuilder(ConfigurationBuilder configurationLoader)
           
 void setInstallerLookup(InstallerLookup installerLookup)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NakedObjectsViewerNoop

public NakedObjectsViewerNoop()
Method Detail

init

public void init()
Specified by:
init in interface ApplicationScopedComponent

shutdown

public void shutdown()
Specified by:
shutdown in interface ApplicationScopedComponent

setInstallerLookup

public void setInstallerLookup(InstallerLookup installerLookup)
Specified by:
setInstallerLookup in interface InstallerLookupAware

setConfigurationBuilder

public void setConfigurationBuilder(ConfigurationBuilder configurationLoader)
Specified by:
setConfigurationBuilder in interface ConfigurationBuilderAware

bootstrapsSystem

public boolean bootstrapsSystem()

getWebAppSpecification

public WebAppSpecification getWebAppSpecification()
Description copied from interface: NakedObjectsViewer
Provide requirement for running a viewer from within an embedded web container.

Returns null if does not run within a web container.

Specified by:
getWebAppSpecification in interface NakedObjectsViewer


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