|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Each ID space ( |
|
NamespaceChangeListener
Deprecated. As of release 5.0.0, the concept of namespace is deprecated. A listener used to listen whether To add a listener to the namespace, invoke
|
|
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
Each ID space ( |
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
Each ID space ( |
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
Each ID space ( |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |