org.zkoss.zk.scripting |
Scripting Interpreter Revelant Classes
Scripting intepreter relevant classes, including interpreter, namespace and so on.
|
Java Source File Name | Type | Comment |
HierachicalAware.java | Interface | An extra interface implemented by an interpreter (
Interpreter )
if it supports the hierachical scopes.
By supporting the hierachical scopes we mean the interpreter
associates one interpreter-dependent scope with each ZK's
Namespace . |
Interpreter.java | Interface | Represents an interpter that can interpret the scripting codes. |
InterpreterNotFoundException.java | Class | Denotes the interpreter of the requested scripting language not found. |
Interpreters.java | Class | The utilities to access interpreters (
Interpreter ).
Application developers and deployers rarely need to access this
class directly. |
Method.java | Interface | Represents a method stored in an interpretor. |
Namespace.java | Interface | To represent the name space for storing variables. |
NamespaceChangeListener.java | Interface | A listener used to listen whether
Namespace is changed. |
Namespaces.java | Class | Namespace relevant utilities. |
SerializableAware.java | Interface | An extra interface implemented by an interpreter (
Interpreter )
if it supports serialization. |