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 TypeMethodDescriptionvoidEngine.addLocalDataBuilder(int layer, String pathPattern, LocalDataBuilder builder) Adds a local data builder.voidXmlRenderingConfiguration.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 TypeClassDescriptionclassDeduces the file name of a BeanShell scrip file from the source file name, and executes that script to create local data.classStores the returnedMap, and reuses itCachingLocalDataBuilder.build(Engine, TemplateEnvironment)is invoked again during the same processing session.classTrivial local data builder that returns theMappassed to its constructor.classBuilds data from a TDD hash, interpreting function calls as data loader invocations.