Package org.apache.shale.clay.config

Examples of org.apache.shale.clay.config.ClayTemplateParser


     * It loads an instance of the {@link ClayTemplateParser} and
     * establishes a Map collection to hold the resource
     * {@link org.apache.shale.clay.config.beans.ComponentConfigBean$WatchDog}'s.</p>
     */
    protected void loadConfigFiles() {
        parser = new ClayTemplateParser();
        parser.setConfig(this);

        watchDogs = Collections.synchronizedMap(new TreeMap());
    }
View Full Code Here

TOP

Related Classes of org.apache.shale.clay.config.ClayTemplateParser

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.