Class WhenTagSupport
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
- org.apache.taglibs.standard.tag.common.core.WhenTagSupport
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
- Direct Known Subclasses:
OtherwiseTag,WhenTag,WhenTag,WhenTag
public abstract class WhenTagSupport extends jakarta.servlet.jsp.jstl.core.ConditionalTagSupportWhenTagSupport 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WhenTagSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoStartTag()-
Methods inherited from class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
condition, release, setScope, setVar
-
-