Class ApplicationContextElResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.serviceregistry.engine.impl.expression.ApplicationContextElResolver
public class ApplicationContextElResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object arg) Class<?>booleanisReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) voidsetValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value) Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
convertToType, invoke
-
Field Details
-
applicationContext
-
-
Constructor Details
-
ApplicationContextElResolver
-
-
Method Details
-
getValue
public Object getValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
getValuein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
isReadOnly
public boolean isReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
isReadOnlyin classorg.flowable.common.engine.impl.javax.el.ELResolver
-
setValue
public void setValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value) - Specified by:
setValuein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getCommonPropertyType
public Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object arg) - Specified by:
getCommonPropertyTypein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getType
public Class<?> getType(org.flowable.common.engine.impl.javax.el.ELContext context, Object arg1, Object arg2) - Specified by:
getTypein classorg.flowable.common.engine.impl.javax.el.ELResolver
-