- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.aoapps.taglib.AssertTag
-
public class AssertTag extends SimpleTagSupport
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description AssertTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
setTest
public void setTest(boolean test)
-
setMessage
public void setMessage(ValueExpression message)
-
doTag
public void doTag() throws JspException, IOException
- Specified by:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-
-