|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.http.Context
php.java.servlet.HttpContext
php.java.servlet.RemoteContext
public class RemoteContext
A custom context, used when remote PHP scripts access the servlet. In this case the HttpServletRequest, HttpServletResponse and ServletContext objects are not available. However, the session object is available through the RemoteHttpSession.
| Field Summary |
|---|
| Fields inherited from interface php.java.bridge.http.IContext |
|---|
ENGINE_SCOPE, GLOBAL_SCOPE, JAVA_BRIDGE, PHP_PROCEDURE, SERVLET, SERVLET_CONFIG, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE |
| Method Summary | |
|---|---|
java.lang.Object |
getHttpServletRequest()
Return the request object |
java.lang.Object |
getHttpServletResponse()
Return the response object |
java.lang.Object |
getServlet()
Return the servlet |
java.lang.Object |
getServletConfig()
Return the servlet config |
java.lang.Object |
getServletContext()
Return the servlet context |
| Methods inherited from class php.java.servlet.HttpContext |
|---|
getAttribute, getRealPath, getRealPathInternal, getRedirectString, getRedirectString, getSocketName, getWriter, handleManaged, init, onShutdown |
| Methods inherited from class php.java.bridge.http.Context |
|---|
call, get, getAll, getAttribute, getAttributesScope, getManageable, getRealPathInternal, getRedirectURL, handleManaged, put, putAll, remove, removeAttribute, setAttribute |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object getHttpServletResponse()
getHttpServletResponse in interface IContextgetHttpServletResponse in class HttpContextpublic java.lang.Object getHttpServletRequest()
getHttpServletRequest in interface IContextgetHttpServletRequest in class HttpContextpublic java.lang.Object getServlet()
getServlet in interface IContextgetServlet in class HttpContextpublic java.lang.Object getServletConfig()
getServletConfig in interface IContextgetServletConfig in class HttpContextpublic java.lang.Object getServletContext()
getServletContext in interface IContextgetServletContext in class HttpContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||