注釈インタフェース Template


Templateを定義するアノテーションです。
関連項目:
  • 要素の詳細

    • id

      String id
      デフォルト:
      "##default"
    • name

      String name
    • displayName

      String displayName
      デフォルト:
      "##default"
    • localizedDisplayName

      LocalizedString[] localizedDisplayName
      デフォルト:
      {}
    • description

      String description
      デフォルト:
      "##default"
    • contentType

      String contentType
      このTemplateのContent-Typeを設定します。
      戻り値:
      デフォルト:
      ""
    • path

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

      String layoutActionName
      LayoutAction名を設定します。
      デフォルト:
      ""
    • overwritable

      boolean overwritable
      ローカルテナントで上書き可能か否か。
      戻り値:
      デフォルト:
      true