Package com.appenginecart.system

Examples of com.appenginecart.system.AppConfig


    public Navigation run() throws Exception {
        return null;
    }
   
    protected void loadConfig() throws Exception{
        appConfig = new AppConfig("appenginecart.properties");
        setTheme(appConfig.getValue("appenginecart.config.theme"));
        setThemePath(String.format("theme/%s/pages/", getTheme()));
    }
View Full Code Here

TOP

Related Classes of com.appenginecart.system.AppConfig

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.