Interface TemplateEngineDataProvider

    • Method Detail

      • getTemplateKeys

        java.util.Collection<java.lang.String> getTemplateKeys()
        Get the collection of all keys that can be mapped to values.
        Returns:
        all keys that can be mapped to values
      • getTemplateValue

        java.lang.Object getTemplateValue​(java.lang.String key,
                                          boolean special)
        Map a key to a value given the properties of the object.
        Parameters:
        key - the key to map
        special - if the key is a "special:*" keyword that is used to get certain information or automated behavior
        Returns:
        a value that the key is mapped to or "special" information in case special is true