org.objectweb.jac.aspects.gui.web
Class JacLocalServlet
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--org.objectweb.jac.aspects.gui.web.JacLocalServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public class JacLocalServlet
- extends HttpServlet
This servlet does the same thing as the JacServlet, but it does not
use RMI. It is meant to be used with the integrated http server
(Jetty).
- See Also:
- Serialized Form
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 |
JacLocalServlet
public JacLocalServlet()
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Overrides:
doPost
in class HttpServlet
IOException
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Overrides:
doGet
in class HttpServlet
IOException
ServletException
error
protected void error(WebDisplay display,
JacRequest jacRequest,
String message)