Package | Description |
---|---|
fmpp |
The very core, the foundation of FMPP.
|
fmpp.localdatabuilders |
fmpp.LocalDataBuilder implementations. |
Modifier and Type | Method and Description |
---|---|
void |
Engine.addLocalDataBuilder(int layer,
java.lang.String pathPattern,
LocalDataBuilder builder)
Adds a local data builder.
|
void |
XmlRenderingConfiguration.addLocalDataBuilder(LocalDataBuilder localDataBuilder)
Adds an extra local data builder that is invoked after all other
local data builders.
|
Modifier and Type | Class and Description |
---|---|
class |
BshLocalDataBuilder
Deduces the file name of a BeanShell scrip file from the source file
name, and executes that script to create local data.
|
class |
CachingLocalDataBuilder
Stores the returned
Map , and reuses it
CachingLocalDataBuilder.build(Engine, TemplateEnvironment) is invoked again during the same
processing session. |
class |
MapLocalDataBuilder
Trivial local data builder that returns the
Map passed to
its constructor. |
class |
TddHashLocalDataBuilder
Builds data from a TDD hash, interpreting function calls as data loader
invocations.
|