Class | Description |
---|---|
BshLocalDataBuilder |
Deduces the file name of a BeanShell scrip file from the source file
name, and executes that script to create local data.
|
CachingLocalDataBuilder |
Stores the returned
Map , and reuses it
CachingLocalDataBuilder.build(Engine, TemplateEnvironment) is invoked again during the same
processing session. |
MapLocalDataBuilder |
Trivial local data builder that returns the
Map passed to
its constructor. |
TddHashLocalDataBuilder |
Builds data from a TDD hash, interpreting function calls as data loader
invocations.
|
fmpp.LocalDataBuilder
implementations.