org.repoweb.tag
Class IterateTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.repoweb.tag.IterateTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class IterateTag
extends javax.servlet.jsp.tagext.TagSupport

Tag to iterate on artifact list.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
IterateTag()
           
 
Method Summary
 int doAfterBody()
           
 int doStartTag()
           
 void release()
           
 void setCollection(java.lang.String collection)
           
 void setForArtifactId(java.lang.String forArtifactId)
           
 void setForGroupId(java.lang.String forGroupId)
           
 void setForType(java.lang.String forType)
           
 void setForVersion(java.lang.String forVersion)
           
 void setProperty(java.lang.String property)
           
 void setReverse(boolean reverse)
           
 java.lang.String toString()
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IterateTag

public IterateTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

release

public void release()

setCollection

public void setCollection(java.lang.String collection)

setProperty

public void setProperty(java.lang.String property)

setReverse

public void setReverse(boolean reverse)

setForGroupId

public void setForGroupId(java.lang.String forGroupId)

setForType

public void setForType(java.lang.String forType)

setForArtifactId

public void setForArtifactId(java.lang.String forArtifactId)

setForVersion

public void setForVersion(java.lang.String forVersion)

toString

public java.lang.String toString()


Copyright © 2003-2005 Repoweb. All Rights Reserved.