php.java.servlet
Class PhpCGIServlet.CGIRunner

java.lang.Object
  extended by php.java.servlet.CGIServlet.CGIRunner
      extended by php.java.servlet.PhpCGIServlet.CGIRunner
Enclosing class:
PhpCGIServlet

protected class PhpCGIServlet.CGIRunner
extends CGIServlet.CGIRunner


Field Summary
protected  IContextFactory ctx
           
 
Fields inherited from class php.java.servlet.CGIServlet.CGIRunner
env, response, stdin, wd
 
Constructor Summary
protected PhpCGIServlet.CGIRunner(CGIServlet.CGIEnvironment env)
           
 
Method Summary
protected  void execute()
           
 
Methods inherited from class php.java.servlet.CGIServlet.CGIRunner
addHeader, setInput, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctx

protected IContextFactory ctx
Constructor Detail

PhpCGIServlet.CGIRunner

protected PhpCGIServlet.CGIRunner(CGIServlet.CGIEnvironment env)
Method Detail

execute

protected void execute()
                throws java.io.IOException,
                       javax.servlet.ServletException
Specified by:
execute in class CGIServlet.CGIRunner
Throws:
java.io.IOException
javax.servlet.ServletException