Class JspTemplateDefinition
java.lang.Object
org.iplass.mtp.web.template.definition.TemplateDefinition
org.iplass.mtp.web.template.definition.JspTemplateDefinition
- All Implemented Interfaces:
- Serializable,- Definition
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddLocalizedPath(LocalizedStringDefinition localizedPath) 多言語設定情報を追加します。多言語設定情報を取得します。getPath()voidsetLocalizedPathList(List<LocalizedStringDefinition> localizedPathList) 多言語設定情報を設定します。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- 
JspTemplateDefinitionpublic JspTemplateDefinition()
 
- 
- 
Method Details- 
getPath- Returns:
- path
 
- 
setPath- Parameters:
- path- セットする path
 
- 
getLocalizedPathList多言語設定情報を取得します。- Returns:
- リスト
 
- 
setLocalizedPathList多言語設定情報を設定します。- Parameters:
- \u30ea\u30b9\u30c8-
 
- 
addLocalizedPath多言語設定情報を追加します。- Parameters:
- \u591a\u8a00\u8a9e\u8a2d\u5b9a\u60c5\u5831-
 
 
-