ELPage edited by Christian MuellerChanges (1)
Full ContentELCamel supports the unified JSP and JSF _expression_ Language via the JUEL to allow an _expression_ or Predicate to be used in the DSL or Xml Configuration. For example you could use EL inside a Message Filter in XML <route> <from uri="seda:foo"/> <filter> <el>${in.headers.foo == 'bar'}</el> <to uri="seda:bar"/> </filter> </route>
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|