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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLocalizedPath
(LocalizedStringDefinition localizedPath) 多言語設定情報を追加します。多言語設定情報を取得します。getPath()
void
setLocalizedPathList
(List<LocalizedStringDefinition> localizedPathList) 多言語設定情報を設定します。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
-
JspTemplateDefinition
public JspTemplateDefinition()
-
-
Method Details
-
getPath
- Returns:
- path
-
setPath
- Parameters:
path
- セットする path
-
getLocalizedPathList
多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedPathList
多言語設定情報を設定します。- Parameters:
リスト
-
-
addLocalizedPath
多言語設定情報を追加します。- Parameters:
多言語設定情報
-
-