org.eclipse.rwt.engine
Class RWTServlet
java.lang.Object
HttpServlet
org.eclipse.rwt.engine.RWTServlet
public class RWTServlet
- extends HttpServlet
TODO JavDoc
- Since:
- 1.5
Method Summary |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
|
java.lang.String |
getServletInfo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RWTServlet
public RWTServlet()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
getServletInfo
public java.lang.String getServletInfo()
Copyright (c) EclipseSource and others 2002, 2011. All rights reserved.