public abstract class AbstractServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentPath |
protected org.slf4j.Logger |
log |
protected org.slf4j.Logger |
logServerStartup |
| Constructor and Description |
|---|
AbstractServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getPath() |
void |
init() |
protected void |
initContent() |
protected abstract void |
makeDebugActions() |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected org.slf4j.Logger logServerStartup
protected org.slf4j.Logger log
protected String contentPath
protected abstract String getPath()
protected abstract void makeDebugActions()
public void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void initContent()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.