public abstract class BaseJSPMapProvider extends java.lang.Object implements MapProvider
| Constructor and Description |
|---|
BaseJSPMapProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getConfigurationJspPath() |
abstract java.lang.String |
getJspPath() |
boolean |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
includeConfiguration(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected boolean |
includeJSP(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String jspPath) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHelpMessage, getKey, getLabelpublic abstract java.lang.String getConfigurationJspPath()
public abstract java.lang.String getJspPath()
public boolean include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
include in interface MapProviderjava.io.IOExceptionpublic boolean includeConfiguration(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
includeConfiguration in interface MapProviderjava.io.IOExceptionpublic void setServletContext(javax.servlet.ServletContext servletContext)
protected boolean includeJSP(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String jspPath)
throws java.io.IOException
java.io.IOException