com.liferay.portlet.documentlibrary.template
Class DocumentLibraryPortletDisplayTemplateHandler
java.lang.Object
com.liferay.portal.kernel.portletdisplaytemplate.BasePortletDisplayTemplateHandler
com.liferay.portlet.documentlibrary.template.DocumentLibraryPortletDisplayTemplateHandler
- All Implemented Interfaces:
- PortletDisplayTemplateHandler
public class DocumentLibraryPortletDisplayTemplateHandler
- extends BasePortletDisplayTemplateHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentLibraryPortletDisplayTemplateHandler
public DocumentLibraryPortletDisplayTemplateHandler()
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
getTemplatesHelpPropertyKey
public String getTemplatesHelpPropertyKey()
- Description copied from interface:
PortletDisplayTemplateHandler
- Returns the name of the property in portal.properties that defines the
path to the help of template.
- Specified by:
getTemplatesHelpPropertyKey in interface PortletDisplayTemplateHandler- Overrides:
getTemplatesHelpPropertyKey in class BasePortletDisplayTemplateHandler
- Returns:
- the name of the property in portal.properties that defines the
path to the help template of the portlet display.
getTemplatesConfigPath
protected String getTemplatesConfigPath()
- Overrides:
getTemplatesConfigPath in class BasePortletDisplayTemplateHandler