org.zkoss.bind.xel.zel
Class BindELResolver

java.lang.Object
  extended by org.zkoss.zel.ELResolver
      extended by org.zkoss.xel.zel.XelELResolver
          extended by org.zkoss.bind.xel.zel.BindELResolver

public class BindELResolver
extends XelELResolver

ELResolver for Binding; handle Form bean.

Since:
6.0.0
Author:
henrichen

Field Summary
 
Fields inherited from class org.zkoss.xel.zel.XelELResolver
_ctx
 
Fields inherited from class org.zkoss.zel.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
 
Constructor Summary
BindELResolver(XelContext ctx)
           
 
Method Summary
protected  ELResolver getELResolver()
           
 java.lang.Object getValue(ELContext ctx, java.lang.Object base, java.lang.Object property)
           
 void setValue(ELContext ctx, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 
Methods inherited from class org.zkoss.xel.zel.XelELResolver
getCommonPropertyType, getFeatureDescriptors, getType, getXelContext, invoke, isReadOnly, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindELResolver

public BindELResolver(XelContext ctx)
Method Detail

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. SourceForge.net Logo