java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.taglib.AssertTag
- Author:
- AO Industries, Inc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoTag()voidsetMessage(ValueExpression message) voidsetTest(boolean test) Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
AssertTag
public AssertTag()
-
-
Method Details
-
setTest
public void setTest(boolean test) -
setMessage
-
doTag
- Specified by:
doTagin interfaceSimpleTag- Overrides:
doTagin classSimpleTagSupport- Throws:
JspExceptionIOException
-
