public interface Renderer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
long |
getClassPK() |
java.lang.String |
getIconCssClass() |
java.lang.String |
getIconPath(javax.portlet.PortletRequest portletRequest)
Deprecated.
As of 7.0.0, with no direct replacement
|
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 request,
javax.servlet.http.HttpServletResponse response,
java.lang.String template) |
java.lang.String getClassName()
long getClassPK()
java.lang.String getIconCssClass()
throws PortalException
PortalException@Deprecated java.lang.String getIconPath(javax.portlet.PortletRequest portletRequest)
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 request,
javax.servlet.http.HttpServletResponse response,
java.lang.String template)
throws java.lang.Exception
java.lang.Exception