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(VariableScope variableScope) |
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 |
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. |
Modifier and Type | Field and Description |
---|---|
protected ELResolver |
ActivitiElContext.elResolver |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
ExpressionManager.createElResolver(VariableScope variableScope) |
ELResolver |
ParsingElContext.getELResolver() |
ELResolver |
ActivitiElContext.getELResolver() |
protected ELResolver |
ProcessApplicationElResolverDelegate.getProcessApplicationElResolverDelegate() |
Constructor and Description |
---|
ActivitiElContext(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(VariableScope variableScope) |
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(VariableScope variableScope) |
Copyright © 2015. All rights reserved.