Package ca.simplegames.micro.route

Examples of ca.simplegames.micro.route.RouteManager


        File routesConfig = new File(configPath, "routes.yml");
        if (routesConfig.exists()) {
          //routeManager = new RouteManager(this,
          //    (List<Map<String, Object>>) new Yaml().load(new FileInputStream(routesConfig)));

          routeManager = new RouteManager(this, routesConfig);
        }


        MicroContext context = new MicroContext();
        context.with(Globals.SITE, this)
View Full Code Here

TOP

Related Classes of ca.simplegames.micro.route.RouteManager

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.