|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpressionLanguageContext | |
|---|---|
| org.mule.api.el | |
| org.mule.el.function | |
| org.mule.el.mvel | |
| Uses of ExpressionLanguageContext in org.mule.api.el |
|---|
| Classes in org.mule.api.el with type parameters of type ExpressionLanguageContext | |
|---|---|
interface |
ExpressionExecutor<T extends ExpressionLanguageContext>
Wraps an expression language engine. |
| Methods in org.mule.api.el with parameters of type ExpressionLanguageContext | |
|---|---|
Object |
ExpressionLanguageFunction.call(Object[] params,
ExpressionLanguageContext context)
|
void |
ExpressionLanguageExtension.configureContext(ExpressionLanguageContext context)
|
| Uses of ExpressionLanguageContext in org.mule.el.function |
|---|
| Methods in org.mule.el.function with parameters of type ExpressionLanguageContext | |
|---|---|
Object |
RegexExpressionLanguageFuntion.call(Object[] params,
ExpressionLanguageContext context)
|
Object |
DateTimeExpressionLanguageFuntion.call(Object[] params,
ExpressionLanguageContext context)
|
protected Object |
RegexExpressionLanguageFuntion.getMatches(String regex,
String text,
int flags,
ExpressionLanguageContext context)
|
| Uses of ExpressionLanguageContext in org.mule.el.mvel |
|---|
| Classes in org.mule.el.mvel that implement ExpressionLanguageContext | |
|---|---|
class |
EventVariableResolverFactory
|
class |
GlobalVariableResolverFactory
|
class |
MVELExpressionLanguageContext
|
class |
VariableVariableResolverFactory
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||