|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mapfish.print.servlet.BaseMapServlet
public abstract class BaseMapServlet
Base class for MapPrinter servlets (deals with the configuration loading)
| Field Summary | |
|---|---|
static org.apache.log4j.Logger |
LOGGER
|
| Constructor Summary | |
|---|---|
BaseMapServlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
protected MapPrinter |
getMapPrinter()
Builds a MapPrinter instance out of the file pointed by the servlet's configuration. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.log4j.Logger LOGGER
| Constructor Detail |
|---|
public BaseMapServlet()
| Method Detail |
|---|
protected MapPrinter getMapPrinter()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||