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

All Implemented Interfaces:
    ProcessingNode

Handler for <map:script> elements in the sitemap. It registers the
Field Summary
 String source     
Fields inherited from org.apache.cocoon.components.treeprocessor.AbstractProcessingNode:
location
Constructor:
 public ScriptNode(String source) 
Method from org.apache.cocoon.components.treeprocessor.sitemap.ScriptNode Summary:
invoke,   registerScriptWithInterpreter
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.ScriptNode Detail:
 public boolean invoke(Environment env,
    InvokeContext context) throws Exception 
    This method should never be called by the TreeProcessor, since a element should not be in an "executable" sitemap node.
 public  void registerScriptWithInterpreter(Interpreter interpreter)