Modifier and Type | Field and Description |
---|---|
protected ELResolver |
AbstractProcessApplication.processApplicationElResolver |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ELResolver |
DefaultElResolverLookup.lookupResolver(AbstractProcessApplication processApplication) |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
CdiExpressionManager.createElResolver() |
Modifier and Type | Method and Description |
---|---|
ELResolver |
CdiProcessApplicationElResolver.getElResolver(AbstractProcessApplication processApplication) |
Modifier and Type | Class and Description |
---|---|
class |
CdiResolver
Resolver wrapping an instance of javax.el.ELResolver obtained from the
BeanManager . |
Modifier and Type | Class and Description |
---|---|
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 |
VariableContextElResolver |
class |
VariableScopeElResolver
Implementation of an
ELResolver that resolves expressions
with the process variables of a given VariableScope as context. |
Modifier and Type | Field and Description |
---|---|
protected ELResolver |
ExpressionManager.elResolver |
protected ELResolver |
ProcessEngineElContext.elResolver |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
ExpressionManager.createElResolver() |
protected ELResolver |
ExpressionManager.getCachedElResolver() |
ELResolver |
ProcessEngineElContext.getELResolver() |
protected ELResolver |
ProcessApplicationBeanElResolverDelegate.getElResolverDelegate() |
protected ELResolver |
ProcessApplicationElResolverDelegate.getElResolverDelegate() |
protected abstract ELResolver |
AbstractElResolverDelegate.getElResolverDelegate() |
Constructor and Description |
---|
ProcessEngineElContext(List<FunctionMapper> functionMappers,
ELResolver elResolver) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract ELResolver |
ELContext.getELResolver()
Retrieves the ELResolver associated with this context.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeELResolver.add(ELResolver elResolver)
Adds the given resolver to the list of component resolvers.
|
Modifier and Type | Class and Description |
---|---|
class |
RootPropertyResolver
Simple root property resolver implementation.
|
class |
SimpleResolver
Simple resolver implementation.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
SimpleContext.getELResolver()
Get our resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleContext.setELResolver(ELResolver resolver)
Set our resolver.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationContextElResolver |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
SpringExpressionManager.createElResolver() |
Modifier and Type | Method and Description |
---|---|
ELResolver |
SpringProcessApplicationElResolver.getElResolver(AbstractProcessApplication processApplication) |
Modifier and Type | Class and Description |
---|---|
class |
MockElResolver |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
MockExpressionManager.createElResolver() |
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope scope) |
Copyright © 2022. All rights reserved.