Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » treeprocessor » sitemap » [javadoc | source]
org.apache.cocoon.components.treeprocessor.sitemap
public class: ContinueNode [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
         org.apache.cocoon.components.treeprocessor.sitemap.ContinueNode

All Implemented Interfaces:
    org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.component.Composable, ProcessingNode

Field Summary
protected  String continuationId     
protected  MapStackResolver continuationIdResolver     
protected  ComponentManager manager     
Fields inherited from org.apache.cocoon.components.treeprocessor.AbstractProcessingNode:
location
Constructor:
 public ContinueNode(String contId) 
Method from org.apache.cocoon.components.treeprocessor.sitemap.ContinueNode Summary:
compose,   configure,   invoke
Methods from org.apache.cocoon.components.treeprocessor.AbstractProcessingNode:
getLocation,   getSourceResolver,   setLocation
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.treeprocessor.sitemap.ContinueNode Detail:
 public  void compose(ComponentManager manager) 
 public  void configure(Configuration config) throws ConfigurationException 
 public boolean invoke(Environment env,
    InvokeContext context) throws Exception