public interface Renderer
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
long |
getClassPK() |
String |
getIconCssClass() |
String |
getIconPath(javax.portlet.PortletRequest portletRequest)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
String |
getSummary(javax.portlet.PortletRequest portletRequest,
javax.portlet.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(javax.portlet.PortletRequest portletRequest)
String getSummary(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
String getTitle(Locale locale)
boolean include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String template) throws Exception
Exception