Class WhenTagSupport

All Implemented Interfaces:
IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
OtherwiseTag, WhenTag, WhenTag, WhenTag

public abstract class WhenTagSupport extends ConditionalTagSupport

WhenTagSupport is an abstract class that facilitates implementation of <when>-style tags in both the rtexprvalue and expression-evaluating libraries. It also supports <otherwise>.

In particular, this base class does the following:

  • overrides ConditionalTagSupport.doStartTag() to implement the appropriate semantics of subtags of <choose>
Author:
Shawn Bayern
See Also: