Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
    <filter>
        <language language="beanshell">request.getHeaders().get("Foo").equals("Bar")</language>
        <to uri="direct:next" />
    </filter>

Some See Scripting Languages for the list of languages with DSL support include:

...

Language

...

DSL keyword

...

EL

...

el

...

Groovy

...

groovy

...

JavaScript

...

javaScript

...

JoSQL

...

sql

...

JXPath

...

jxpath

...

MVEL

...

mvel

...

OGNL

...

ognl

...

PHP

...

php

...

Python

...

python

...

Ruby

...

ruby

...

XPath

...

xpath

...

XQuery

...

explicit DSL support.

Some languages without specific DSL support but known to work with these generic methods include:

...