jodd.servlet.tag
Class IfElseTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by jodd.servlet.tag.IfElseTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class IfElseTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Similar to IfTag, provides full IF construct with then and else block.


Constructor Summary
IfElseTag()
           
 
Method Summary
 void doTag()
           
 boolean getTestValue()
          Returns test value
 void setTest(java.lang.String test)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfElseTag

public IfElseTag()
Method Detail

setTest

public void setTest(java.lang.String test)

getTestValue

public boolean getTestValue()
Returns test value


doTag

public void doTag()
           throws javax.servlet.jsp.JspException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException


Copyright © 2003-2012 Jodd Team