|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
php.java.bridge | PHP/Java Bridge core classes and interfaces. |
Uses of Response in php.java.bridge |
---|
Subclasses of Response in php.java.bridge | |
---|---|
class |
ClassicResponse
This class is used to write the response to the front-end. |
Fields in php.java.bridge declared as Response | |
---|---|
Response |
Request.response
The current response handle or null. |
Methods in php.java.bridge that return Response | |
---|---|
Response |
ClassicResponse.copyResponse()
Flush the current output buffer and create a new Response object where are writers have their default value |
Response |
Response.copyResponse()
Flush the current output buffer and create a new Response object where are writers have their default value |
Methods in php.java.bridge with parameters of type Response | |
---|---|
void |
JavaBridge.CreateObject(java.lang.String name,
boolean createInstance,
java.lang.Object[] args,
Response response)
Create an new instance of a given class |
void |
JavaBridge.GetSetProp(java.lang.Object object,
java.lang.String prop,
java.lang.Object[] args,
Response response)
Get or Set a property |
void |
JavaBridge.Invoke(java.lang.Object object,
java.lang.String method,
java.lang.Object[] args,
Response response)
Invoke a method on a given object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |