org.camunda.bpm.engine.spring
Class SpringExpressionManager
java.lang.Object
org.camunda.bpm.engine.impl.el.ExpressionManager
org.camunda.bpm.engine.spring.SpringExpressionManager
public class SpringExpressionManager
- extends ExpressionManager
ExpressionManager that exposes the full application-context or a limited set
of beans in expressions.
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
SpringExpressionManager
public SpringExpressionManager(org.springframework.context.ApplicationContext applicationContext,
Map<Object,Object> beans)
- Parameters:
applicationContext - the applicationContext to use. Ignored when 'beans' parameter is
not null.beans - a map of custom beans to expose. If null, all beans in the
application-context will be exposed.
createElResolver
protected ELResolver createElResolver()
- Overrides:
createElResolver in class ExpressionManager
Copyright © 2017 camunda services GmbH. All rights reserved.