Annotation Interface Template


Templateを定義するアノテーションです。
See Also:
  • Element Details

    • id

      String id
      Default:
      "##default"
    • name

      String name
    • displayName

      String displayName
      Default:
      "##default"
    • localizedDisplayName

      LocalizedString[] localizedDisplayName
      Default:
      {}
    • description

      String description
      Default:
      "##default"
    • contentType

      String contentType
      このTemplateのContent-Typeを設定します。
      Returns:
      Default:
      ""
    • path

      String path
      JSPファイルのパスを設定します。 JSPファイルが「src/main/resources/META-INF/resources/jsp/web/sample.jsp」の場合、 「/jsp/web/sample.jsp」と設定してください。
      Returns:
    • layoutActionName

      String layoutActionName
      LayoutAction名を設定します。
      Default:
      ""
    • overwritable

      boolean overwritable
      ローカルテナントで上書き可能か否か。
      Returns:
      Default:
      true