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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddLocalizedSource(LocalizedStringDefinition localizedSource) 多言語設定情報を追加します。多言語設定情報を取得します。voidsetLocalizedSourceList(List<LocalizedStringDefinition> localizedSourceList) 多言語設定情報を設定します。voidMethods inherited from class org.iplass.mtp.web.template.definition.TemplateDefinitionaddLocalizedDisplayName, getContentType, getDescription, getDisplayName, getLayoutActionName, getLocalizedDisplayNameList, getName, setContentType, setDescription, setDisplayName, setLayoutActionName, setLocalizedDisplayNameList, setName
- 
Constructor Details- 
HtmlTemplateDefinitionpublic HtmlTemplateDefinition()
 
- 
- 
Method Details- 
getSource- Returns:
- source
 
- 
setSource- Parameters:
- source- セットする source
 
- 
getLocalizedSourceList多言語設定情報を取得します。- Returns:
- リスト
 
- 
setLocalizedSourceList多言語設定情報を設定します。- Parameters:
- \u30ea\u30b9\u30c8-
 
- 
addLocalizedSource多言語設定情報を追加します。- Parameters:
- \u591a\u8a00\u8a9e\u8a2d\u5b9a\u60c5\u5831-
 
 
-