com.ecyrd.jspwiki.tags
Class EditorIteratorInfo

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

public class EditorIteratorInfo
extends TagExtraInfo

Just provides the TEI data for EditorIteratorTag.

Since:
2.4.12
Author:
Chuck Smith

Constructor Summary
EditorIteratorInfo()
           
 
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

EditorIteratorInfo

public EditorIteratorInfo()
Method Detail

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)
Overrides:
getVariableInfo in class TagExtraInfo