Package org.apache.cocoon.treeprocessor

Examples of org.apache.cocoon.treeprocessor.NamedProcessingNode


        // Indicate to child builders that we're in a view (they won't perform view branching)       
        sitemapBuilder.setBuildingView(true);
       
        // Build children
        NamedProcessingNode result = (NamedProcessingNode)super.buildNode(config);
       
        sitemapBuilder.addViewForLabel(label, result.getName());

        // Clear the flag
        sitemapBuilder.setBuildingView(false);
       
        return result;
View Full Code Here

TOP

Related Classes of org.apache.cocoon.treeprocessor.NamedProcessingNode

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.