org.apache.struts.taglib.logic
public class NotEmptyTag extends EmptyTag
Constructor and Description |
---|
NotEmptyTag() |
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. |
doEndTag, doStartTag, getCookie, getHeader, getName, getParameter, getProperty, getRole, getScope, getUser, release, setCookie, setHeader, setName, setParameter, setProperty, setRole, setScope, setUser
protected 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.Copyright ? 2000-2014 - The Apache Software Foundation