Package | Description |
---|---|
org.camunda.bpm.engine.impl.el | |
org.camunda.bpm.engine.impl.javax.el | |
org.camunda.bpm.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 © 2015. All rights reserved.