Uses of Interface
org.mule.api.el.ExpressionExecutor

Packages that use ExpressionExecutor
org.mule.el.mvel   
 

Uses of ExpressionExecutor in org.mule.el.mvel
 

Classes in org.mule.el.mvel that implement ExpressionExecutor
 class MVELExpressionExecutor
          This MVEL executor uses MVEL ReflectiveAccessorOptimizer implementation rather than the default DynamicOptimizer (which generates byte-code accessors using ASM) because we found that, at least with JDK7, the ReflectiveAccessorOptimizer was fastest in typical Mule use cases.
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.