org.jboss.jca.codegenerator
Interface Template

All Known Implementing Classes:
SimpleTemplate

public interface Template

Template interface.

Version:
$Revision: $
Author:
Jeff Zhang

Method Summary
 void process(Map<String,String> varMap, Writer out)
          Processes the template
 

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.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)