public abstract class BaseTemplateHandler extends java.lang.Object implements TemplateHandler
| Constructor and Description |
|---|
BaseTemplateHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Element> |
getDefaultTemplateElements()
Returns a list of elements containing the information of the portlet
display templates to be installed by default.
|
java.lang.String[] |
getRestrictedVariables(java.lang.String language) |
protected java.lang.String |
getTemplatesConfigPath() |
java.lang.String |
getTemplatesHelpPath(java.lang.String language)
Returns the path to the help template.
|
java.lang.String |
getTemplatesHelpPropertyKey()
Returns the name of the property in portal.properties that defines the
path to the help of template.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassName, getName, getResourceName, getTemplateVariableGroupspublic java.util.List<Element> getDefaultTemplateElements() throws java.lang.Exception
TemplateHandlergetDefaultTemplateElements in interface TemplateHandlerjava.lang.Exception - if an exception occurred assembling the default
template elementspublic java.lang.String[] getRestrictedVariables(java.lang.String language)
getRestrictedVariables in interface TemplateHandlerpublic java.lang.String getTemplatesHelpPath(java.lang.String language)
TemplateHandlergetTemplatesHelpPath in interface TemplateHandlerlanguage - the language of the templatepublic java.lang.String getTemplatesHelpPropertyKey()
TemplateHandlergetTemplatesHelpPropertyKey in interface TemplateHandlerprotected java.lang.String getTemplatesConfigPath()