|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpServletRequest | |
| com.opmath.util.http | HTTP parameter handling and other HttpServlet request and session handling utilities. |
| Uses of HttpServletRequest in com.opmath.util.http |
| Methods in com.opmath.util.http with parameters of type HttpServletRequest | |
protected String |
HttpServlet.doGetDispatch(HttpServletRequest req)
Services an HTTP GET request, as caught by the doGet(HttpServletRequest, HttpServletResponse) method on this
class. |
protected String |
HttpServlet.doPostDispatch(HttpServletRequest req)
Handles an HTTP POST request. |
protected String |
HttpProtectedServlet.doGetDispatch(HttpServletRequest req)
Services an HTTP GET request, as handled by the doGet(HttpServletRequest, HttpServletResponse) method on this
class. |
protected String |
HttpProtectedServlet.doPostDispatch(HttpServletRequest req)
Services an HTTP POST request, as handled by the doPost(HttpServletRequest, HttpServletResponse) method on this
class. |
protected String |
HttpLogOnServlet.doGetDispatch(HttpServletRequest req)
Services an HTTP GET request, as handled by the superclass. |
protected String |
HttpLogOnServlet.doPostDispatch(HttpServletRequest req)
Services an HTTP POST request, as handled by doPost(HttpServletRequest, HttpServletResponse). |
protected String |
HttpSessionServlet.doGetDispatch(HttpServletRequest req,
HttpSession session)
Services an HTTP GET request, as caught by the doGet(HttpServletRequest, HttpServletResponse) method on this
class. |
protected String |
HttpSessionServlet.doPostDispatch(HttpServletRequest req,
HttpSession session)
Services an HTTP POST request, as caught by the doPost(HttpServletRequest, HttpServletResponse) method on this
class. |
protected String |
HttpLogOffServlet.doGetDispatch(HttpServletRequest req)
Services an HTTP GET request, as handled by the doGet(HttpServletRequest, HttpServletResponse) method on this
class. |
protected String |
HttpLogOffServlet.doPostDispatch(HttpServletRequest req)
Services an HTTP POST request, as handled by the doPost(HttpServletRequest, HttpServletResponse) method on this
class. |
|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||