Name

ConditionalTagSupport

Synopsis

The ConditionalTagSupport class can be extended by a tag handler for a custom conditional action.

Synopsis

Class Name:

javax.servlet.jsp.jstl.core.
ConditionalTagSupport

Extends:

javax.servlet.jsp.tagext.TagSupport

Implements:

None

Methods

protected abstract boolean condition( )throws javax.servlet.jsp.tagext.JspTagException

Returns the value of test condition. This method must be implemented by the subclass.

public void setScope(String scope)

Sets the scope attribute value.

public void setVar(String var)

Sets the var attribute value.

Get JavaServer Pages, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.