public class WCSServlet extends AbstractServlet
| Modifier and Type | Class and Description |
|---|---|
static class |
WCSServlet.Operation |
contentPath, log, logServerStartup| Constructor and Description |
|---|
WCSServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected String |
getPath() |
void |
init() |
protected void |
makeDebugActions() |
initContentdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected String getPath()
getPath in class AbstractServletprotected void makeDebugActions()
makeDebugActions in class AbstractServletpublic void init()
throws javax.servlet.ServletException
init in class AbstractServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic 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.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.