java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.simpletagsupport.SimpleEmptyBody
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.SimpleTag

public class SimpleEmptyBody extends jakarta.servlet.jsp.tagext.SimpleTagSupport
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setJspBody(jakarta.servlet.jsp.tagext.JspFragment jspBody)
     

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

    findAncestorWithClass, getJspBody, getJspContext, getParent, setJspContext, setParent

    Methods inherited from class java.lang.Object

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

    • SimpleEmptyBody

      public SimpleEmptyBody()
  • Method Details

    • setJspBody

      public void setJspBody(jakarta.servlet.jsp.tagext.JspFragment jspBody)
      Specified by:
      setJspBody in interface jakarta.servlet.jsp.tagext.SimpleTag
      Overrides:
      setJspBody in class jakarta.servlet.jsp.tagext.SimpleTagSupport
    • doTag

      public void doTag() throws jakarta.servlet.jsp.JspException, IOException
      Specified by:
      doTag in interface jakarta.servlet.jsp.tagext.SimpleTag
      Overrides:
      doTag in class jakarta.servlet.jsp.tagext.SimpleTagSupport
      Throws:
      jakarta.servlet.jsp.JspException
      IOException