|
Class Summary |
| AbstractDataSource |
A base class for DataSources implementation |
| CachedFileDataSource |
A CachedFileDataSource implements a DataSource
for a files and URLS, but caches small ones up to CACHED_SIZE_LIMIT or a
specified limit size. |
| FileDataSource |
A FileDataSource implements a DataSource
for a file. |
| ReaderDataSource |
A ReaderDataSource implements a DataSource
for a java.io.Reader. |
| SimpleTextSubstitution |
The class SimpleTextSubstitution is a simple implementation
of TextSubstitution that uses a HashMap to substitute named
string values.
|
| StreamDataSource |
A StreamDataSource implements a DataSource
as a wrapper around a Stream or Reader |
| StringDataSource |
A StringDataSource implements a DataSource
for a string. |
| SwitchedDataSource |
SwitchedDataSource allows you to use a
3 step strategy for finding HTML template data.
|