Package org.eclnt.jsfserver.util.el
Class RecordELResolver
java.lang.Object
javax.el.ELResolver
org.eclnt.jsfserver.util.el.RecordELResolver
public class RecordELResolver
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 context, Object var2) Class<?>booleanisReadOnly(javax.el.ELContext context, Object var2, Object var3) void
-
Constructor Details
-
RecordELResolver
public RecordELResolver()
-
-
Method Details
-
getValue
- Specified by:
getValuein classjavax.el.ELResolver
-
getType
- Specified by:
getTypein classjavax.el.ELResolver
-
setValue
public void setValue(javax.el.ELContext context, Object var2, Object var3, Object var4) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.PropertyNotWritableException, javax.el.ELException - Specified by:
setValuein classjavax.el.ELResolver- Throws:
NullPointerExceptionjavax.el.PropertyNotFoundExceptionjavax.el.PropertyNotWritableExceptionjavax.el.ELException
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context, Object var2, Object var3) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
isReadOnlyin classjavax.el.ELResolver- Throws:
NullPointerExceptionjavax.el.PropertyNotFoundExceptionjavax.el.ELException
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptorsin classjavax.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-