|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphp.java.bridge.Response
php.java.bridge.ClassicResponse
public class ClassicResponse
This class is used to write the response to the front-end.
Field Summary |
---|
Fields inherited from class php.java.bridge.Response |
---|
COERCE_WRITER, VALUES_WRITER |
Constructor Summary | |
---|---|
ClassicResponse(JavaBridge bridge)
Creates a new response object. |
Method Summary | |
---|---|
Response |
copyResponse()
Flush the current output buffer and create a new Response object where are writers have their default value |
Methods inherited from class php.java.bridge.Response |
---|
flush, selectWriter, setArrayValuesWriter, setAsyncWriter, setCoerceWriter, setDefaultWriter, setFinish, setResult, setResultClass, setResultException, setResultObject, setResultProcedure, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClassicResponse(JavaBridge bridge)
bridge
- The bridge.Method Detail |
---|
public Response copyResponse() throws java.io.IOException
copyResponse
in class Response
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |