Package org.flowable.common.engine.impl.javax.el
package org.flowable.common.engine.impl.javax.el
-
ClassDescriptionDefines property resolution behavior on arrays.Defines property resolution behavior on objects using the JavaBeans component architecture.Maintains an ordered composite list of child ELResolvers.Throws an exception in the case when resolver is asked to get/set value.Context information for expression evaluation.An event which indicates that an
ELContext
has been created.The listener interface for receiving notification when anELContext
is created.Represents any of the exception conditions that can arise during expression evaluation.Enables customization of variable and property resolution behavior for EL expression evaluation.Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characteristics common to both.Parses a String into aValueExpression
orMethodExpression
instance for later evaluation.The interface to a map between EL function names and methods.Defines property resolution behavior on instances of java.util.List.Defines property resolution behavior on instances of java.util.Map.An Expression that refers to a method on an object.Holds information about a method that aMethodExpression
evaluated to.Thrown when a method could not be found while evaluating aMethodExpression
.Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
.Thrown when a property could not be written to while setting the value on aValueExpression
.Defines property resolution behavior on instances of java.util.ResourceBundle.An Expression that can get or set a value.This class encapsulates a base model object and one of its properties.The interface to a map between EL variables and the EL expressions they are associated with.