freemarker.core
Class LibraryLoad

java.lang.Object
  extended by freemarker.core.TemplateObject
      extended by freemarker.core.TemplateElement
          extended by freemarker.core.LibraryLoad
All Implemented Interfaces:
javax.swing.tree.TreeNode

public final class LibraryLoad
extends TemplateElement

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


Method Summary
 java.lang.String getCanonicalForm()
           
 java.lang.String getDescription()
           
 java.lang.String getTemplateName()
           
 
Methods inherited from class freemarker.core.TemplateElement
children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt
 
Methods inherited from class freemarker.core.TemplateObject
contains, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getEndLocation, getEndLocationQuoted, getSource, getStartLocation, getStartLocationQuoted, getTemplate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCanonicalForm

public java.lang.String getCanonicalForm()
Specified by:
getCanonicalForm in class TemplateObject

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class TemplateElement

getTemplateName

public java.lang.String getTemplateName()