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

public class SimpleExcTag extends jakarta.servlet.jsp.tagext.SimpleTagSupport implements jakarta.servlet.jsp.tagext.DynamicAttributes
  • Constructor Details

    • SimpleExcTag

      public SimpleExcTag()
      Default constructor.
  • Method Details

    • doTag

      public void doTag() throws jakarta.servlet.jsp.JspException, IOException
      If called, it will fail the test.
      Specified by:
      doTag in interface jakarta.servlet.jsp.tagext.SimpleTag
      Overrides:
      doTag in class jakarta.servlet.jsp.tagext.SimpleTagSupport
      Throws:
      jakarta.servlet.jsp.JspException - not thrown
      IOException - not thrown
    • setDynamicAttribute

      public void setDynamicAttribute(String uri, String localName, Object value) throws jakarta.servlet.jsp.JspException
      Throws a JspException.
      Specified by:
      setDynamicAttribute in interface jakarta.servlet.jsp.tagext.DynamicAttributes
      Parameters:
      uri - - the namespace of the attribute (if any)
      localName - - the name of the attribute
      value - - the value of the attribute
      Throws:
      jakarta.servlet.jsp.JspException - if an error occurs