freemarker.core
Class DebugBreak
java.lang.Object
freemarker.core.TemplateObject
freemarker.core.TemplateElement
freemarker.core.DebugBreak
- All Implemented Interfaces:
- TreeNode
public class DebugBreak
- extends TemplateElement
- Version:
- $Id: DebugBreak.java,v 1.2 2004/09/11 13:11:14 stephanmueller Exp $
- Author:
- Attila Szegedi
Methods inherited from class freemarker.core.TemplateElement |
children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt |
DebugBreak
public DebugBreak(TemplateElement nestedBlock)
accept
protected void accept(Environment env)
throws TemplateException,
IOException
- Description copied from class:
TemplateElement
- Processes the contents of this TemplateElement and
outputs the resulting text
- Parameters:
env
- The runtime environment
- Throws:
TemplateException
IOException
getDescription
public String getDescription()
- Specified by:
getDescription
in class TemplateElement
getCanonicalForm
public String getCanonicalForm()
- Specified by:
getCanonicalForm
in class TemplateObject