Uses of Package
org.zkoss.zk.scripting

Packages that use org.zkoss.zk.scripting
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). 
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.scripting
Interpreter
          Represents an interpter that can interpret the scripting codes.
Namespace
          To represent the name space for storing variables.
NamespaceChangeListener
          A listener used to listen whether Namespace is changed.
SerializableAware.Filter
          The filter used with SerializableAware.write(java.io.ObjectOutputStream, org.zkoss.zk.scripting.SerializableAware.Filter).
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.scripting.bsh
HierachicalAware
          An extra interface implemented by an interpreter (Interpreter) if it supports the hierachical scopes.
Interpreter
          Represents an interpter that can interpret the scripting codes.
Namespace
          To represent the name space for storing variables.
SerializableAware
          An extra interface implemented by an interpreter (Interpreter) if it supports serialization.
SerializableAware.Filter
          The filter used with SerializableAware.write(java.io.ObjectOutputStream, org.zkoss.zk.scripting.SerializableAware.Filter).
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.scripting.util
Interpreter
          Represents an interpter that can interpret the scripting codes.
Namespace
          To represent the name space for storing variables.
NamespaceChangeListener
          A listener used to listen whether Namespace is changed.
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.ui
Interpreter
          Represents an interpter that can interpret the scripting codes.
InterpreterNotFoundException
          Denotes the interpreter of the requested scripting language not found.
Method
          Deprecated. as release 3.0.0, replaced by Function.
Namespace
          To represent the name space for storing variables.
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.ui.impl
Interpreter
          Represents an interpter that can interpret the scripting codes.
InterpreterNotFoundException
          Denotes the interpreter of the requested scripting language not found.
Method
          Deprecated. as release 3.0.0, replaced by Function.
Namespace
          To represent the name space for storing variables.
 



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