Package org.camunda.bpm.engine.spring
Class ApplicationContextElResolver
- java.lang.Object
-
- org.camunda.bpm.engine.impl.javax.el.ELResolver
-
- org.camunda.bpm.engine.spring.ApplicationContextElResolver
-
public class ApplicationContextElResolver extends org.camunda.bpm.engine.impl.javax.el.ELResolver- Author:
- Tom Baeyens, Frederik Heremans
-
-
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(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object arg)Iterator<FeatureDescriptor>getFeatureDescriptors(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object arg)Class<?>getType(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object arg1, Object arg2)ObjectgetValue(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property)booleanisReadOnly(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property)voidsetValue(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property, Object value)
-
-
-
Method Detail
-
getValue
public Object getValue(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property)
- Specified by:
getValuein classorg.camunda.bpm.engine.impl.javax.el.ELResolver
-
isReadOnly
public boolean isReadOnly(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property)- Specified by:
isReadOnlyin classorg.camunda.bpm.engine.impl.javax.el.ELResolver
-
setValue
public void setValue(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property, Object value)- Specified by:
setValuein classorg.camunda.bpm.engine.impl.javax.el.ELResolver
-
getCommonPropertyType
public Class<?> getCommonPropertyType(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object arg)
- Specified by:
getCommonPropertyTypein classorg.camunda.bpm.engine.impl.javax.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object arg)
- Specified by:
getFeatureDescriptorsin classorg.camunda.bpm.engine.impl.javax.el.ELResolver
-
-