Package jodd.madvoc

Examples of jodd.madvoc.Madvoc


  /**
   * Starts the app web application and {@link #run() runs} user code.
   */
  public void runWebApp(Class<? extends WebApplication> webAppClass) {

    madvoc = new Madvoc();
    madvoc.setWebAppClass(webAppClass);
    madvoc.startNewWebApplication(null);
   
    app = madvoc.getWebApplication();

View Full Code Here

TOP

Related Classes of jodd.madvoc.Madvoc

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.