Package org.apache.shale.clay.config.beans

Examples of org.apache.shale.clay.config.beans.TemplateComponentConfigBean


            config = new TemplateConfigBean();
            config.init(event.getServletContext());
            ConfigBeanFactory.register(config);

            // load XML template config
            config = new TemplateComponentConfigBean();
            config.init(event.getServletContext());
            ConfigBeanFactory.register(config);


View Full Code Here


        standardConfigBean = new ComponentConfigBean();
        // creates a container that builds the component metadata from an HTML 
        // template configuration.
        htmlTemplateConfigBean = new TemplateConfigBean();
        // full xml view support
        xmlTemplateConfigBean = new TemplateComponentConfigBean();

       
        // register with the factory
        ConfigBeanFactory.register(standardConfigBean);
        ConfigBeanFactory.register(htmlTemplateConfigBean);
View Full Code Here

TOP

Related Classes of org.apache.shale.clay.config.beans.TemplateComponentConfigBean

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.