Class HtmlTemplateDefinition
java.lang.Object
org.iplass.mtp.web.template.definition.TemplateDefinition
org.iplass.mtp.web.template.definition.HtmlTemplateDefinition
- All Implemented Interfaces:
Serializable,Definition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocalizedSource(LocalizedStringDefinition localizedSource) 多言語設定情報を追加します。多言語設定情報を取得します。voidsetLocalizedSourceList(List<LocalizedStringDefinition> localizedSourceList) 多言語設定情報を設定します。voidMethods inherited from class org.iplass.mtp.web.template.definition.TemplateDefinition
addLocalizedDisplayName, getContentType, getDescription, getDisplayName, getLayoutActionName, getLocalizedDisplayNameList, getName, setContentType, setDescription, setDisplayName, setLayoutActionName, setLocalizedDisplayNameList, setName
-
Constructor Details
-
HtmlTemplateDefinition
public HtmlTemplateDefinition()
-
-
Method Details
-
getSource
- Returns:
- source
-
setSource
- Parameters:
source- セットする source
-
getLocalizedSourceList
多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedSourceList
多言語設定情報を設定します。- Parameters:
リスト-
-
addLocalizedSource
多言語設定情報を追加します。- Parameters:
多言語設定情報-
-