Class DefaultSimpleTag
java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.simpletagsupport.DefaultSimpleTag
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.JspTag
,jakarta.servlet.jsp.tagext.SimpleTag
public class DefaultSimpleTag
extends jakarta.servlet.jsp.tagext.SimpleTagSupport
This will validate that the default behavior of SimpleTagSupport is to do
nothing. This will be validated by having the SimpleTag surround another tag
instance. If the default behavior is correct, the nested tag will not be
invoked.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
doTag, findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
DefaultSimpleTag
public DefaultSimpleTag()Default constructor.
-