to.etc.template
Interface IJSTemplateContext


public interface IJSTemplateContext

A context for a template.

Author:
Frits Jalvingh Created on Nov 27, 2010

Method Summary
 void write(java.lang.String text)
           
 void writeValue(java.lang.Object v)
           
 

Method Detail

write

void write(java.lang.String text)
           throws java.lang.Exception
Throws:
java.lang.Exception

writeValue

void writeValue(java.lang.Object v)
                throws java.lang.Exception
Throws:
java.lang.Exception