org.apache.velocity.runtime
Interface Renderable

All Known Subinterfaces:
Node
All Known Implementing Classes:
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

Method Summary
 boolean render(InternalContextAdapter context, Writer writer)
           
 

Method Detail

render

public boolean render(InternalContextAdapter context,
                      Writer writer)
               throws IOException,
                      MethodInvocationException,
                      ParseErrorException,
                      ResourceNotFoundException
Throws:
IOException
MethodInvocationException
ParseErrorException
ResourceNotFoundException


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.