com.carbonfive.sstemplates.tags
Class IfTag
java.lang.Object
com.carbonfive.sstemplates.tags.BaseTag
com.carbonfive.sstemplates.tags.IfTag
- All Implemented Interfaces:
- SsTemplateTag
- public class IfTag
- extends BaseTag
- Version:
- $REVISION
- Author:
- sivoh
|
Constructor Summary |
IfTag()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IfTag
public IfTag()
getTagName
public java.lang.String getTagName()
render
public void render(SsTemplateContext context)
throws SsTemplateException
- Throws:
SsTemplateException
setCondition
public void setCondition(java.lang.String condition)
- Deprecated. Use 'test' attribute instead.
setTest
public void setTest(java.lang.String test)
setVar
public void setVar(java.lang.String var)
setScope
public void setScope(java.lang.String scope)