com.carbonfive.sstemplates.tags
Class WhileTag

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

public class WhileTag
extends BaseTag

TODO: remove WhileTag in favor of ForEachTag

Version:
$REVISION
Author:
sivoh

Constructor Summary
WhileTag()
           
 
Method Summary
 java.lang.String getTagName()
           
 void render(SsTemplateContext context)
           
 void setCondition(java.lang.String condition)
          Deprecated.  
 void setTest(java.lang.String test)
           
 
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

WhileTag

public WhileTag()
Method Detail

getTagName

public java.lang.String getTagName()

render

public void render(SsTemplateContext context)
            throws SsTemplateException
Throws:
SsTemplateException

setTest

public void setTest(java.lang.String test)

setCondition

public void setCondition(java.lang.String condition)
Deprecated.