Class OtherwiseTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
- org.apache.taglibs.standard.tag.common.core.WhenTagSupport
-
- org.apache.taglibs.standard.tag.common.core.OtherwiseTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
public class OtherwiseTag extends WhenTagSupport
Tag handler for <otherwise> in JSTL.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OtherwiseTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancondition()-
Methods inherited from class org.apache.taglibs.standard.tag.common.core.WhenTagSupport
doStartTag
-
Methods inherited from class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
release, setScope, setVar
-
-