org.apache.camel.language.juel
Class JuelLanguage

java.lang.Object
  extended by org.apache.camel.support.LanguageSupport
      extended by org.apache.camel.language.juel.JuelLanguage
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.IsSingleton, org.apache.camel.spi.Language

public class JuelLanguage
extends org.apache.camel.support.LanguageSupport

The EL Language from JSP and JSF

Version:

Field Summary
 
Fields inherited from class org.apache.camel.support.LanguageSupport
RESOURCE
 
Constructor Summary
JuelLanguage()
           
 
Method Summary
 org.apache.camel.Expression createExpression(String expression)
           
 org.apache.camel.Predicate createPredicate(String expression)
           
 
Methods inherited from class org.apache.camel.support.LanguageSupport
getCamelContext, isSingleton, loadResource, setCamelContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JuelLanguage

public JuelLanguage()
Method Detail

createPredicate

public org.apache.camel.Predicate createPredicate(String expression)

createExpression

public org.apache.camel.Expression createExpression(String expression)


Apache Camel