Class IncludeTag

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
nablarch.common.web.tag.CustomTagSupport
nablarch.common.web.tag.IncludeTag
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 IncludeTag extends CustomTagSupport
インクルード先のパスを言語対応のパスに変換してからインクルードを行うクラス。
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
    protected String
    クエリー文字列を作成する。
    int
    int
    void
    インクルード先のパスを設定する。

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

    doCatch, doFinally

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

    doAfterBody, 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

    • IncludeTag

      public IncludeTag()
  • Method Details

    • setPath

      public void setPath(String path)
      インクルード先のパスを設定する。
      Parameters:
      path - インクルード先のパス
    • doStartTag

      public int doStartTag() throws jakarta.servlet.jsp.JspException

      インクルード時に含めるパラメータを保持するインクルードコンテキストを設定する。

      Specified by:
      doStartTag in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      doStartTag in class jakarta.servlet.jsp.tagext.TagSupport
      Throws:
      jakarta.servlet.jsp.JspException
    • doEndTag

      public int doEndTag() throws jakarta.servlet.jsp.JspException

      TagUtil.getResourcePathForLanguage(jakarta.servlet.jsp.PageContext, String) メソッドを呼び出し、指定されたパスを言語対応のリソースパスに変換してからインクルードを行う。

      インクルードコンテキストに設定されたパラメータからクエリー文字列を作成しパスに追加する。

      Specified by:
      doEndTag in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      doEndTag in class jakarta.servlet.jsp.tagext.TagSupport
      Throws:
      jakarta.servlet.jsp.JspException
    • createQueryString

      protected String createQueryString(Map<String,List<String>> params)
      クエリー文字列を作成する。
      Parameters:
      params - パラメータ
      Returns:
      クエリー文字列