This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.generation
Class PhpGenerator.PhpServlet
java.lang.Object
   net.php.servlet
net.php.servlet
       org.apache.cocoon.generation.PhpGenerator.PhpServlet
org.apache.cocoon.generation.PhpGenerator.PhpServlet
- All Implemented Interfaces: 
- Runnable
- Enclosing class:
- PhpGenerator
- public class PhpGenerator.PhpServlet 
- extends net.php.servlet- implements Runnable
Subclass the PHP servlet implementation, overriding the method
 that produces the output.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PhpGenerator.PhpServlet
protected PhpGenerator.PhpServlet(Logger logger)
setInput
public void setInput(String input)
- 
 
- 
 
setOutput
public void setOutput(OutputStream output)
- 
 
- 
 
setRequest
public void setRequest(HttpServletRequest request)
- 
 
- 
 
setResponse
public void setResponse(HttpServletResponse response)
- 
 
- 
 
write
public void write(String data)
- 
 
- 
 
run
public void run()
- 
- Specified by:
- runin interface- Runnable
 
- 
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.