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,
               Writer writer)
               throws IOException,
                      MethodInvocationException,
                      ParseErrorException,
                      ResourceNotFoundException
- 
- Throws:
- IOException
- MethodInvocationException
- ParseErrorException
- ResourceNotFoundException
 
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.