Package org.apache.empire.jsf2.app
Class DBELResolver
java.lang.Object
javax.el.ELResolver
org.apache.empire.jsf2.app.DBELResolver
public class DBELResolver
extends javax.el.ELResolver
-
Field Summary
Fields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getCommonPropertyType(javax.el.ELContext context, Object base) getFeatureDescriptors(javax.el.ELContext arg0, Object arg1) protected ObjectgetPropertyValue(Object rowset, String property) Simply return the value of the fieldClass<?>booleanisReadOnly(javax.el.ELContext context, Object base, Object property) voidMethods inherited from class javax.el.ELResolver
convertToType, invoke
-
Constructor Details
-
DBELResolver
public DBELResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-
getType
- Specified by:
getTypein classjavax.el.ELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptorsin classjavax.el.ELResolver
-
getValue
- Specified by:
getValuein classjavax.el.ELResolver
-
getPropertyValue
Simply return the value of the field- Parameters:
rowset- the rowset or bean for which to get the propertyproperty- the property name
-
isReadOnly
- Specified by:
isReadOnlyin classjavax.el.ELResolver
-
setValue
- Specified by:
setValuein classjavax.el.ELResolver
-