Handler for <map:flow> element in the sitemap.
author: Ovidiu Predescu since: September 13, 2002 version: CVS $Id: FlowNode.java 433543 2006-08-22 06:22:54Z crossley $
invoke(Environment env, InvokeContext context) This method should never be called by the TreeProcessor, since a
<map:flow> element should not be in an
"executable" sitemap node.
public void compose(ComponentManager manager) throws ComponentException(Code)
Lookup an flow
org.apache.cocoon.components.flow.Interpreter instance to hold the scripts defined within the <map:flow>
in the sitemap.
Parameters: manager - a ComponentManager value exception: ComponentException - if no flow interpreter could be obtained
This method should never be called by the TreeProcessor, since a
<map:flow> element should not be in an
"executable" sitemap node.
Parameters: env - an Environment value Parameters: context - an InvokeContext value a boolean value exception: Exception - if an error occurs
Fields inherited from org.apache.cocoon.components.treeprocessor.AbstractProcessingNode