org.camunda.bpm.engine.cdi
Class CdiExpressionManager
java.lang.Object
org.camunda.bpm.engine.impl.el.ExpressionManager
org.camunda.bpm.engine.cdi.CdiExpressionManager
public class CdiExpressionManager
- extends ExpressionManager
ExpressionManager for resolving Cdi-managed beans.
This ExpressionManager implementation performs lazy lookup of the
Cdi-BeanManager and can thus be configured using the spring-based
configuration of the process engine:
<property name="expressionManager">
<bean class="org.camunda.bpm.engine.test.cdi.CdiExpressionManager" />
</property>
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdiExpressionManager
public CdiExpressionManager()
createElResolver
protected ELResolver createElResolver(VariableScope variableScope)
- Overrides:
createElResolver in class ExpressionManager
Copyright © 2014 camunda services GmbH. All Rights Reserved.