org.makumba.list.tags
Class CountTEI

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by org.makumba.list.tags.CountTEI

public class CountTEI
extends TagExtraInfo

Extra information for count, to be more specific countVar, maxCountVar, ...

Author:
Cristian Bogdan

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

CountTEI

public CountTEI()
Method Detail

getVariableInfo

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