org.mule.api.el
Interface ExpressionLanguageExtension


public interface ExpressionLanguageExtension

Interface used to implement extensions to be used with a Mule Expression Language implementation. Imports, variables, aliases and functions can be added to the Expression Language context as required via the methods available in the ExpressionLanguageContext instance provided. Note: The context provided, is a static context with no message context available. In order to work with per-evaluation context including the message (including it's payload and properties) and flow/session variables then you should implement ExpressionLanguageFunction's and make these available in the context.

Since:
3.3

Method Summary
 void configureContext(ExpressionLanguageContext context)
           
 

Method Detail

configureContext

void configureContext(ExpressionLanguageContext context)


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.