|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionType | |
---|---|
org.apache.camel.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
org.apache.camel.model.language | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of ExpressionType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return ExpressionType | |
---|---|
ExpressionType |
ExpressionNode.getExpression()
|
Methods in org.apache.camel.model that return types with arguments of type ExpressionType | |
---|---|
List<ExpressionType> |
ResequencerType.getExpressions()
|
Methods in org.apache.camel.model with parameters of type ExpressionType | |
---|---|
FilterType |
ProcessorType.filter(ExpressionType expression)
|
void |
ExpressionNode.setExpression(ExpressionType expression)
|
Constructors in org.apache.camel.model with parameters of type ExpressionType | |
---|---|
AggregatorType(ExpressionType correlationExpression)
|
|
DelayerType(ExpressionType processAtExpression)
|
|
ExpressionNode(ExpressionType expression)
|
|
FilterType(ExpressionType expression)
|
|
RecipientListType(ExpressionType expression)
|
|
SplitterType(ExpressionType expression)
|
|
WhenType(ExpressionType expression)
|
Uses of ExpressionType in org.apache.camel.model.language |
---|
Subclasses of ExpressionType in org.apache.camel.model.language | |
---|---|
class |
ELExpression
For EL expresions and predicates |
class |
GroovyExpression
For Groovy expresions and predicates |
class |
HeaderExpression
An expression which extracts the named header |
class |
JavaScriptExpression
For JavaScript expresions and predicates |
class |
LanguageExpression
Represents a parameterised language expression which can support any language at runtime using the language attribute. |
class |
OgnlExpression
For OGNL expresions and predicates |
class |
PhpExpression
For PHP expresions and predicates |
class |
PythonExpression
For Python expresions and predicates |
class |
RubyExpression
For Ruby expresions and predicates |
class |
SimpleExpression
For Groovy expresions and predicates |
class |
SqlExpression
For SQ: expresions and predicates |
class |
XPathExpression
For XPath expresions and predicates |
class |
XQueryExpression
For XQuery expresions and predicates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |