Liferay 7.0-ce-b4

com.liferay.portal.kernel.portletdisplaytemplate
Interface PortletDisplayTemplateManager


public interface PortletDisplayTemplateManager


Field Summary
static String DISPLAY_STYLE_PREFIX
           
static String ENTRIES
           
 
Method Summary
 DDMTemplate getDDMTemplate(long groupId, long classNameId, String displayStyle, boolean useDefault)
           
 String getDisplayStyle(String ddmTemplateKey)
           
 Map<String,TemplateVariableGroup> getTemplateVariableGroups(String language)
           
 String renderDDMTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, long templateId, List<?> entries, Map<String,Object> contextObjects)
           
 

Field Detail

DISPLAY_STYLE_PREFIX

static final String DISPLAY_STYLE_PREFIX
See Also:
Constant Field Values

ENTRIES

static final String ENTRIES
See Also:
Constant Field Values
Method Detail

getDDMTemplate

DDMTemplate getDDMTemplate(long groupId,
                           long classNameId,
                           String displayStyle,
                           boolean useDefault)

getDisplayStyle

String getDisplayStyle(String ddmTemplateKey)

getTemplateVariableGroups

Map<String,TemplateVariableGroup> getTemplateVariableGroups(String language)

renderDDMTemplate

String renderDDMTemplate(javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response,
                         long templateId,
                         List<?> entries,
                         Map<String,Object> contextObjects)
                         throws Exception
Throws:
Exception

Liferay 7.0-ce-b4