| org.zkoss.zkmax.xel.el21.XelELResolver
XelELResolver | final public class XelELResolver extends ELResolver (Code) | | A simple implementation of
ELResolver .
since: 3.0.0 |
Method Summary | |
public Class | getCommonPropertyType(ELContext ctx, Object base) | public Iterator | getFeatureDescriptors(ELContext ctx, Object base) | public Class | getType(ELContext ctx, Object base, Object property) | public Object | getValue(ELContext ctx, Object base, Object property) | public boolean | isReadOnly(ELContext ctx, Object base, Object property) | public void | setValue(ELContext ctx, Object base, Object property, Object value) |
getCommonPropertyType | public Class getCommonPropertyType(ELContext ctx, Object base)(Code) | | |
getType | public Class getType(ELContext ctx, Object base, Object property) throws PropertyNotFoundException, ELException(Code) | | |
getValue | public Object getValue(ELContext ctx, Object base, Object property) throws PropertyNotFoundException, ELException(Code) | | |
isReadOnly | public boolean isReadOnly(ELContext ctx, Object base, Object property) throws PropertyNotFoundException, ELException(Code) | | |
setValue | public void setValue(ELContext ctx, Object base, Object property, Object value) throws PropertyNotFoundException, PropertyNotWritableException, ELException(Code) | | |
|
|