Package org.brixcms.web

Examples of org.brixcms.web.BrixExtensionStringResourceLoader


        application.getRootRequestMapperAsCompound().add(new BrixRequestMapper(this));
        // application.mount(new BrixNodePageUrlMapper());

        // register a string resource loader that allows any object that acts as
        // an extension supply its own resource bundle for the UI
        BrixExtensionStringResourceLoader loader = new BrixExtensionStringResourceLoader();
        application.getResourceSettings().getStringResourceLoaders().add(loader);
        config.getRegistry().register(loader, true);
    }
View Full Code Here

TOP

Related Classes of org.brixcms.web.BrixExtensionStringResourceLoader

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.