org.jboss.portal.core.servlet.jsp.taglib
Class IfTag

java.lang.Object
  extended by TagSupport
      extended by org.jboss.portal.core.servlet.jsp.taglib.IfTag

public class IfTag
extends TagSupport

Include a piece of code or not according to a condition

Author:
Thomas Heute $Revision: 6639 $

Constructor Summary
IfTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setCtx(java.lang.String ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfTag

public IfTag()
Method Detail

setCtx

public void setCtx(java.lang.String ctx)
Parameters:
ctx - The ctx to set.

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()