Created
June 26, 2012 19:07
-
-
Save dfeist/2998105 to your computer and use it in GitHub Desktop.
Extend Expression Language
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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