File
Doc
Category
Size
Date
Package
IfTag.java
API Doc
Example
410
Tue Feb 28 11:34:06 GMT 2006
com.ora.jsp.tags.xmp
IfTag
java.lang.Object
SimpleTagSupport
public class IfTag extends SimpleTagSupport
Fields Summary
private boolean
test
Constructors Summary
Methods Summary
public void
doTag
()
if (test && getJspBody() != null) { getJspBody().invoke(null); }
public void
setTest
(
boolean
test)
this.test = test;
Java Code Source