Package | Description |
---|---|
org.activiti.engine.impl.el | |
org.activiti.engine.impl.javax.el | |
org.activiti.engine.impl.juel | |
org.activiti.engine.test.mock |
Modifier and Type | Class and Description |
---|---|
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() |
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 |
JsonNodeELResolver
Defines property resolution behavior on JsonNodes.
|
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 |
MockElResolver |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope variableScope) |
Copyright © 2016 Alfresco. All rights reserved.