com.carbonfive.sstemplates.tags
Class SetTag

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

public class SetTag
extends BaseTag


Constructor Summary
SetTag()
           
 
Method Summary
 java.lang.String getTagName()
           
 void render(SsTemplateContext context)
           
 void setProperty(java.lang.String property)
           
 void setScope(java.lang.String scope)
           
 void setTarget(java.lang.String target)
           
 void setValue(java.lang.String value)
           
 void setVar(java.lang.String var)
           
 
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

SetTag

public SetTag()
Method Detail

getTagName

public java.lang.String getTagName()

setVar

public void setVar(java.lang.String var)

setValue

public void setValue(java.lang.String value)

setTarget

public void setTarget(java.lang.String target)

setProperty

public void setProperty(java.lang.String property)

setScope

public void setScope(java.lang.String scope)

render

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