60616263646566
/** * default constructor */ public WikiPagePresenter() { wikiPageDAO = new WikiPageDAOAsynImpl(formatService); init(new WikiPageViewImpl(), this); }