info.aduna.gee.spectacle.gee
Class EmbeddedApplication

java.lang.Object
  extended by info.aduna.gee.spectacle.gee.Application
      extended by info.aduna.gee.spectacle.gee.EmbeddedApplication

public abstract class EmbeddedApplication
extends Application

Class EmbeddedApplication implements a common way of starting and executing an embedded application that uses the onto API.


Field Summary
protected  javax.servlet.http.HttpServletRequest _request
           
protected  javax.servlet.http.HttpServletResponse _response
           
 
Fields inherited from class info.aduna.gee.spectacle.gee.Application
_args, _server, _serverPath
 
Constructor Summary
EmbeddedApplication(Object[] args)
          Construct the application.
 
Method Summary
 
Methods inherited from class info.aduna.gee.spectacle.gee.Application
execute, getServer, getServerPath, main, setServer, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_request

protected javax.servlet.http.HttpServletRequest _request

_response

protected javax.servlet.http.HttpServletResponse _response
Constructor Detail

EmbeddedApplication

public EmbeddedApplication(Object[] args)
Construct the application. args[0] is assumed to contain an HttpServletRequest args[1] is assumed to contain an HttpServletResponse



Copyright © 1997-2008 Aduna. All Rights Reserved.