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 {
return out;
}
};