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

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

public class IterateTag
extends TagSupport

Iterate tag to define section that can be iterated on

Author:
Thomas Heute $Revision: 6639 $

Constructor Summary
IterateTag()
           
 
Method Summary
 int doAfterBody()
           
 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

IterateTag

public IterateTag()
Method Detail

setCtx

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

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doAfterBody

public int doAfterBody()

doEndTag

public int doEndTag()