public class WebRunnerServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
WebRunnerServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
printFooter(PrintWriter pw) |
protected void |
printHeader(PrintWriter pw) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void printHeader(PrintWriter pw) throws IOException
IOException
protected void printFooter(PrintWriter pw) throws IOException
IOException
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.