public abstract class BaseJSPPanelCategory extends BasePanelCategory
Constructor and Description |
---|
BaseJSPPanelCategory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHeaderJspPath() |
abstract java.lang.String |
getJspPath() |
boolean |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
includeHeader(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) |
equals, getNotificationsCount, hashCode, isActive, isPersistState, isShow
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getKey, getLabel
public java.lang.String getHeaderJspPath()
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 PanelCategory
include
in class BasePanelCategory
java.io.IOException
public boolean includeHeader(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
includeHeader
in interface PanelCategory
includeHeader
in class BasePanelCategory
java.io.IOException
public 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