org.apache.camel.language.ognl
Class OgnlExpression
java.lang.Object
org.apache.camel.impl.ExpressionSupport<org.apache.camel.Exchange>
org.apache.camel.language.ognl.OgnlExpression
- All Implemented Interfaces:
- org.apache.camel.Expression<org.apache.camel.Exchange>, org.apache.camel.Predicate<org.apache.camel.Exchange>
public class OgnlExpression
- extends org.apache.camel.impl.ExpressionSupport<org.apache.camel.Exchange>
- Version:
- $Revision: $
Methods inherited from class org.apache.camel.impl.ExpressionSupport |
assertMatches, matches |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OgnlExpression
public OgnlExpression(OgnlLanguage language,
String expressionString,
Class<?> type)
ognl
public static OgnlExpression ognl(String expression)
evaluate
public Object evaluate(org.apache.camel.Exchange exchange)
populateContext
protected void populateContext(Map map,
org.apache.camel.Exchange exchange)
assertionFailureMessage
protected String assertionFailureMessage(org.apache.camel.Exchange exchange)
- Specified by:
assertionFailureMessage
in class org.apache.camel.impl.ExpressionSupport<org.apache.camel.Exchange>
Copyright © 2007 Apache Software Foundation. All Rights Reserved.