|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateHandler
Method Summary | |
---|---|
String |
getClassName()
Returns the class name of the template handler. |
List<Element> |
getDefaultTemplateElements()
Returns a list of elements containing the information of the portlet display templates to be installed by default. |
String |
getName(Locale locale)
Returns the name of the template handler. |
String |
getResourceName()
Returns the name of the resource the template is associated with. |
String[] |
getRestrictedVariables(String language)
|
String |
getTemplatesHelpPath(String language)
Returns the path to the help template. |
String |
getTemplatesHelpPropertyKey()
Returns the name of the property in portal.properties that defines the path to the help of template. |
Map<String,TemplateVariableGroup> |
getTemplateVariableGroups(long classPK,
String language,
Locale locale)
|
Method Detail |
---|
String getClassName()
List<Element> getDefaultTemplateElements() throws Exception
Exception
- if an exception occurred assembling the default
template elementsString getName(Locale locale)
locale
- the locale of the template handler name to get
String getResourceName()
String[] getRestrictedVariables(String language)
String getTemplatesHelpPath(String language)
language
- the language of the template
String getTemplatesHelpPropertyKey()
Map<String,TemplateVariableGroup> getTemplateVariableGroups(long classPK, String language, Locale locale) throws Exception
Exception
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |