Interface Helper<T>

    • Method Detail

      • apply

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