php.java.servlet
Class RemoteContext
java.lang.Object
php.java.bridge.http.Context
php.java.servlet.Context
php.java.servlet.RemoteContext
- All Implemented Interfaces:
- IContext, Invocable
public class RemoteContext
- extends Context
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.
- Author:
- jostb
Constructor Summary |
RemoteContext(javax.servlet.ServletContext kontext,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
Method Summary |
java.lang.Object |
getHttpServletRequest()
Deprecated. Use java_context()->getAttribute(...) instead |
java.lang.Object |
getHttpServletResponse()
Deprecated. Use java_context()->getAttribute(...) instead |
java.lang.Object |
getServlet()
Deprecated. Use java_context()->getAttribute(...) instead |
java.lang.Object |
getServletConfig()
Deprecated. Use java_context()->getAttribute(...) instead |
java.lang.Object |
getServletContext()
Deprecated. Use java_context()->getAttribute(...) instead |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteContext
public RemoteContext(javax.servlet.ServletContext kontext,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
getHttpServletResponse
public java.lang.Object getHttpServletResponse()
- Deprecated. Use java_context()->getAttribute(...) instead
- Overrides:
getHttpServletResponse
in class Context
getHttpServletRequest
public java.lang.Object getHttpServletRequest()
- Deprecated. Use java_context()->getAttribute(...) instead
- Overrides:
getHttpServletRequest
in class Context
getServlet
public java.lang.Object getServlet()
- Deprecated. Use java_context()->getAttribute(...) instead
- Overrides:
getServlet
in class Context
getServletConfig
public java.lang.Object getServletConfig()
- Deprecated. Use java_context()->getAttribute(...) instead
- Overrides:
getServletConfig
in class Context
getServletContext
public java.lang.Object getServletContext()
- Deprecated. Use java_context()->getAttribute(...) instead
- Overrides:
getServletContext
in class Context