de.neuland.jade4j.template
Interface TemplateLoader

All Known Implementing Classes:
ClasspathTemplateLoader, FileTemplateLoader, ReaderTemplateLoader

public interface TemplateLoader


Method Summary
 long getLastModified(String name)
           
 Reader getReader(String name)
           
 

Method Detail

getLastModified

long getLastModified(String name)
                     throws IOException
Throws:
IOException

getReader

Reader getReader(String name)
                 throws IOException
Throws:
IOException


Copyright © 2013. All rights reserved.