java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
jakarta.servlet.jsp.tagext.BodyTagSupport
com.opensymphony.module.sitemesh.taglib.AbstractTag
com.opensymphony.module.sitemesh.taglib.decorator.UsePageTag
All Implemented Interfaces:
RequestConstants, jakarta.servlet.jsp.tagext.BodyTag, jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable

public class UsePageTag extends AbstractTag
Expose the Page as a bean to the page which can then be accessed from scriptlets.

Depending on the TEI used, the object will be Page or HTMLPage.

See Also:
  • Constructor Details

    • UsePageTag

      public UsePageTag()
  • Method Details

    • setId

      public void setId(String id)
      Set name of variable the Page will be set as.
      Overrides:
      setId in class jakarta.servlet.jsp.tagext.TagSupport
    • doEndTag

      public final int doEndTag() throws jakarta.servlet.jsp.JspException
      Description copied from class: AbstractTag
      To be implemented by all empty tags.
      Specified by:
      doEndTag in interface jakarta.servlet.jsp.tagext.Tag
      Specified by:
      doEndTag in class AbstractTag
      Throws:
      jakarta.servlet.jsp.JspException