Skip to content

Instantly share code, notes, and snippets.

@dfeist
Created June 26, 2012 19:07
Show Gist options
  • Save dfeist/2998105 to your computer and use it in GitHub Desktop.
Save dfeist/2998105 to your computer and use it in GitHub Desktop.
Extend Expression Language
<mule>
<configuration>
<expression-language autoResolveVariables="false">
<import name="loc" class="java.util.Locale" />
<alias name="appName" expression="app.name" />
<global-functions file="org/mule/test/el/functions.txt">
def hello() {'Hello '+appName+'!'}
</global-functions>
</expression-language>
</configuration>
...
</mule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment