Uses of Class
org.camunda.bpm.engine.impl.javax.el.BeanELResolver
-
Packages that use BeanELResolver Package Description org.camunda.bpm.application -
-
Uses of BeanELResolver in org.camunda.bpm.application
Fields in org.camunda.bpm.application declared as BeanELResolver Modifier and Type Field Description protected BeanELResolver
AbstractProcessApplication. processApplicationBeanElResolver
Methods in org.camunda.bpm.application that return BeanELResolver Modifier and Type Method Description BeanELResolver
AbstractProcessApplication. getBeanElResolver()
BeanELResolver
ProcessApplicationInterface. getBeanElResolver()
Returns an instance ofBeanELResolver
that a process application caches.
-