Class NonWritablePropertyELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.common.el.NonWritablePropertyELResolver
public class NonWritablePropertyELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
ELResolver which do not allows read/write access to unknown properties.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) 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
-
Constructor Details
-
NonWritablePropertyELResolver
public NonWritablePropertyELResolver()
-
-
Method Details
-
getCommonPropertyType
-
getType
-
getValue
-
isReadOnly
-
setValue
-