Package org.richfaces.shrinkwrap.descriptor

Examples of org.richfaces.shrinkwrap.descriptor.PropertiesAsset


    public static WebArchive createDeployment() {

        CoreDeployment deployment = new CoreDeployment(ITResourceMapping.class);
//        deployment.withWholeCore();

        PropertiesAsset staticResourceMapping = new PropertiesAsset()
                .key(":original.css").value("relocated.css")
                .key(":part1.css").value("aggregated.css")
                .key(":part2.css").value("aggregated.css")
                .key("part1.js").value("aggregated.js")
                .key("part2.js").value("aggregated.js");
View Full Code Here

TOP

Related Classes of org.richfaces.shrinkwrap.descriptor.PropertiesAsset

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.