Uses of Interface
fmpp.LocalDataBuilder
-
Packages that use LocalDataBuilder Package Description fmpp The very core, the foundation of FMPP.fmpp.localdatabuilders fmpp.LocalDataBuilderimplementations. -
-
Uses of LocalDataBuilder in fmpp
Methods in fmpp with parameters of type LocalDataBuilder Modifier and Type Method Description voidEngine. addLocalDataBuilder(int layer, java.lang.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 LocalDataBuilder Modifier and Type Class Description classBshLocalDataBuilderDeduces the file name of a BeanShell scrip file from the source file name, and executes that script to create local data.classCachingLocalDataBuilderStores the returnedMap, and reuses itCachingLocalDataBuilder.build(Engine, TemplateEnvironment)is invoked again during the same processing session.classMapLocalDataBuilderTrivial local data builder that returns theMappassed to its constructor.classTddHashLocalDataBuilderBuilds data from a TDD hash, interpreting function calls as data loader invocations.
-