Package org.opencustomer.webapp

Examples of org.opencustomer.webapp.Settings


        } catch(MenuFactoryException e) {
           log.error("can not instantiate menu factory", e);
        }
       
        // dummy setzen der props
        Settings settings = Settings.getInstance();
        getServletContext().setAttribute(Globals.SETTINGS_KEY, settings);
       
        // Einlesen und setzen der Klassen-Properties
        File classProps = new File(this.getServletContext().getRealPath("/WEB-INF/properties/default_class.properties"));
        if (!classProps.exists())
View Full Code Here

TOP

Related Classes of org.opencustomer.webapp.Settings

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.