com.sampullara.mustache
Interface MustacheContext


public interface MustacheContext

This gives you the ability to override the default behavior of the Mustache builder by allowing you to find streams based on names.


Method Summary
 java.io.BufferedReader getReader(java.lang.String name)
           
 

Method Detail

getReader

java.io.BufferedReader getReader(java.lang.String name)
                                 throws MustacheException
Throws:
MustacheException


Copyright © 2011. All Rights Reserved.