org.nakedobjects.runtime.web
Class EmbeddedWebServerAbstract

java.lang.Object
  extended by org.nakedobjects.runtime.web.EmbeddedWebServerAbstract
All Implemented Interfaces:
ApplicationScopedComponent, Component, EmbeddedWebServer

public abstract class EmbeddedWebServerAbstract
extends java.lang.Object
implements EmbeddedWebServer


Constructor Summary
EmbeddedWebServerAbstract()
           
 
Method Summary
 void addWebAppSpecification(WebAppSpecification specification)
          Must be called prior to initialization.
protected static NakedObjectConfiguration getConfiguration()
           
protected  java.util.List<WebAppSpecification> getSpecifications()
           
 void init()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedWebServerAbstract

public EmbeddedWebServerAbstract()
Method Detail

addWebAppSpecification

public void addWebAppSpecification(WebAppSpecification specification)
Must be called prior to initialization.

Specified by:
addWebAppSpecification in interface EmbeddedWebServer

getSpecifications

protected java.util.List<WebAppSpecification> getSpecifications()

init

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

shutdown

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

getConfiguration

protected static NakedObjectConfiguration getConfiguration()


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