Package com.opensymphony.sitemesh.compatability

Examples of com.opensymphony.sitemesh.compatability.DecoratorMapper2DecoratorSelector


    protected DecoratorSelector initDecoratorSelector(SiteMeshWebAppContext webAppContext) {
        // TODO: Remove heavy coupling on horrible SM2 Factory
        Factory factory = Factory.getInstance(new Config(filterConfig));
        factory.refresh();
        return new DecoratorMapper2DecoratorSelector(factory.getDecoratorMapper());
    }
View Full Code Here

TOP

Related Classes of com.opensymphony.sitemesh.compatability.DecoratorMapper2DecoratorSelector

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.