org.apache.camel.model.language
Class SimpleExpression

java.lang.Object
  extended by org.apache.camel.model.language.ExpressionType
      extended by org.apache.camel.model.language.SimpleExpression

public class SimpleExpression
extends ExpressionType

For Groovy expresions and predicates

Version:
$Revision: 1.1 $

Constructor Summary
SimpleExpression()
           
SimpleExpression(String expression)
           
 
Method Summary
 String getLanguage()
           
 
Methods inherited from class org.apache.camel.model.language.ExpressionType
createExpression, createPredicate, getExpression, getId, setExpression, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleExpression

public SimpleExpression()

SimpleExpression

public SimpleExpression(String expression)
Method Detail

getLanguage

public String getLanguage()
Overrides:
getLanguage in class ExpressionType


Copyright © 2007 Apache Software Foundation. All Rights Reserved.