JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
IronJacamar: Code Generator 3.0.21.Final
org.jboss.jca.codegenerator
Template
Contents
Description
Method Summary
Method Details
process(Map, Writer)
Hide sidebar
Show sidebar
Interface Template
All Known Implementing Classes:
SimpleTemplate
public interface
Template
Template interface.
Version:
$Revision: $
Author:
Jeff Zhang
Method Summary
All Methods
Instance Methods
Abstract Methods
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.