| java.lang.Object org.apache.velocity.test.view.TemplateNodeView
TemplateNodeView | public class TemplateNodeView (Code) | | Simple class for dumping the AST for a template.
Good for debugging and writing new directives.
|
Constructor Summary | |
public | TemplateNodeView(String template) Default constructor: sets up the Velocity
Runtime, creates the visitor for traversing
the node structure and then produces the
visual representation by the visitation. |
TemplateNodeView | public TemplateNodeView(String template)(Code) | | Default constructor: sets up the Velocity
Runtime, creates the visitor for traversing
the node structure and then produces the
visual representation by the visitation.
|
|
|