com.carbonfive.sstemplates.tags
Class IteratorTag

java.lang.Object
  extended bycom.carbonfive.sstemplates.tags.BaseTag
      extended bycom.carbonfive.sstemplates.tags.ForEachTag
          extended bycom.carbonfive.sstemplates.tags.IteratorTag
All Implemented Interfaces:
SsTemplateTag

public class IteratorTag
extends ForEachTag

TODO: remove in favor of ForEachTag


Nested Class Summary
 
Nested classes inherited from class com.carbonfive.sstemplates.tags.ForEachTag
ForEachTag.VarStatus
 
Constructor Summary
IteratorTag()
          Deprecated.  
 
Method Summary
 java.lang.String getTagName()
          Deprecated.  
 
Methods inherited from class com.carbonfive.sstemplates.tags.ForEachTag
render, setArray, setBegin, setCollection, setEnd, setIndexVariable, setItems, setMap, setStep, setVar, setVariable, setVarStatus
 
Methods inherited from class com.carbonfive.sstemplates.tags.BaseTag
addHssfTag, getChildTags, parseExpression, parseInt, parseInteger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorTag

public IteratorTag()
Deprecated. 
Method Detail

getTagName

public java.lang.String getTagName()
Deprecated. 
Specified by:
getTagName in interface SsTemplateTag
Overrides:
getTagName in class ForEachTag