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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLocalizedSource
(LocalizedStringDefinition localizedSource) 多言語設定情報を追加します。多言語設定情報を取得します。void
setLocalizedSourceList
(List<LocalizedStringDefinition> localizedSourceList) 多言語設定情報を設定します。void
Methods 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:
多言語設定情報
-
-