com.ecyrd.jspwiki.tags
Class AttachmentsIteratorInfo

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by com.ecyrd.jspwiki.tags.AttachmentsIteratorInfo

public class AttachmentsIteratorInfo
extends TagExtraInfo

Just provides the TEI data for AttachmentsIteratorTag.

Since:
2.0

Constructor Summary
AttachmentsIteratorInfo()
           
 
Method Summary
 VariableInfo[] getVariableInfo(TagData data)
          
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentsIteratorInfo

public AttachmentsIteratorInfo()
Method Detail

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)

Overrides:
getVariableInfo in class TagExtraInfo