freemarker.ext.jsp
Class FreemarkerTag
java.lang.Object
freemarker.ext.jsp.FreemarkerTag
- BodyTag
public class FreemarkerTag
extends java.lang.Object
implements BodyTag
Simple implementation of JSP tag to allow use of FreeMarker templates in
JSP. Inspired by similar class in Velocity template engine developed by
Geir Magnusson Jr.
doAfterBody
public int doAfterBody()
doEndTag
public int doEndTag()
throws JspException
doInitBody
public void doInitBody()
doStartTag
public int doStartTag()
getCaching
public boolean getCaching()
getParent
public Tag getParent()
release
public void release()
setBodyContent
public void setBodyContent(BodyContent bodyContent)
setCaching
public void setCaching(boolean caching)
setName
public void setName(String name)
setPageContext
public void setPageContext(PageContext pageContext)
setParent
public void setParent(Tag parent)