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: AggregateNode [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
         org.apache.cocoon.components.treeprocessor.sitemap.AggregateNode

All Implemented Interfaces:
    ProcessingNode

Aggregate sitemap node.

View handling in aggregation

For more info on aggregation and views, see the mail archive here or here.
Nested Class Summary:
public static class  AggregateNode.Part   
Fields inherited from org.apache.cocoon.components.treeprocessor.AbstractProcessingNode:
location
Constructor:
 public AggregateNode(VariableResolver element,
    VariableResolver nsURI,
    VariableResolver nsPrefix) 
Method from org.apache.cocoon.components.treeprocessor.sitemap.AggregateNode Summary:
invoke,   setParts,   setViewNodes
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.AggregateNode Detail:
 public boolean invoke(Environment env,
    InvokeContext context) throws Exception 
 public  void setParts(AggregateNode.Part[] allParts,
    Map viewParts) 
 public  void setViewNodes(Map viewNodes)