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.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). 
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.scripting
Interpreter
          Represents an interpter that can interpret the scripting codes.
Namespace
          Deprecated. As of release 5.0, replaced with Scope.

To represent the name space for storing variables. There are two ways to declare variables: by zscirpt, or by Component.setVariable(java.lang.String, java.lang.Object, boolean)/ Page.setVariable(java.lang.String, java.lang.Object).

Each ID space (IdSpace has an independent name space to store varaibles. It is a mimic concept of ID space to work with zscript.

NamespaceChangeListener
          Deprecated. As of release 5.0.0, the concept of namespace is deprecated.

A listener used to listen whether Namespace is changed.

To add a listener to the namespace, invoke Namespace.addChangeListener(org.zkoss.zk.scripting.NamespaceChangeListener).

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.
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.groovy
Interpreter
          Represents an interpter that can interpret the scripting codes.
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.scripting.jruby
Interpreter
          Represents an interpter that can interpret the scripting codes.
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.scripting.jython
Interpreter
          Represents an interpter that can interpret the scripting codes.
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.scripting.rhino
Interpreter
          Represents an interpter that can interpret the scripting codes.
 

Classes in org.zkoss.zk.scripting used by org.zkoss.zk.scripting.util
Interpreter
          Represents an interpter that can interpret the scripting codes.
Namespace
          Deprecated. As of release 5.0, replaced with Scope.

To represent the name space for storing variables. There are two ways to declare variables: by zscirpt, or by Component.setVariable(java.lang.String, java.lang.Object, boolean)/ Page.setVariable(java.lang.String, java.lang.Object).

Each ID space (IdSpace has an independent name space to store varaibles. It is a mimic concept of ID space to work with zscript.

 

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.
Namespace
          Deprecated. As of release 5.0, replaced with Scope.

To represent the name space for storing variables. There are two ways to declare variables: by zscirpt, or by Component.setVariable(java.lang.String, java.lang.Object, boolean)/ Page.setVariable(java.lang.String, java.lang.Object).

Each ID space (IdSpace has an independent name space to store varaibles. It is a mimic concept of ID space to work with zscript.

 

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.
Namespace
          Deprecated. As of release 5.0, replaced with Scope.

To represent the name space for storing variables. There are two ways to declare variables: by zscirpt, or by Component.setVariable(java.lang.String, java.lang.Object, boolean)/ Page.setVariable(java.lang.String, java.lang.Object).

Each ID space (IdSpace has an independent name space to store varaibles. It is a mimic concept of ID space to work with zscript.

 



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