Class SimpleExcTag
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
If called, it will fail the test.void
setDynamicAttribute
(String uri, String localName, Object value) Throws a JspException.Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
SimpleExcTag
public SimpleExcTag()Default constructor.
-
-
Method Details
-
doTag
If called, it will fail the test.- Specified by:
doTag
in interfacejakarta.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in classjakarta.servlet.jsp.tagext.SimpleTagSupport
- Throws:
jakarta.servlet.jsp.JspException
- not thrownIOException
- not thrown
-
setDynamicAttribute
public void setDynamicAttribute(String uri, String localName, Object value) throws jakarta.servlet.jsp.JspException Throws a JspException.- Specified by:
setDynamicAttribute
in interfacejakarta.servlet.jsp.tagext.DynamicAttributes
- Parameters:
uri
- - the namespace of the attribute (if any)localName
- - the name of the attributevalue
- - the value of the attribute- Throws:
jakarta.servlet.jsp.JspException
- if an error occurs
-