public class NotEqualTag extends CompareTagBase
DOUBLE_COMPARE, LONG_COMPARE, messages, STRING_COMPARE, value| Constructor and Description |
|---|
NotEqualTag() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
condition()
Evaluate the condition that is being tested by this particular tag, and
return
true if the nested body content of this tag should
be evaluated, or false if it should be skipped. |
condition, getValue, release, setValuedoEndTag, doStartTag, getCookie, getHeader, getName, getParameter, getProperty, getRole, getScope, getUser, setCookie, setHeader, setName, setParameter, setProperty, setRole, setScope, setUserprotected boolean condition()
throws javax.servlet.jsp.JspException
true if the nested body content of this tag should
be evaluated, or false if it should be skipped. This
method must be implemented by concrete subclasses.condition in class CompareTagBasejavax.servlet.jsp.JspException - if a JSP exception occursCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.