Package fmpp

Interface LocalDataBuilder

    • Method Detail

      • build

        java.util.Map build​(Engine eng,
                            TemplateEnvironment env)
                     throws java.lang.Exception
        Returns the variables that could be added to the local data.
        Returns:
        the variables to add to the local data. Can be null. The returned map will not be modified (although technically, badly behaved 3rd party code can modify the values soted in the map...).
        Throws:
        java.lang.Exception