freemarker.core

Class LibraryLoad

Implemented Interfaces:
TreeNode

public final class LibraryLoad
extends TemplateElement

An instruction that gets another template and processes it within the current template.

Method Summary

String
getCanonicalForm()
String
getDescription()
String
getTemplateName()

Methods inherited from class freemarker.core.TemplateElement

children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getDescription, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt

Methods inherited from class freemarker.core.TemplateObject

contains, getBeginColumn, getBeginLine, getCanonicalForm, getEndColumn, getEndLine, getEndLocation, getSource, getStartLocation, getTemplate, toString

Method Details

getCanonicalForm

public String getCanonicalForm()
Overrides:
getCanonicalForm in interface TemplateObject

getDescription

public String getDescription()
Overrides:
getDescription in interface TemplateElement

getTemplateName

public String getTemplateName()