Uses of Interface
org.zkoss.zk.scripting.Interpreter

Packages that use Interpreter
org.zkoss.zk.scripting Scripting intepreter relevant classes, including interpreter, namespace and so on. 
org.zkoss.zk.scripting.bsh BeanShell - Java Interpreter. 
org.zkoss.zk.scripting.groovy Groovy Interpreter 
org.zkoss.zk.scripting.jruby JRuby interpreter 
org.zkoss.zk.scripting.jython Jython interpreter 
org.zkoss.zk.scripting.rhino Rhino - JavaScript Interpreter org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino but went through BSF. 
org.zkoss.zk.scripting.util Utilities for implementing interpters and namespaces. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
 

Uses of Interpreter in org.zkoss.zk.scripting
 

Methods in org.zkoss.zk.scripting that return Interpreter
static Interpreter Interpreters.newInterpreter(java.lang.String zslang, Page owner)
          Returns the interpreter for the specified language name.
 

Uses of Interpreter in org.zkoss.zk.scripting.bsh
 

Classes in org.zkoss.zk.scripting.bsh that implement Interpreter
 class BSHInterpreter
          The interpreter that uses BeanShell to interpret zscript codes.
 

Uses of Interpreter in org.zkoss.zk.scripting.groovy
 

Classes in org.zkoss.zk.scripting.groovy that implement Interpreter
 class GroovyInterpreter
          Groovy interpreter.
 

Uses of Interpreter in org.zkoss.zk.scripting.jruby
 

Classes in org.zkoss.zk.scripting.jruby that implement Interpreter
 class JRubyInterpreter
          JRuby interpreter.
 

Uses of Interpreter in org.zkoss.zk.scripting.jython
 

Classes in org.zkoss.zk.scripting.jython that implement Interpreter
 class JythonInterpreter
          The Python interpreter based on jython.
 

Uses of Interpreter in org.zkoss.zk.scripting.rhino
 

Classes in org.zkoss.zk.scripting.rhino that implement Interpreter
 class RhinoInterpreter
          Rhino-based JavaScript interpreter.
 

Uses of Interpreter in org.zkoss.zk.scripting.util
 

Classes in org.zkoss.zk.scripting.util that implement Interpreter
 class GenericInterpreter
          A skeletal class for implementing a interpreter (Interpreter).
 

Uses of Interpreter in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return Interpreter
 Interpreter Page.getInterpreter(java.lang.String zslang)
          Returns the interpreter of the specified scripting language.
 

Methods in org.zkoss.zk.ui that return types with arguments of type Interpreter
 java.util.Collection<Interpreter> Page.getLoadedInterpreters()
          Returns all loaded interpreters.
 

Uses of Interpreter in org.zkoss.zk.ui.impl
 

Methods in org.zkoss.zk.ui.impl that return Interpreter
 Interpreter PageImpl.getInterpreter(java.lang.String zslang)
           
 

Methods in org.zkoss.zk.ui.impl that return types with arguments of type Interpreter
 java.util.Collection<Interpreter> PageImpl.getLoadedInterpreters()
           
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo