Package org.zkoss.zk.scripting

Scripting intepreter relevant classes, including interpreter, namespace and so on.

See:
          Description

Interface Summary
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.
Method Represents a method stored in an interpretor.
Namespace To represent the name space for storing variables.
NamespaceChangeListener A listener used to listen whether Namespace is changed.
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).
VariableResolver The name resolver used with Page.getVariable(java.lang.String).
 

Class Summary
Interpreters The utilities to access interpreters (Interpreter).
Namespaces Namespace relevant utilities.
 

Exception Summary
InterpreterNotFoundException Denotes the interpreter of the requested scripting language not found.
 

Package org.zkoss.zk.scripting Description

Scripting intepreter relevant classes, including interpreter, namespace and so on.



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