Liferay 6.2.0-ce-m1

com.liferay.portlet.sitemap.template
Class SiteMapPortletDisplayTemplateHandler

java.lang.Object
  extended by com.liferay.portal.kernel.portletdisplaytemplate.BasePortletDisplayTemplateHandler
      extended by com.liferay.portlet.sitemap.template.SiteMapPortletDisplayTemplateHandler
All Implemented Interfaces:
PortletDisplayTemplateHandler

public class SiteMapPortletDisplayTemplateHandler
extends BasePortletDisplayTemplateHandler


Constructor Summary
SiteMapPortletDisplayTemplateHandler()
           
 
Method Summary
 String getClassName()
          Returns the class name of the portlet display template.
 String getName(Locale locale)
          Returns the name of the portlet display template.
 String getResourceName()
          Returns the name of the resource the portlet display template is associated with.
protected  String getTemplatesConfigPath()
           
protected  String getTemplatesHelpKey()
           
 
Methods inherited from class com.liferay.portal.kernel.portletdisplaytemplate.BasePortletDisplayTemplateHandler
getDefaultTemplateElements, getTemplatesHelpPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteMapPortletDisplayTemplateHandler

public SiteMapPortletDisplayTemplateHandler()
Method Detail

getClassName

public String getClassName()
Description copied from interface: PortletDisplayTemplateHandler
Returns the class name of the portlet display template.

Returns:
the class name of the portlet display template

getName

public String getName(Locale locale)
Description copied from interface: PortletDisplayTemplateHandler
Returns the name of the portlet display template.

Parameters:
locale - the locale of the portlet display template name to get
Returns:
the name of the portlet display template

getResourceName

public String getResourceName()
Description copied from interface: PortletDisplayTemplateHandler
Returns the name of the resource the portlet display template is associated with. Permissions on the resource are checked when adding a new portlet display template.

Returns:
the name of the resource

getTemplatesConfigPath

protected String getTemplatesConfigPath()
Overrides:
getTemplatesConfigPath in class BasePortletDisplayTemplateHandler

getTemplatesHelpKey

protected String getTemplatesHelpKey()
Overrides:
getTemplatesHelpKey in class BasePortletDisplayTemplateHandler

Liferay 6.2.0-ce-m1