Package org.projectforge.web

Examples of org.projectforge.web.WebConfig


   * @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;
  }
View Full Code Here

TOP

Related Classes of org.projectforge.web.WebConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.