public interface Renderer
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
long |
getClassPK() |
String |
getIconCssClass() |
String |
getIconPath(PortletRequest portletRequest)
Deprecated.
As of 7.0.0, with no direct replacement
|
String |
getSummary(PortletRequest portletRequest,
PortletResponse portletResponse) |
String |
getTitle(Locale locale) |
boolean |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String template) |
String getClassName()
long getClassPK()
String getIconCssClass() throws PortalException
PortalException
@Deprecated String getIconPath(PortletRequest portletRequest)
String getSummary(PortletRequest portletRequest, PortletResponse portletResponse)
String getTitle(Locale locale)
boolean include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String template) throws Exception
Exception