org.zkoss.zk.scripting
Class Namespaces

java.lang.Object
  extended by org.zkoss.zk.scripting.Namespaces

Deprecated. As of release 5.0, replaced with Scopes.

public class Namespaces
extends java.lang.Object

Author:
tomyeh

Constructor Summary
Namespaces()
          Deprecated.  
 
Method Summary
static void afterInterpret()
          Deprecated. As of release 5.0, replaced with Scopes.
static void afterInterpret(java.util.Map backup, Namespace ns, boolean popNS)
          Deprecated. As of release 3.6.1, it is replaced with afterInterpret().
static Namespace beforeInterpret(Component comp)
          Deprecated. As of release 5.0, replaced with Scopes.
static Namespace beforeInterpret(java.util.Map backup, Component comp, boolean pushNS)
          Deprecated. As of release 3.6.1, it is replaced with beforeInterpret(Component).
static Namespace beforeInterpret(java.util.Map backup, Page page, boolean pushNS)
          Deprecated. As of release 3.6.1, it is replaced with beforeInterpret(Page).
static Namespace beforeInterpret(Page page)
          Deprecated. As of release 5.0, replaced with Scopes.
static Namespace getCurrent(Page page)
          Deprecated. As of release 5.0, replaced with Scopes.
static java.lang.Object getImplicit(java.lang.String name, java.lang.Object defValue)
          Deprecated. As of release 5.0, replaced with Scopes. Returns the implict object.
static void setImplicit(java.lang.String name, java.lang.Object value)
          Deprecated. As of release 5.0, replaced with Scopes. Sets an implicit object. It can be called only between beforeInterpret(org.zkoss.zk.ui.Component) and afterInterpret().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Namespaces

public Namespaces()
Deprecated. 
Method Detail

beforeInterpret

public static final Namespace beforeInterpret(Component comp)
Deprecated. As of release 5.0, replaced with Scopes.


beforeInterpret

public static final Namespace beforeInterpret(Page page)
Deprecated. As of release 5.0, replaced with Scopes.


afterInterpret

public static final void afterInterpret()
Deprecated. As of release 5.0, replaced with Scopes.


beforeInterpret

public static final Namespace beforeInterpret(java.util.Map backup,
                                              Component comp,
                                              boolean pushNS)
Deprecated. As of release 3.6.1, it is replaced with beforeInterpret(Component).


beforeInterpret

public static final Namespace beforeInterpret(java.util.Map backup,
                                              Page page,
                                              boolean pushNS)
Deprecated. As of release 3.6.1, it is replaced with beforeInterpret(Page).


afterInterpret

public static final void afterInterpret(java.util.Map backup,
                                        Namespace ns,
                                        boolean popNS)
Deprecated. As of release 3.6.1, it is replaced with afterInterpret().


setImplicit

public static void setImplicit(java.lang.String name,
                               java.lang.Object value)
Deprecated. As of release 5.0, replaced with Scopes. Sets an implicit object. It can be called only between beforeInterpret(org.zkoss.zk.ui.Component) and afterInterpret().

Since:
3.6.1

getImplicit

public static java.lang.Object getImplicit(java.lang.String name,
                                           java.lang.Object defValue)
Deprecated. As of release 5.0, replaced with Scopes. Returns the implict object.

Parameters:
name - the variable to retrieve
defValue - the default vale that is used if the implicit object is not defined.
Since:
3.6.1

getCurrent

public static final Namespace getCurrent(Page page)
Deprecated. As of release 5.0, replaced with Scopes.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo