org.apache.velocity.runtime
Class VelocimacroManager.MacroEntry

java.lang.Object
  extended by org.apache.velocity.runtime.VelocimacroManager.MacroEntry
Enclosing class:
VelocimacroManager

protected class VelocimacroManager.MacroEntry
extends Object

wrapper class for holding VM information


Method Summary
 boolean getFromLibrary()
           
 SimpleNode getNodeTree()
           
 String getSourceTemplate()
           
 void setFromLibrary(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setFromLibrary

public void setFromLibrary(boolean b)

getFromLibrary

public boolean getFromLibrary()

getNodeTree

public SimpleNode getNodeTree()

getSourceTemplate

public String getSourceTemplate()


Copyright © 2002 Apache Software Foundation. All Rights Reserved.