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.
Namespace Deprecated. As of release 5.0, replaced with Scope.
NamespaceActivationListener Deprecated. As of release 5.0.0, use ComponentActivationListener or PageActivationListener instead.
NamespaceChangeListener Deprecated. As of release 5.0.0, the concept of namespace is deprecated.
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).
 

Class Summary
Interpreters The utilities to access interpreters (Interpreter).
Namespaces Deprecated. As of release 5.0, replaced with Scopes.
 

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-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo