org.apache.velocity.runtime
Interface Renderable
- All Known Implementing Classes:
- Define.Block
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,
java.io.Writer writer)
throws java.io.IOException,
MethodInvocationException,
ParseErrorException,
ResourceNotFoundException
- Throws:
java.io.IOException
MethodInvocationException
ParseErrorException
ResourceNotFoundException