public class TemplateTransformer extends Object
| Constructor and Description |
|---|
TemplateTransformer(InputStream templateInput,
Map<String,String> variables) |
TemplateTransformer(String template,
Map<String,String> variables) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getVariables() |
void |
transform(InputStream input,
OutputStream output) |
String |
transform(String input) |
public TemplateTransformer(InputStream templateInput, Map<String,String> variables) throws IOException
IOExceptionpublic void transform(InputStream input, OutputStream output) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.