Uses of Interface
org.zkoss.zk.scripting.Interpreter
-
-
Uses of Interpreter in org.zkoss.zk.scripting
Methods in org.zkoss.zk.scripting that return Interpreter Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
GroovyInterpreter
Groovy interpreter. -
Uses of Interpreter in org.zkoss.zk.scripting.jruby
Classes in org.zkoss.zk.scripting.jruby that implement Interpreter Modifier and Type Class Description class
JRubyInterpreter
JRuby interpreter. -
Uses of Interpreter in org.zkoss.zk.scripting.jython
Classes in org.zkoss.zk.scripting.jython that implement Interpreter Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Interpreter
PageImpl. getInterpreter(java.lang.String zslang)
Methods in org.zkoss.zk.ui.impl that return types with arguments of type Interpreter Modifier and Type Method Description java.util.Collection<Interpreter>
PageImpl. getLoadedInterpreters()
-