jodd.servlet.tag
Class ForTag

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

public class ForTag
extends LoopingTagSupport

For tag simulates simple for loop. For more enhanced looping see LoopTag.


Field Summary
 
Fields inherited from class jodd.servlet.tag.LoopingTagSupport
end, modulus, start, status, step
 
Constructor Summary
ForTag()
           
 
Method Summary
 void doTag()
           
 
Methods inherited from class jodd.servlet.tag.LoopingTagSupport
loopBody, prepareStepDirection, prepareStepDirection, setEnd, setModulus, setStart, setStatus, setStep
 
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

ForTag

public ForTag()
Method Detail

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