org.zkoss.bind.xel.zel
Class BindELResolver
java.lang.Object
org.zkoss.zel.ELResolver
org.zkoss.xel.zel.XelELResolver
org.zkoss.bind.xel.zel.BindELResolver
public class BindELResolver
- extends XelELResolver
ELResolver for Binding; handle Form bean.
- Since:
- 6.0.0
- Author:
- henrichen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindELResolver
public BindELResolver(XelContext ctx)
getELResolver
protected ELResolver getELResolver()
- Overrides:
getELResolver
in class XelELResolver
getValue
public java.lang.Object getValue(ELContext ctx,
java.lang.Object base,
java.lang.Object property)
throws PropertyNotFoundException,
ELException
- Overrides:
getValue
in class XelELResolver
- Throws:
PropertyNotFoundException
ELException
setValue
public void setValue(ELContext ctx,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
throws PropertyNotFoundException,
PropertyNotWritableException,
ELException
- Overrides:
setValue
in class XelELResolver
- Throws:
PropertyNotFoundException
PropertyNotWritableException
ELException
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.