org.apache.camel.spring.model.language
Class ELExpression

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

public class ELExpression
extends ExpressionType

For EL expresions and predicates

Version:
$Revision: 1.1 $

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

Constructor Detail

ELExpression

public ELExpression()

ELExpression

public ELExpression(String expression)
Method Detail

getLanguage

public String getLanguage()
Specified by:
getLanguage in class ExpressionType


Copyright © 2007 Apache Software Foundation. All Rights Reserved.