com.carbonfive.sstemplates.tags
Class IncludeTag

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

public class IncludeTag
extends BaseTag

Version:
$REVISION
Author:
sivoh

Constructor Summary
IncludeTag()
           
 
Method Summary
 java.lang.String getTagName()
           
 void render(SsTemplateContext context)
           
 void setTemplate(java.lang.String template)
           
 
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

IncludeTag

public IncludeTag()
Method Detail

getTagName

public java.lang.String getTagName()

render

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

setTemplate

public void setTemplate(java.lang.String template)