public class CookieDump extends HttpServlet
Constructor and Description |
---|
CookieDump() |
Modifier and Type | Method and Description |
---|---|
protected String |
deScript(String string) |
void |
destroy() |
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
String |
getServletInfo() |
protected void |
handleForm(HttpServletRequest request,
HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
protected void handleForm(HttpServletRequest request, HttpServletResponse response)
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
public String getServletInfo()
getServletInfo
in interface Servlet
getServletInfo
in class GenericServlet
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
Copyright © 1995-2015 Webtide. All Rights Reserved.