Uses of Interface
fmpp.LocalDataBuilder
Packages that use LocalDataBuilder
Package
Description
The very core, the foundation of FMPP.
fmpp.LocalDataBuilder
implementations.-
Uses of LocalDataBuilder in fmpp
Methods in fmpp with parameters of type LocalDataBuilderModifier and TypeMethodDescriptionvoid
Engine.addLocalDataBuilder
(int layer, 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 LocalDataBuilderModifier and TypeClassDescriptionclass
Deduces the file name of a BeanShell scrip file from the source file name, and executes that script to create local data.class
Stores the returnedMap
, and reuses itCachingLocalDataBuilder.build(Engine, TemplateEnvironment)
is invoked again during the same processing session.class
Trivial local data builder that returns theMap
passed to its constructor.class
Builds data from a TDD hash, interpreting function calls as data loader invocations.