org.activemath.webapp.adapterrex
Class AdaptErrEx
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.activemath.webapp.adapterrex.AdaptErrEx
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AdaptErrEx
- extends HttpServlet
Servlet implementation class AdaptErrEx
- See Also:
- Serialized Form
|
Constructor Summary |
AdaptErrEx()
Default constructor. |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdaptErrEx
public AdaptErrEx()
- Default constructor.
main
public static void main(String[] args)
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException- See Also:
HttpServlet.doGet(HttpServletRequest request, HttpServletResponse response)
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost in class HttpServlet
- Throws:
ServletException
IOException- See Also:
HttpServlet.doPost(HttpServletRequest request, HttpServletResponse response)
toString
public String toString(Map input)
executeHTTPQuery
public String executeHTTPQuery(String userid,
String input,
String serverUrl)