org.apache.velocity.runtime.directive
public static class Block.Reference extends java.lang.Object implements Renderable
Constructor and Description |
---|
Block.Reference(InternalContextAdapter context,
Block parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
render(InternalContextAdapter context,
java.io.Writer writer)
Render the AST of this block into the writer using the context.
|
java.lang.String |
toString() |
public Block.Reference(InternalContextAdapter context, Block parent)
public boolean render(InternalContextAdapter context, java.io.Writer writer)
render
in interface Renderable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2014. All Rights Reserved.