|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ELResolver in org.camunda.bpm.application |
|---|
| Fields in org.camunda.bpm.application declared as ELResolver | |
|---|---|
protected ELResolver |
AbstractProcessApplication.processApplicationElResolver
|
| Methods in org.camunda.bpm.application that return ELResolver | |
|---|---|
ELResolver |
ProcessApplicationInterface.getElResolver()
This allows the process application to provide a custom ElResolver to the process engine. |
ELResolver |
AbstractProcessApplication.getElResolver()
|
ELResolver |
ProcessApplicationElResolver.getElResolver(AbstractProcessApplication processApplication)
return the Resolver. |
protected ELResolver |
AbstractProcessApplication.initProcessApplicationElResolver()
Initializes the process application provided ElResolver. |
| Uses of ELResolver in org.camunda.bpm.application.impl |
|---|
| Methods in org.camunda.bpm.application.impl that return ELResolver | |
|---|---|
static ELResolver |
DefaultElResolverLookup.lookupResolver(AbstractProcessApplication processApplication)
|
| Uses of ELResolver in org.camunda.bpm.engine.impl.el |
|---|
| Subclasses of ELResolver in org.camunda.bpm.engine.impl.el | |
|---|---|
class |
AbstractElResolverDelegate
|
class |
ProcessApplicationBeanElResolverDelegate
Resolves a BeanELResolver from the current process application. |
class |
ProcessApplicationElResolverDelegate
This is an ELResolver implementation that delegates to a ProcessApplication-provided
ELResolver. |
class |
ReadOnlyMapELResolver
An ELResolver that exposed object values in the map, under the name of the entry's key. |
class |
VariableScopeElResolver
Implementation of an ELResolver that resolves expressions
with the process variables of a given VariableScope as context. |
| Fields in org.camunda.bpm.engine.impl.el declared as ELResolver | |
|---|---|
protected ELResolver |
ExpressionManager.elResolver
|
protected ELResolver |
ProcessEngineElContext.elResolver
|
| Methods in org.camunda.bpm.engine.impl.el that return ELResolver | |
|---|---|
protected ELResolver |
ExpressionManager.createElResolver()
|
protected ELResolver |
ExpressionManager.getCachedElResolver()
|
ELResolver |
ProcessEngineElContext.getELResolver()
|
protected ELResolver |
ProcessApplicationBeanElResolverDelegate.getElResolverDelegate()
|
protected abstract ELResolver |
AbstractElResolverDelegate.getElResolverDelegate()
|
protected ELResolver |
ProcessApplicationElResolverDelegate.getElResolverDelegate()
|
| Constructors in org.camunda.bpm.engine.impl.el with parameters of type ELResolver | |
|---|---|
ProcessEngineElContext(List<FunctionMapper> functionMappers,
ELResolver elResolver)
|
|
| Uses of ELResolver in org.camunda.bpm.engine.impl.javax.el |
|---|
| Subclasses of ELResolver in org.camunda.bpm.engine.impl.javax.el | |
|---|---|
class |
ArrayELResolver
Defines property resolution behavior on arrays. |
class |
BeanELResolver
Defines property resolution behavior on objects using the JavaBeans component architecture. |
class |
CompositeELResolver
Maintains an ordered composite list of child ELResolvers. |
class |
DynamicBeanPropertyELResolver
A ELResolver for dynamic bean properties |
class |
ListELResolver
Defines property resolution behavior on instances of java.util.List. |
class |
MapELResolver
Defines property resolution behavior on instances of java.util.Map. |
class |
ResourceBundleELResolver
Defines property resolution behavior on instances of java.util.ResourceBundle. |
| Methods in org.camunda.bpm.engine.impl.javax.el that return ELResolver | |
|---|---|
abstract ELResolver |
ELContext.getELResolver()
Retrieves the ELResolver associated with this context. |
| Methods in org.camunda.bpm.engine.impl.javax.el with parameters of type ELResolver | |
|---|---|
void |
CompositeELResolver.add(ELResolver elResolver)
Adds the given resolver to the list of component resolvers. |
| Uses of ELResolver in org.camunda.bpm.engine.impl.juel |
|---|
| Subclasses of ELResolver in org.camunda.bpm.engine.impl.juel | |
|---|---|
class |
RootPropertyResolver
Simple root property resolver implementation. |
class |
SimpleResolver
Simple resolver implementation. |
| Methods in org.camunda.bpm.engine.impl.juel that return ELResolver | |
|---|---|
ELResolver |
SimpleContext.getELResolver()
Get our resolver. |
| Methods in org.camunda.bpm.engine.impl.juel with parameters of type ELResolver | |
|---|---|
void |
SimpleContext.setELResolver(ELResolver resolver)
Set our resolver. |
| Constructors in org.camunda.bpm.engine.impl.juel with parameters of type ELResolver | |
|---|---|
SimpleContext(ELResolver resolver)
Create a context, use the specified resolver. |
|
SimpleResolver(ELResolver resolver)
Create a read/write resolver capable of resolving top-level identifiers. |
|
SimpleResolver(ELResolver resolver,
boolean readOnly)
Create a resolver capable of resolving top-level identifiers. |
|
| Uses of ELResolver in org.camunda.bpm.engine.test.mock |
|---|
| Subclasses of ELResolver in org.camunda.bpm.engine.test.mock | |
|---|---|
class |
MockElResolver
|
| Methods in org.camunda.bpm.engine.test.mock that return ELResolver | |
|---|---|
protected ELResolver |
MockExpressionManager.createElResolver()
|
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope scope)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||