public class ViewServlet extends AbstractServlet
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ViewServlet.StaticView |
contentPath, logServerStartup| Constructor and Description |
|---|
ViewServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected String |
getPath() |
void |
init() |
protected void |
makeDebugActions() |
static void |
registerViewer(String className) |
static void |
registerViewer(Viewer v) |
static void |
showViewers(StringBuilder sbuff,
InvDatasetImpl dataset,
javax.servlet.http.HttpServletRequest req) |
initContentdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static void registerViewer(String className)
public static void registerViewer(Viewer v)
public void init()
throws javax.servlet.ServletException
init in class AbstractServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic static void showViewers(StringBuilder sbuff, InvDatasetImpl dataset, javax.servlet.http.HttpServletRequest req)
protected String getPath()
getPath in class AbstractServletprotected void makeDebugActions()
makeDebugActions in class AbstractServletCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.