public class PlanDisplayServlet extends GUIServletStub
CONTENT_TYPE_HTML, CONTENT_TYPE_PLAIN| Constructor and Description |
|---|
PlanDisplayServlet(int runtimePort)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
printPage(PrintWriter writer,
Map<String,String[]> parameters,
javax.servlet.http.HttpServletRequest req)
This method must be overridden by the subclass.
|
addJavascriptFile, addStyleSheet, doGetdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic PlanDisplayServlet(int runtimePort)
public void printPage(PrintWriter writer, Map<String,String[]> parameters, javax.servlet.http.HttpServletRequest req) throws IOException
GUIServletStubprintPage in class GUIServletStubwriter - The PrintWriter to print the content to.parameters - The map containing all parameters mapped to their values.IOException - If the request processing failed due to an I/O problem.Copyright © 2013–2014. All rights reserved.