com.ora.jsp.tags.xmp
Class IfTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.SimpleTagSupport
      extended bycom.ora.jsp.tags.xmp.IfTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

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


Field Summary
private  boolean test
           
 
Fields inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
 
Constructor Summary
IfTag()
           
 
Method Summary
 void doTag()
           
 void setTest(boolean 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
 

Field Detail

test

private boolean test
Constructor Detail

IfTag

public IfTag()
Method Detail

setTest

public void setTest(boolean test)

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  java.io.IOException
Throws:
javax.servlet.jsp.JspException
java.io.IOException