public static interface ExpressionModule.Builder
| Modifier and Type | Method and Description |
|---|---|
ExpressionModule.Builder |
addBinding(String identifier,
TypedValue<?> value)
Will create a binding for the specified identifier and value.
|
ExpressionModule |
build() |
ExpressionModule.Builder addBinding(String identifier, TypedValue<?> value)
value - the value to bindidentifier - the keyword to use in the EL to access the valueExpressionModule build()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.