com.liferay.portlet.portletdisplaytemplate.util
Interface PortletDisplayTemplate
public interface PortletDisplayTemplate
DISPLAY_STYLE_PREFIX
static final String DISPLAY_STYLE_PREFIX
- See Also:
- Constant Field Values
fetchDDMTemplate
DDMTemplate fetchDDMTemplate(long groupId,
String displayStyle)
getDDMTemplateGroupId
long getDDMTemplateGroupId(long groupId)
getDDMTemplateUuid
String getDDMTemplateUuid(String displayStyle)
getPortletDisplayTemplateDDMTemplateId
long getPortletDisplayTemplateDDMTemplateId(long groupId,
String displayStyle)
getPortletDisplayTemplateHandlers
List<TemplateHandler> getPortletDisplayTemplateHandlers()
getTemplateVariableGroups
Map<String,TemplateVariableGroup> getTemplateVariableGroups(String language)
renderDDMTemplate
String renderDDMTemplate(javax.servlet.jsp.PageContext pageContext,
long ddmTemplateId,
List<?> entries)
throws Exception
- Throws:
Exception
renderDDMTemplate
String renderDDMTemplate(javax.servlet.jsp.PageContext pageContext,
long ddmTemplateId,
List<?> entries,
Map<String,Object> contextObjects)
throws Exception
- Throws:
Exception