ByteArrayOutputStream bytesOut = new ByteArrayOutputStream();
final PrintWriter out = new PrintWriter(bytesOut);
BasicAppModule module = new BasicAppModule();
EnunciateFreemarkerModel model = new EnunciateFreemarkerModel();
EnunciateFileTransform transform = new EnunciateFileTransform(null) {
@Override
public FileStrategy newStrategy() {
return new EnunciateFileStrategy(null) {
@Override
public PrintWriter getWriter() throws IOException, MissingParameterException {