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, serviceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void printHeader(PrintWriter pw) throws IOException
IOExceptionprotected void printFooter(PrintWriter pw) throws IOException
IOExceptionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.