Package 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:$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
render(InternalContextAdapter context, java.io.Writer writer)
-
-
-
Method Detail
-
render
boolean render(InternalContextAdapter context, java.io.Writer writer) throws java.io.IOException, MethodInvocationException, ParseErrorException, ResourceNotFoundException
- Throws:
java.io.IOException
MethodInvocationException
ParseErrorException
ResourceNotFoundException
-
-