javax.servlet.jsp.jstl.core

Class ConditionalTagSupport

Implemented Interfaces:
IterationTag, JspTag, Serializable, Tag

public abstract class ConditionalTagSupport
extends TagSupport

See Also:
Serialized Form

Field Summary

Fields inherited from class javax.servlet.jsp.tagext.TagSupport

id, pageContext

Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

EVAL_BODY_AGAIN

Fields inherited from interface javax.servlet.jsp.tagext.Tag

EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE

Method Summary

protected abstract boolean
condition()
int
doStartTag()
Process the tag.
void
setScope(String scope)
void
setVar(String var)

Methods inherited from class javax.servlet.jsp.tagext.TagSupport

doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, resetCustomAttributes, setId, setPageContext, setParent, setValue

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

condition

protected abstract boolean condition()
            throws JspTagException

doStartTag

public int doStartTag()
            throws JspException
Process the tag.
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in interface TagSupport

setScope

public void setScope(String scope)

setVar

public void setVar(String var)