<config> ... <web defaultPage="org.projectforge.web.calendar.CalendarPage" /> ... </config>
357358359360361362363364
* @return Default page of ProjectForge. Currently {@link WicketApplication#DEFAULT_PAGE} is the default page (e. g. to redirect after * cancel if no other return page is specified). */ public static Class< ? extends WebPage> getDefaultPage() { final WebConfig webConfig = ConfigXml.getInstance().getWebConfig(); return webConfig != null ? webConfig.getDefaultPage() : WicketApplication.DEFAULT_PAGE; }