Class ParsingElContext

java.lang.Object
org.flowable.common.engine.impl.javax.el.ELContext
org.flowable.common.engine.impl.el.ParsingElContext

public class ParsingElContext extends ELContext
Simple implementation of the ELContext used during parsings. Currently this implementation does nothing, but a non-null implementation of the ELContext interface is required by the ExpressionFactory when create value- and methodexpressions.
Author:
Joram Barrez
See Also: