| Package | Description |
|---|---|
| org.activiti.engine.impl.el | |
| org.activiti.engine.impl.javax.el | |
| org.activiti.engine.impl.juel |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivitiFunctionMapper
Default implementation of a
FunctionMapper. |
| Modifier and Type | Method and Description |
|---|---|
FunctionMapper |
ParsingElContext.getFunctionMapper() |
FunctionMapper |
ActivitiElContext.getFunctionMapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract FunctionMapper |
ELContext.getFunctionMapper()
Retrieves the FunctionMapper associated with this ELContext.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionMapper |
SimpleContext.getFunctionMapper()
Get our function mapper.
|
| Modifier and Type | Method and Description |
|---|---|
Bindings |
Tree.bind(FunctionMapper fnMapper,
VariableMapper varMapper)
Create a bindings.
|
Bindings |
Tree.bind(FunctionMapper fnMapper,
VariableMapper varMapper,
TypeConverter converter)
Create a bindings.
|
| Constructor and Description |
|---|
TreeMethodExpression(TreeStore store,
FunctionMapper functions,
VariableMapper variables,
TypeConverter converter,
String expr,
Class<?> returnType,
Class<?>[] paramTypes)
Create a new method expression.
|
TreeValueExpression(TreeStore store,
FunctionMapper functions,
VariableMapper variables,
TypeConverter converter,
String expr,
Class<?> type)
Create a new value expression.
|
Copyright © 2016 Alfresco. All rights reserved.