result = conv.toWiki(new ToWikipedia(no_div, no_font));
} else if (convertType.equals("wiki2html")) {
WikiModel wikiModel = new WikiModel(Configuration.DEFAULT_CONFIGURATION, Locale.ENGLISH, "${image}", "${title}");
wikiModel.setUp();
try {
result = wikiModel.render(expression);
} finally {
wikiModel.tearDown();
}
} else if (convertType.equals("wiki2plain")) {
WikiModel wikiModel = new WikiModel(Configuration.DEFAULT_CONFIGURATION, Locale.ENGLISH, "${image}", "${title}");