|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.el.ObjectResolver
public class ObjectResolver
Resolves the specified object's members as variables.
| Field Summary | |
|---|---|
protected VariableResolver |
_parent
The parent resolver. |
protected java.lang.Object |
_ref
The variable. |
| Constructor Summary | |
|---|---|
ObjectResolver()
Constructs a resolver. |
|
ObjectResolver(java.lang.Object ref)
Constructs a resolver with an object. |
|
ObjectResolver(VariableResolver parent)
Constructs a resolver with a parent. |
|
ObjectResolver(VariableResolver parent,
java.lang.Object ref)
Constructs a resolver with a parent and an object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
resolveVariable(java.lang.String name)
Resolves the specified variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final VariableResolver _parent
protected final java.lang.Object _ref
| Constructor Detail |
|---|
public ObjectResolver()
public ObjectResolver(VariableResolver parent)
parent - the parent resolver (null means ignored).
public ObjectResolver(VariableResolver parent,
java.lang.Object ref)
parent - the parent resolver (null means ignored).ref - the object whose members are considered as variables
(null means ignored)public ObjectResolver(java.lang.Object ref)
ref - the object whose members are considered as variables
(null means ignored)| Method Detail |
|---|
public java.lang.Object resolveVariable(java.lang.String name)
throws XelException
VariableResolver
resolveVariable in interface VariableResolvername - the name of the variable to resolve
XelException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||