Package nablarch.common.web.tag
Class DownloadLinkTag
java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.BodyTag
,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
ダウンロードを行うaタグを出力するクラス。
SubmitLinkTag
と異なる点を下記に示す。
- 新しいFormを作成し、作成したFormを使用してサブミットを行う。
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport
id, pageContext
Fields inherited from interface jakarta.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
Fields inherited from interface jakarta.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
Fields inherited from interface jakarta.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SubmissionInfo.SubmissionAction
サブミット時の動作を取得する。protected String
タグ名を取得する。Methods inherited from class nablarch.common.web.tag.SubmitLinkTag
setAllowDoubleSubmission, setSubmissionInfoToFormContext
Methods inherited from class nablarch.common.web.tag.SubmitLinkTagSupport
doEndTag, doInitBody, doStartTag, setBodyContent, setCoords, setDisplayMethod, setName, setSecure, setShape, setUri
Methods inherited from class nablarch.common.web.tag.FocusAttributesTagSupport
setAccesskey, setOnblur, setOnfocus, setTabindex
Methods inherited from class nablarch.common.web.tag.GenericAttributesTagSupport
checkChildElementsOfForm, setCssClass, setDir, setId, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setTitle, setXmlLang
Methods inherited from class nablarch.common.web.tag.HtmlTagSupport
doCatch, doFinally, getAttributes, setDynamicAttribute
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.jsp.tagext.IterationTag
doAfterBody
Methods inherited from interface jakarta.servlet.jsp.tagext.Tag
getParent, release, setPageContext, setParent
-
Constructor Details
-
DownloadLinkTag
public DownloadLinkTag()
-
-
Method Details
-
getSubmissionAction
Description copied from class:SubmitLinkTag
サブミット時の動作を取得する。- Overrides:
getSubmissionAction
in classSubmitLinkTag
- Returns:
- サブミット時の動作
-
getTagName
タグ名を取得する。- Overrides:
getTagName
in classSubmitLinkTag
- Returns:
- タグ名
-