|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Namespace | |
---|---|
org.zkoss.zk.scripting | Scripting intepreter relevant classes, including interpreter, namespace and so on. |
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). |
Uses of Namespace in org.zkoss.zk.scripting |
---|
Methods in org.zkoss.zk.scripting that return Namespace | |
---|---|
static Namespace |
Namespaces.beforeInterpret(Component comp)
Deprecated. As of release 5.0, replaced with Scopes . |
static Namespace |
Namespaces.beforeInterpret(java.util.Map backup,
Component comp,
boolean pushNS)
Deprecated. As of release 3.6.1, it is replaced with Namespaces.beforeInterpret(Component) . |
static Namespace |
Namespaces.beforeInterpret(java.util.Map backup,
Page page,
boolean pushNS)
Deprecated. As of release 3.6.1, it is replaced with Namespaces.beforeInterpret(Page) . |
static Namespace |
Namespaces.beforeInterpret(Page page)
Deprecated. As of release 5.0, replaced with Scopes . |
static Namespace |
Namespaces.getCurrent(Page page)
Deprecated. As of release 5.0, replaced with Scopes . |
Namespace |
Namespace.getParent()
Deprecated. Returns the parent name space, or null if this is topmost. |
Methods in org.zkoss.zk.scripting with parameters of type Namespace | |
---|---|
static void |
Namespaces.afterInterpret(java.util.Map backup,
Namespace ns,
boolean popNS)
Deprecated. As of release 3.6.1, it is replaced with Namespaces.afterInterpret() . |
void |
NamespaceActivationListener.didActivate(Namespace ns)
Deprecated. |
void |
Interpreter.interpret(java.lang.String script,
Namespace ns)
Deprecated. As of release 5.0.0, replaced with Interpreter.interpret(String, Scope)
Evaluates the script against the specified namespace. |
void |
NamespaceChangeListener.onParentChanged(Namespace newparent)
Deprecated. As of release 5.0.0, the concept of namespace is deprecated. Called when the parent is changed. |
void |
Namespace.setParent(Namespace parent)
Deprecated. Sets the parent name space. |
void |
NamespaceActivationListener.willPassivate(Namespace ns)
Deprecated. |
Uses of Namespace in org.zkoss.zk.scripting.util |
---|
Methods in org.zkoss.zk.scripting.util with parameters of type Namespace | |
---|---|
void |
GenericInterpreter.interpret(java.lang.String script,
Namespace ns)
Deprecated. As of release 5.0.0, replaced with GenericInterpreter.interpret(String, Scope) |
Uses of Namespace in org.zkoss.zk.ui |
---|
Methods in org.zkoss.zk.ui that return Namespace | |
---|---|
Namespace |
Page.getNamespace()
Deprecated. As of release 5.0.0, the concept of namespace is deprecated, and please use the attributes of an ID space (such as page) instead. Returns the namespace used to store variables belonging to the ID space of this page. |
Namespace |
Component.getNamespace()
Deprecated. As of release 5.0.0, the concept of namespace is replaced with attributes. Returns the namespace to store variables and functions belonging to the ID space of this component. Exactly one namespace is allocated for each ID space.
For example, if the space owner of this component is the page, then
the returned namespace is the same as |
Namespace |
AbstractComponent.getNamespace()
Deprecated. As of release 5.0.0, use AbstractComponent.getAttribute(java.lang.String, int) ,
AbstractComponent.setAttribute(java.lang.String, java.lang.Object, int) instead. |
Methods in org.zkoss.zk.ui with parameters of type Namespace | |
---|---|
Function |
Page.getZScriptFunction(Namespace ns,
java.lang.String name,
java.lang.Class[] argTypes)
Deprecated. As of release 5.0.0, replaced with Page.getZScriptFunction(Component,String,Class[])
Returns the function of the specified name by searching the logical scope of the specified namespace in all the loaded interpreters. |
java.lang.Object |
Page.getZScriptVariable(Namespace ns,
java.lang.String name)
Deprecated. As of release 5.0.0, replaced with Page.getZScriptVariable(Component, String) .
Returns the value of the variable of the specified name by searching the logical scope of the specified namespace in all the loaded interpreters, if any. |
void |
Page.interpret(java.lang.String zslang,
java.lang.String script,
Namespace ns)
Deprecated. As of release 5.0.0, replaced with Page.interpret(String,String,Scope) .
Interpret a script of the specified scripting language against the specified namespace. |
Uses of Namespace in org.zkoss.zk.ui.impl |
---|
Methods in org.zkoss.zk.ui.impl that return Namespace | |
---|---|
Namespace |
PageImpl.getNamespace()
Deprecated. As of release 5.0.0, the concept of namespace is deprecated and replaced with the attributes of a scope (such as a page and a component). |
Methods in org.zkoss.zk.ui.impl with parameters of type Namespace | |
---|---|
Function |
PageImpl.getZScriptFunction(Namespace ns,
java.lang.String name,
java.lang.Class[] argTypes)
Deprecated. As of release 5.0.0, replaced with PageImpl.getZScriptFunction(Component,String,Class[]) . |
java.lang.Object |
PageImpl.getZScriptVariable(Namespace ns,
java.lang.String name)
Deprecated. As of release 5.0.0, replaced with PageImpl.getZScriptVariable(Component,String) . |
void |
PageImpl.interpret(java.lang.String zslang,
java.lang.String script,
Namespace ns)
Deprecated. As of release 5.0.0, replaced with PageImpl.interpret(String,String,Scope) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |