Package org.apache.commons.jelly.tags.werkz

Examples of org.apache.commons.jelly.tags.werkz.WerkzTagLibrary


        this.project      = antProject;
        this.runtimeTasks = new HashSet();

        // this.coreTagLib   = new CoreTagLibrary();
        this.antTagLib    = new AntTagLibrary( antProject );
        this.werkzTagLib  = new WerkzTagLibrary();

        // #### this is a bit of a hack.
        // when we introduce the concept of TagFactory objects
        // we could do a cleaner mechanism for this...
        TagDefTag.tagLibrary = this;
View Full Code Here

TOP

Related Classes of org.apache.commons.jelly.tags.werkz.WerkzTagLibrary

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.