Package org.apache.wiki.tags
Class AttachmentsIteratorTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.wiki.tags.IteratorTag
-
- org.apache.wiki.tags.AttachmentsIteratorTag
-
- All Implemented Interfaces:
java.io.Serializable,javax.servlet.jsp.tagext.BodyTag,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.TryCatchFinally
public class AttachmentsIteratorTag extends IteratorTag
Iterates through the list of attachments one has.Attributes
- page - Page name to refer to. Default is the current page.
- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wiki.tags.IteratorTag
m_iterator, m_pageName, m_wikiContext
-
-
Constructor Summary
Constructors Constructor Description AttachmentsIteratorTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoAfterBody()intdoStartTag()-
Methods inherited from class org.apache.wiki.tags.IteratorTag
clearList, doCatch, doEndTag, doFinally, resetIterator, setList, setList
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Constructor Detail
-
AttachmentsIteratorTag
public AttachmentsIteratorTag()
-
-
Method Detail
-
doStartTag
public final int doStartTag()
- Specified by:
doStartTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classIteratorTag
-
doAfterBody
public final int doAfterBody()
- Specified by:
doAfterBodyin interfacejavax.servlet.jsp.tagext.IterationTag- Overrides:
doAfterBodyin classIteratorTag
-
-