com.ecyrd.jspwiki.tags
Class AdminBeanIteratorInfo

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

public class AdminBeanIteratorInfo
extends TagExtraInfo

Just provides iteration support for AdminBeanIteratorTag

Since:
2.6.

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

AdminBeanIteratorInfo

public AdminBeanIteratorInfo()
Method Detail

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)

Overrides:
getVariableInfo in class TagExtraInfo