Version: 1.1.1

ca.ucalgary.services
Class CGIServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by ca.ucalgary.services.WrappingServlet
              extended by ca.ucalgary.services.CGIServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class CGIServlet
extends WrappingServlet

Provides an HTML interface for invoking CGI. The appearance and functionality of the class can be extended by registering a DataRecorder (e.g. Daggoo registers PBERecorder to get its functionality), please see the documentation at http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Java/docs/soapServlet.html

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ca.ucalgary.services.WrappingServlet
WrappingServlet.MyNodeList
 
Field Summary
static String HIDDEN_PARAM
           
 
Fields inherited from class ca.ucalgary.services.WrappingServlet
DATARECORDER_CONTEXTPARAM, ID_PARAM, SERVICE_SPEC_PARAM, SRC_PARAM
 
Constructor Summary
CGIServlet()
           
 
Method Summary
 
Methods inherited from class ca.ucalgary.services.WrappingServlet
doGet, doPost, getRecorder, getResponseTransformer, init, setRecorder, setResponseTransformer
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIDDEN_PARAM

public static final String HIDDEN_PARAM
See Also:
Constant Field Values
Constructor Detail

CGIServlet

public CGIServlet()

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010