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, getIcon, getIconCssClass, getKey, getLinkCssClass, getMarkupView, hashCode, isShow, isUseDialog
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getData, getIcon, getIconCssClass, getKey, getLinkCssClass, getMarkupView, isShow, isUseDialog
public BaseJSPProductNavigationControlMenuEntry()
public java.lang.String getBodyJspPath()
public abstract java.lang.String getIconJspPath()
public java.lang.String getLabel(java.util.Locale locale)
getLabel
in interface ProductNavigationControlMenuEntry
public java.lang.String getURL(javax.servlet.http.HttpServletRequest request)
getURL
in interface ProductNavigationControlMenuEntry
public boolean includeBody(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
includeBody
in interface ProductNavigationControlMenuEntry
includeBody
in class BaseProductNavigationControlMenuEntry
java.io.IOException
public boolean includeIcon(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
includeIcon
in interface ProductNavigationControlMenuEntry
includeIcon
in class BaseProductNavigationControlMenuEntry
java.io.IOException
public 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