org.apache.camel.model.language
Class SpELExpression

java.lang.Object
  extended by org.apache.camel.model.language.ExpressionDefinition
      extended by org.apache.camel.model.language.SpELExpression
All Implemented Interfaces:
Expression, Predicate

public class SpELExpression
extends ExpressionDefinition

For Spring Expression Language (SpEL) expressions and predicates

Version:

Constructor Summary
SpELExpression()
           
SpELExpression(String expression)
           
 
Method Summary
 String getLanguage()
           
 
Methods inherited from class org.apache.camel.model.language.ExpressionDefinition
assertMatches, configureExpression, configurePredicate, createExpression, createExpression, createPredicate, createPredicate, evaluate, evaluate, getExpression, getExpressionType, getExpressionValue, getId, getLabel, getLabel, getPredicate, getTrim, isTrim, matches, setExpression, setExpressionType, setExpressionValue, setId, setProperty, setTrim, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpELExpression

public SpELExpression()

SpELExpression

public SpELExpression(String expression)
Method Detail

getLanguage

public String getLanguage()
Overrides:
getLanguage in class ExpressionDefinition


Apache CAMEL