org.repoweb.tag
Class IterateTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.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
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 |
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 |
IterateTag
public IterateTag()
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.