public class RewriteServlet extends HttpServlet
| Constructor and Description |
|---|
RewriteServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(HttpServletRequest req,
HttpServletResponse res) |
void |
doPost(HttpServletRequest req,
HttpServletResponse res) |
String |
getServletInfo() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, logpublic void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionpublic void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionpublic String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServletCopyright © 1995-2015 Webtide. All Rights Reserved.