public interface Renderer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
long |
getClassPK() |
java.lang.String |
getIconCssClass() |
java.lang.String |
getSummary(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse) |
java.lang.String |
getTitle(java.util.Locale locale) |
boolean |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String template) |
java.lang.String getClassName()
long getClassPK()
java.lang.String getIconCssClass() throws PortalException
PortalException
java.lang.String getSummary(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
java.lang.String getTitle(java.util.Locale locale)
boolean include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.String template) throws java.lang.Exception
java.lang.Exception