Uses of Interface
fmpp.LocalDataBuilder
-
Packages that use LocalDataBuilder Package Description fmpp The very core, the foundation of FMPP.fmpp.localdatabuilders fmpp.LocalDataBuilder
implementations. -
-
Uses of LocalDataBuilder in fmpp
Methods in fmpp with parameters of type LocalDataBuilder Modifier and Type Method 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. -
Uses of LocalDataBuilder in fmpp.localdatabuilders
Classes in fmpp.localdatabuilders that implement LocalDataBuilder Modifier and Type Class 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 returnedMap
, and reuses itCachingLocalDataBuilder.build(Engine, TemplateEnvironment)
is invoked again during the same processing session.class
MapLocalDataBuilder
Trivial local data builder that returns theMap
passed to its constructor.class
TddHashLocalDataBuilder
Builds data from a TDD hash, interpreting function calls as data loader invocations.
-