Package org.activiti.core.el
Class ReadOnlyMapELResolver
java.lang.Object
javax.el.ELResolver
org.activiti.core.el.ReadOnlyMapELResolver
public class ReadOnlyMapELResolver
extends javax.el.ELResolver
An
ELResolver that exposed object values in the map, under the name of the entry's key. The values in the map are only returned when requested property has no 'base', meaning it's a
root-object.-
Field Summary
FieldsFields 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 arg) getFeatureDescriptors(javax.el.ELContext context, Object arg) Class<?>booleanisReadOnly(javax.el.ELContext context, Object base, Object property) voidMethods inherited from class javax.el.ELResolver
invoke
-
Field Details
-
wrappedMap
-
-
Constructor Details
-
ReadOnlyMapELResolver
-
-
Method Details
-
getValue
- Specified by:
getValuein classjavax.el.ELResolver
-
isReadOnly
- Specified by:
isReadOnlyin classjavax.el.ELResolver
-
setValue
- Specified by:
setValuein classjavax.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptorsin classjavax.el.ELResolver
-
getType
- Specified by:
getTypein classjavax.el.ELResolver
-