| Interface | Description |
|---|---|
| DustCompiler |
Interface that any dust.js compiler should implement to be plugged into dust4j
|
| DustCompilerFactory |
Factory interface for obtaining
DustCompiler instance. |
| Class | Description |
|---|---|
| DefaultDustCompilerFactory |
Default implementation of
DustCompilerFactory |
| DustCompilingFilter |
Main workhorse of dust4j, the filter that intercepts the JSP/Servlet output stream and feeds the content of it to instance of
DustCompiler
This allows to use JSP or any other framework to create dynamic templates. |
| RhinoDustCompiler |
JavaScript-based compiler, that uses dust.js library to compile templates.
|
Copyright © 2013. All Rights Reserved.