target.setServiceEntryPoint("/wiki");
}
}
public void onModuleLoad() {
Location loc = WindowUtils.getLocation();
String title = loc.getParameter("title");
if (title == null || title.length() == 0) {
title = getMainArticle();
}
// setup wiki engine for preview:
fWikiFilter = new WikipediaFilter();