Uses of Interface
org.apache.cocoon.components.flow.Interpreter

Packages that use Interpreter
org.apache.cocoon.components.flow   
org.apache.cocoon.components.flow.apples   
org.apache.cocoon.components.flow.java   
org.apache.cocoon.components.flow.javascript.fom   
org.apache.cocoon.components.treeprocessor.sitemap Implemention of the Sitemap language  
 

Uses of Interpreter in org.apache.cocoon.components.flow
 

Classes in org.apache.cocoon.components.flow that implement Interpreter
 class AbstractInterpreter
          Abstract superclass for various scripting languages used by Cocoon for flow control.
 class CompilingInterpreter
          This is a base class for all interpreters compiling the scripts
 

Uses of Interpreter in org.apache.cocoon.components.flow.apples
 

Classes in org.apache.cocoon.components.flow.apples that implement Interpreter
 class ApplesProcessor
          ApplesProcessor is the core Cocoon component that provides the 'Apples' flow implementation.
 

Uses of Interpreter in org.apache.cocoon.components.flow.java
 

Classes in org.apache.cocoon.components.flow.java that implement Interpreter
 class JavaInterpreter
          Implementation of the java flow interpreter.
 

Uses of Interpreter in org.apache.cocoon.components.flow.javascript.fom
 

Classes in org.apache.cocoon.components.flow.javascript.fom that implement Interpreter
 class FOM_JavaScriptInterpreter
          Interface with the JavaScript interpreter.
 

Uses of Interpreter in org.apache.cocoon.components.treeprocessor.sitemap
 

Fields in org.apache.cocoon.components.treeprocessor.sitemap declared as Interpreter
protected  Interpreter CallFunctionNode.interpreter
           
 

Methods in org.apache.cocoon.components.treeprocessor.sitemap that return Interpreter
 Interpreter FlowNode.getInterpreter()
           
 

Methods in org.apache.cocoon.components.treeprocessor.sitemap with parameters of type Interpreter
 void ScriptNode.registerScriptWithInterpreter(Interpreter interpreter)
           
 void CallFunctionNode.setInterpreter(Interpreter interp)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.