|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.zk.scripting.Namespaces
Scopes
.
public class Namespaces
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 |
---|
public Namespaces()
Method Detail |
---|
public static final Namespace beforeInterpret(Component comp)
Scopes
.
public static final Namespace beforeInterpret(Page page)
Scopes
.
public static final void afterInterpret()
Scopes
.
public static final Namespace beforeInterpret(java.util.Map backup, Component comp, boolean pushNS)
beforeInterpret(Component)
.
public static final Namespace beforeInterpret(java.util.Map backup, Page page, boolean pushNS)
beforeInterpret(Page)
.
public static final void afterInterpret(java.util.Map backup, Namespace ns, boolean popNS)
afterInterpret()
.
public static void setImplicit(java.lang.String name, java.lang.Object value)
Scopes
.
Sets an implicit object.
It can be called only between beforeInterpret(org.zkoss.zk.ui.Component)
and
afterInterpret()
.
public static java.lang.Object getImplicit(java.lang.String name, java.lang.Object defValue)
Scopes
.
Returns the implict object.
name
- the variable to retrievedefValue
- the default vale that is used if the implicit
object is not defined.public static final Namespace getCurrent(Page page)
Scopes
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |