Interface Template

  • All Known Implementing Classes:
    SimpleTemplate

    public interface Template
    Template interface.
    Version:
    $Revision: $
    Author:
    Jeff Zhang
    • Method Detail

      • process

        void process​(Map<String,​String> varMap,
                     Writer out)
        Processes the template
        Parameters:
        varMap - variable map
        out - the writer to output the text to.