Package org.apache.cocoon.components.treeprocessor.sitemap

Examples of org.apache.cocoon.components.treeprocessor.sitemap.FlowNode


                if (getLogger().isDebugEnabled()) {
                    getLogger().debug("ConcreteTreeProcessor ready");
                }

                // Get the actual interpreter
                FlowNode flowNode = (FlowNode)treeBuilder.getRegisteredNode("flow");
                if ( flowNode != null ) {
                    final Interpreter interpreter = flowNode.getInterpreter();
                    newProcessor.setAttribute(Interpreter.ROLE, interpreter);
                }
               
            } finally {
                this.manager.release(treeBuilder);
View Full Code Here

TOP

Related Classes of org.apache.cocoon.components.treeprocessor.sitemap.FlowNode

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.