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 httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
boolean |
includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected boolean |
includeJSP(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String jspPath) |
protected abstract void |
prepareRequest(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHelpMessage, getKey, getLabel
public abstract java.lang.String getConfigurationJspPath()
public abstract java.lang.String getJspPath()
public boolean include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.io.IOException
include
in interface MapProvider
java.io.IOException
public boolean includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.io.IOException
includeConfiguration
in interface MapProvider
java.io.IOException
public void setServletContext(javax.servlet.ServletContext servletContext)
protected boolean includeJSP(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.String jspPath) throws java.io.IOException
java.io.IOException
protected abstract void prepareRequest(javax.servlet.http.HttpServletRequest httpServletRequest)