org.apache.camel.model.language
Class OgnlExpression

java.lang.Object
  extended by org.apache.camel.model.language.ExpressionType
      extended by org.apache.camel.model.language.OgnlExpression
All Implemented Interfaces:
Expression<Exchange>, Predicate<Exchange>

public class OgnlExpression
extends ExpressionType

For OGNL expressions and predicates

Version:
$Revision: 45033 $

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

Constructor Detail

OgnlExpression

public OgnlExpression()

OgnlExpression

public OgnlExpression(String expression)
Method Detail

getLanguage

public String getLanguage()
Overrides:
getLanguage in class ExpressionType


Copyright © 2009 IONA Open Source Community. All Rights Reserved.