Interface Template

All Known Implementing Classes:
SimpleTemplate

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

    Modifier and Type
    Method
    Description
    void
    process(Map<String,String> varMap, Writer out)
    Processes the template
  • Method Details

    • process

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