public abstract class BaseJSPProductNavigationControlMenuEntry extends BaseProductNavigationControlMenuEntry implements ProductNavigationControlMenuEntry
| Constructor and Description |
|---|
BaseJSPProductNavigationControlMenuEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBodyJspPath() |
abstract java.lang.String |
getIconJspPath() |
java.lang.String |
getLabel(java.util.Locale locale) |
java.lang.String |
getURL(javax.servlet.http.HttpServletRequest request) |
protected boolean |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String jspPath) |
boolean |
includeBody(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
includeIcon(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
equals, getData, getIconCssClass, getKey, getLinkCssClass, hashCode, isShow, isUseDialogclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetData, getIconCssClass, getKey, getLinkCssClass, isShow, isUseDialogpublic BaseJSPProductNavigationControlMenuEntry()
public java.lang.String getBodyJspPath()
public abstract java.lang.String getIconJspPath()
public java.lang.String getLabel(java.util.Locale locale)
getLabel in interface ProductNavigationControlMenuEntrypublic java.lang.String getURL(javax.servlet.http.HttpServletRequest request)
getURL in interface ProductNavigationControlMenuEntrypublic boolean includeBody(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
includeBody in interface ProductNavigationControlMenuEntryincludeBody in class BaseProductNavigationControlMenuEntryjava.io.IOExceptionpublic boolean includeIcon(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
includeIcon in interface ProductNavigationControlMenuEntryincludeIcon in class BaseProductNavigationControlMenuEntryjava.io.IOExceptionpublic void setServletContext(javax.servlet.ServletContext servletContext)
protected boolean include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String jspPath)
throws java.io.IOException
java.io.IOException