Package org.activiti.spring
Class ApplicationContextElResolver
- java.lang.Object
-
- javax.el.ELResolver
-
- org.activiti.spring.ApplicationContextElResolver
-
public class ApplicationContextElResolver extends javax.el.ELResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContextapplicationContext
-
Constructor Summary
Constructors Constructor Description ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getCommonPropertyType(javax.el.ELContext context, Object arg)Iterator<FeatureDescriptor>getFeatureDescriptors(javax.el.ELContext context, Object arg)Class<?>getType(javax.el.ELContext context, Object arg1, Object arg2)ObjectgetValue(javax.el.ELContext context, Object base, Object property)booleanisReadOnly(javax.el.ELContext context, Object base, Object property)voidsetValue(javax.el.ELContext context, Object base, Object property, Object value)
-
-
-
Method Detail
-
getValue
public Object getValue(javax.el.ELContext context, Object base, Object property)
- Specified by:
getValuein classjavax.el.ELResolver
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property)- Specified by:
isReadOnlyin classjavax.el.ELResolver
-
setValue
public void setValue(javax.el.ELContext context, Object base, Object property, Object value)- Specified by:
setValuein classjavax.el.ELResolver
-
getCommonPropertyType
public Class<?> getCommonPropertyType(javax.el.ELContext context, Object arg)
- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object arg)
- Specified by:
getFeatureDescriptorsin classjavax.el.ELResolver
-
-