Expresso 5-6

com.jcorporate.expresso.ext.taglib
Class ElementIterator

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
              extended bycom.jcorporate.expresso.ext.taglib.ElementIterator
All Implemented Interfaces:
BodyTag, IterationTag, Serializable, Tag

public class ElementIterator
extends ExpressoBodyTagSupport

Author:
Shash Chatterjee
See Also:
Serialized Form

Field Summary
protected  Enumeration elements
           
protected  ControllerElement oneElement
           
 
Fields inherited from class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
ctlrResp, response
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ElementIterator()
           
 
Method Summary
 int doAfterBody()
           
 int doEndTag()
           
 void doInitBody()
           
 int doStartTag()
           
 ControllerElement getElement()
           
 
Methods inherited from class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
getAncestor, getContainer, getControllerResponse, getResponse, setResponse
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

oneElement

protected ControllerElement oneElement

elements

protected Enumeration elements
Constructor Detail

ElementIterator

public ElementIterator()
Method Detail

doAfterBody

public int doAfterBody()
                throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspTagException
Throws:
JspTagException

doInitBody

public void doInitBody()
                throws JspException
Throws:
JspException

doStartTag

public int doStartTag()
               throws JspTagException
Throws:
JspTagException

getElement

public ControllerElement getElement()

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.