public class DefaultServlet extends BasicServlet
| Modifier and Type | Field and Description |
|---|---|
static int |
GRAPH_HEIGHT |
static int |
GRAPH_WIDTH |
log| Constructor and Description |
|---|
DefaultServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected String |
getTitle(javax.servlet.http.HttpServletRequest req) |
protected void |
pageBody(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
StringBuilder sb) |
static void |
tableRow(StringBuilder sb,
boolean highlight,
Object... cells) |
banner, currentPage, decode, doPost, encode, getBodyAttributes, getCookieValue, pageEnd, pageStart, sanitize, setCookiedoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final int GRAPH_WIDTH
public static final int GRAPH_HEIGHT
protected String getTitle(javax.servlet.http.HttpServletRequest req)
getTitle in class BasicServletpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class BasicServletjavax.servlet.ServletExceptionIOExceptionprotected void pageBody(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
StringBuilder sb)
throws IOException
pageBody in class BasicServletIOExceptionpublic static void tableRow(StringBuilder sb, boolean highlight, Object... cells)
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.