java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.taglib.AssertTag
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
void
setMessage
(ValueExpression message) void
setTest
(boolean test) Methods inherited from class javax.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:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-