public abstract class BaseProductNavigationControlMenuEntry extends java.lang.Object implements ProductNavigationControlMenuEntry
| Constructor and Description |
|---|
BaseProductNavigationControlMenuEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.Object> |
getData(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getIconCssClass(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getKey() |
java.lang.String |
getLinkCssClass(javax.servlet.http.HttpServletRequest request) |
int |
hashCode() |
boolean |
includeBody(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
includeIcon(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
isShow(javax.servlet.http.HttpServletRequest request) |
boolean |
isUseDialog() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetLabel, getURLpublic BaseProductNavigationControlMenuEntry()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> getData(javax.servlet.http.HttpServletRequest request)
getData in interface ProductNavigationControlMenuEntrypublic java.lang.String getIconCssClass(javax.servlet.http.HttpServletRequest request)
getIconCssClass in interface ProductNavigationControlMenuEntrypublic java.lang.String getKey()
getKey in interface ProductNavigationControlMenuEntrypublic java.lang.String getLinkCssClass(javax.servlet.http.HttpServletRequest request)
getLinkCssClass in interface ProductNavigationControlMenuEntrypublic int hashCode()
hashCode in class java.lang.Objectpublic boolean includeBody(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
includeBody in interface ProductNavigationControlMenuEntryjava.io.IOExceptionpublic boolean includeIcon(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
includeIcon in interface ProductNavigationControlMenuEntryjava.io.IOExceptionpublic boolean isShow(javax.servlet.http.HttpServletRequest request)
throws com.liferay.portal.kernel.exception.PortalException
isShow in interface ProductNavigationControlMenuEntrycom.liferay.portal.kernel.exception.PortalExceptionpublic boolean isUseDialog()
isUseDialog in interface ProductNavigationControlMenuEntry