public class OtherwiseTag extends WhenTagSupport
Tag handler for <otherwise> in JSTL.
| Constructor and Description |
|---|
OtherwiseTag() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
condition()
Subclasses implement this method to compute the boolean result
of the conditional action.
|
doStartTagrelease, setScope, setVarprotected boolean condition()
ConditionalTagSupportSubclasses implement this method to compute the boolean result of the conditional action. This method is invoked once per tag invocation by doStartTag().
condition in class ConditionalTagSupportCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.