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>
beans, expressionFactory, parsingElContext
Constructor and Description |
---|
CdiExpressionManager() |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
createElResolver(VariableScope variableScope) |
createElContext, createExpression, getElContext, setExpressionFactory
protected ELResolver createElResolver(VariableScope variableScope)
createElResolver
in class ExpressionManager
Copyright © 2015. All rights reserved.