Uses of Interface
org.camunda.bpm.engine.impl.el.ElProviderCompatible
-
Packages that use ElProviderCompatible Package Description org.camunda.bpm.engine.cdi org.camunda.bpm.engine.impl.el org.camunda.bpm.engine.spring org.camunda.bpm.engine.test.mock -
-
Uses of ElProviderCompatible in org.camunda.bpm.engine.cdi
Classes in org.camunda.bpm.engine.cdi that implement ElProviderCompatible Modifier and Type Class Description class
CdiExpressionManager
ExpressionManager
for resolving Cdi-managed beans. -
Uses of ElProviderCompatible in org.camunda.bpm.engine.impl.el
Classes in org.camunda.bpm.engine.impl.el that implement ElProviderCompatible Modifier and Type Class Description class
JuelExpressionManager
JUEL-specific implementation of anExpressionManager
. -
Uses of ElProviderCompatible in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement ElProviderCompatible Modifier and Type Class Description class
SpringExpressionManager
ExpressionManager
that exposes the full application-context or a limited set of beans in expressions. -
Uses of ElProviderCompatible in org.camunda.bpm.engine.test.mock
Classes in org.camunda.bpm.engine.test.mock that implement ElProviderCompatible Modifier and Type Class Description class
MockExpressionManager
-