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, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException
public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
public String getServletInfo()
getServletInfo
in interface Servlet
getServletInfo
in class GenericServlet
Copyright © 1995-2015 Webtide. All Rights Reserved.