info.aduna.gee.spectacle.gee
Class EmbeddedApplication
java.lang.Object
info.aduna.gee.spectacle.gee.Application
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_request
protected javax.servlet.http.HttpServletRequest _request
_response
protected javax.servlet.http.HttpServletResponse _response
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.