public abstract class AbstractServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
contentPath |
protected org.slf4j.Logger |
log |
protected org.slf4j.Logger |
logServerStartup |
| Constructor and Description |
|---|
AbstractServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
getPath() |
void |
init() |
protected void |
initContent() |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected org.slf4j.Logger logServerStartup
protected org.slf4j.Logger log
protected java.lang.String contentPath
protected abstract java.lang.String getPath()
public void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void initContent()
throws javax.servlet.ServletException
javax.servlet.ServletException