public class IfElseTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
IfTag
, provides full IF construct with
then and else block.Constructor and Description |
---|
IfElseTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
boolean |
getTestValue()
Returns test value
|
void |
setTest(java.lang.String test) |
public void setTest(java.lang.String test)
public boolean getTestValue()
public void doTag() throws javax.servlet.jsp.JspException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
Copyright © 2003-present Jodd Team