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.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 interpter 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.util
 

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

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.
 

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)
           
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.