Save This Page
Home » freemarker-2.3.13 » freemarker.core » [javadoc | source]
freemarker.core
final class: Include [javadoc | source]
java.lang.Object
   freemarker.core.TemplateObject
      freemarker.core.TemplateElement
         freemarker.core.Include

All Implemented Interfaces:
    TreeNode

An instruction that gets another template and processes it within the current template.
Fields inherited from freemarker.core.TemplateElement:
parent,  nestedBlock,  nestedElements
Fields inherited from freemarker.core.TemplateObject:
beginColumn,  beginLine,  endColumn,  endLine
Constructor:
 Include(Template template,
    Expression includedTemplateName,
    Expression encodingExp,
    Expression parseExp) throws ParseException 
    Parameters:
    template - the template that this Include is a part of.
    includedTemplateName - the name of the template to be included.
    encodingExp - the encoding to be used or null, if it is a default.
    parseExp - whether the template should be parsed (or is raw text)
Method from freemarker.core.Include Summary:
accept,   getCanonicalForm,   getDescription
Methods from freemarker.core.TemplateElement:
accept,   children,   getAllowsChildren,   getChildAt,   getChildCount,   getChildNodes,   getDescription,   getIndex,   getNodeName,   getNodeNamespace,   getNodeType,   getParent,   getParentNode,   heedsOpeningWhitespace,   heedsTrailingWhitespace,   isIgnorable,   isLeaf,   nextSibling,   nextTerminalNode,   postParseCleanup,   prevTerminalNode,   previousSibling,   setChildAt,   setParentRecursively
Methods from freemarker.core.TemplateObject:
assertNonNull,   contains,   copyLocationFrom,   getBeginColumn,   getBeginLine,   getCanonicalForm,   getEndColumn,   getEndLine,   getEndLocation,   getSource,   getStartLocation,   getTemplate,   invalidTypeException,   setLocation,   setLocation,   setLocation,   setLocation,   setLocation,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from freemarker.core.Include Detail:
  void accept(Environment env) throws IOException, TemplateException 
 public String getCanonicalForm() 
 public String getDescription()