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, isShowclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetKey, getLabelpublic 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 PanelCategoryinclude in class BasePanelCategoryjava.io.IOExceptionpublic boolean includeHeader(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
includeHeader in interface PanelCategoryincludeHeader in class BasePanelCategoryjava.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