Class DownloadButtonTag

All Implemented Interfaces:
jakarta.servlet.jsp.tagext.DynamicAttributes, jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, jakarta.servlet.jsp.tagext.TryCatchFinally, Serializable

public class DownloadButtonTag extends ButtonTag
ダウンロードを行うbuttonタグを出力するクラス。

ButtonTagと異なる点を下記に示す。

  • 新しいFormを作成し、作成したFormを使用してサブミットを行う。
See Also:
  • Constructor Details

    • DownloadButtonTag

      public DownloadButtonTag()
  • Method Details