org.apache.velocity.runtime
Interface Renderable
- All Known Subinterfaces:
- Node
- All Known Implementing Classes:
- ASTAddNode, ASTAndNode, ASTAssignment, ASTBlock, ASTComment, ASTDirective, ASTDivNode, ASTElseIfStatement, ASTElseStatement, ASTEQNode, ASTEscape, ASTEscapedDirective, ASTExpression, ASTFalse, ASTFloatingPointLiteral, ASTGENode, ASTGTNode, ASTIdentifier, ASTIfStatement, ASTIncludeStatement, ASTIndex, ASTIntegerLiteral, ASTIntegerRange, ASTLENode, ASTLTNode, ASTMap, ASTMathNode, ASTMethod, ASTModNode, ASTMulNode, ASTNENode, ASTNotNode, ASTObjectArray, ASTOrNode, ASTParameters, ASTprocess, ASTReference, ASTSetDirective, ASTStringLiteral, ASTSubtractNode, ASTText, ASTTextblock, ASTTrue, ASTVariable, ASTWord, Block.Reference, SimpleNode
public interface Renderable
This interface caraterize objects other than ASTNodes that can be rendered
to a writer using a context.
- Since:
- 1.6
- Version:
- $Id:$
- Author:
- Claude Brisson
render
boolean render(InternalContextAdapter context,
Writer writer)
throws IOException,
MethodInvocationException,
ParseErrorException,
ResourceNotFoundException
- Throws:
IOException
MethodInvocationException
ParseErrorException
ResourceNotFoundException
Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.