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

All Implemented Interfaces:
    NamedProcessingNode, ProcessingNode

Field Summary
public static final  String CALLER_PARAMETERS     
public static final  String ACTION_RESULTS     
Fields inherited from org.apache.cocoon.components.treeprocessor.SimpleSelectorProcessingNode:
componentName,  selector
Fields inherited from org.apache.cocoon.components.treeprocessor.SimpleParentProcessingNode:
children
Fields inherited from org.apache.cocoon.components.treeprocessor.AbstractProcessingNode:
location
Constructor:
 public ActionSetNode(String name,
    ProcessingNode[] nodes,
    String[] actionNames) 
Method from org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNode Summary:
call,   getName,   invoke
Methods from org.apache.cocoon.components.treeprocessor.SimpleSelectorProcessingNode:
getThreadSafeComponent,   getThreadSafeComponent,   setSelector
Methods from org.apache.cocoon.components.treeprocessor.SimpleParentProcessingNode:
hasChildren,   invoke,   setChildren
Methods from org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode:
invokeNodes,   invokeNodes
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.ActionSetNode Detail:
 public final Map call(Environment env,
    InvokeContext context,
    Parameters params) throws Exception 
    Call the actions composing the action-set and return the combined result of these actions.
 public String getName() 
    Implementation of NamedProcessingNode.
 public final boolean invoke(Environment env,
    InvokeContext context) throws Exception