|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AO_FOM_JavaScriptInterpreter
Interface with the JavaScript 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 |
CallFunctionNode.setInterpreter(Interpreter interp)
|
void |
ScriptNode.registerScriptWithInterpreter(Interpreter interpreter)
|
Uses of Interpreter in org.apache.cocoon.core |
Methods in org.apache.cocoon.core that return Interpreter | |
Interpreter |
Core.SitemapImpl.getInterpreter(String language)
|
Uses of Interpreter in org.apache.cocoon.sitemap |
Methods in org.apache.cocoon.sitemap that return Interpreter | |
Interpreter |
Sitemap.getInterpreter(String language)
Return the Interpreter for the given language. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |