biz.onixs.fix.fastnew
Interface TemplateLoader

All Known Implementing Classes:
DomXmlTemplateLoader

public interface TemplateLoader

Template library loader from an XML source.


Method Summary
 TemplateLibrary load(InputStream inputStream)
          Loads template library from the XML source.
 

Method Detail

load

TemplateLibrary load(InputStream inputStream)
                     throws Exception
Loads template library from the XML source.

Parameters:
inputStream - XML input stream. The stream is closed inside this method.
Returns:
loaded template library
Throws:
Exception - if loading failed


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.