Package org.latte.scripting.hostobjects

Examples of org.latte.scripting.hostobjects.HTTPServer


      System.err.println("usage: org.latte.Run script [args]");
      System.exit(-1);
    }

    ScriptLoader loader  = new ScriptLoader();
    loader.register("httpserver", new HTTPServer())

    ((Javascript)loader.get(script)).eval(null);
  }
View Full Code Here

TOP

Related Classes of org.latte.scripting.hostobjects.HTTPServer

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.