Interface Helper<T>

    • Method Detail

      • apply

        java.lang.Object apply​(T context,
                               Options options)
                        throws java.io.IOException
        Apply the helper to the context.
        Parameters:
        context - The context object.
        options - The options object.
        Returns:
        A string result.
        Throws:
        java.io.IOException - If a template cannot be loaded.