php.java.bridge
Class Request
java.lang.Object
php.java.bridge.Request
- All Implemented Interfaces:
- IDocHandler
public class Request
- extends java.lang.Object
- implements IDocHandler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Request
public Request(JavaBridge bridge)
initOptions
public boolean initOptions(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
begin
public void begin(php.java.bridge.ParserTag[] tag)
- Specified by:
begin
in interface IDocHandler
end
public void end(php.java.bridge.ParserString[] string)
- Specified by:
end
in interface IDocHandler
handleRequests
public void handleRequests()
throws java.io.IOException
- Throws:
java.io.IOException
handleOneRequest
public void handleOneRequest()
throws java.io.IOException
- Throws:
java.io.IOException
handleSubRequests
public java.lang.Object[] handleSubRequests()
throws java.io.IOException,
java.lang.Throwable
- Throws:
java.io.IOException
java.lang.Throwable