Class ConfirmationPageTag

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
nablarch.common.web.tag.CustomTagSupport
nablarch.common.web.tag.ConfirmationPageTag
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, jakarta.servlet.jsp.tagext.TryCatchFinally, Serializable

public class ConfirmationPageTag extends CustomTagSupport
JSPが確認画面であることを示すクラス。
このタグが指定されると、入力項目のカスタムタグは確認画面用の出力を行う。
このタグに入力画面へのパスを指定することで、入力画面と確認画面を共通化する。
See Also:
  • Field Summary

    Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport

    id, pageContext

    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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    void
    フォワード先のパスを設定する。

    Methods inherited from class nablarch.common.web.tag.CustomTagSupport

    doCatch, doFinally

    Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport

    doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfirmationPageTag

      public ConfirmationPageTag()
  • Method Details

    • setPath

      public void setPath(String path)
      フォワード先のパスを設定する。
      Parameters:
      path - フォワード先のパス
    • doStartTag

      public int doStartTag() throws jakarta.servlet.jsp.JspException
       JSPが確認画面であることを示すフラグをリクエストスコープに設定する。
       パスが指定されている場合は、フォワードを行う。
       TagUtil.getResourcePathForLanguage(jakarta.servlet.jsp.PageContext, String)メソッドを呼び出し、
       指定されたパスを言語対応のリソースパスに変換してからフォワードを行う。
       
      Specified by:
      doStartTag in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      doStartTag in class jakarta.servlet.jsp.tagext.TagSupport
      Throws:
      jakarta.servlet.jsp.JspException