Class ConstantLanguage
java.lang.Object
org.apache.camel.support.LanguageSupport
org.apache.camel.language.constant.ConstantLanguage
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.IsSingleton,org.apache.camel.spi.HasCamelContext,org.apache.camel.spi.Language
@Language("constant")
public class ConstantLanguage
extends org.apache.camel.support.LanguageSupport
A language for constant expressions.
-
Field Summary
Fields inherited from class org.apache.camel.support.LanguageSupport
RESOURCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.camel.Expressionorg.apache.camel.ExpressioncreateExpression(String expression) org.apache.camel.ExpressioncreateExpression(String expression, Object[] properties) org.apache.camel.PredicatecreatePredicate(String expression) org.apache.camel.PredicatecreatePredicate(String expression, Object[] properties) Methods inherited from class org.apache.camel.support.LanguageSupport
getCamelContext, hasSimpleFunction, isDynamicResource, isSingleton, isStaticResource, loadResource, property, setCamelContext
-
Constructor Details
-
ConstantLanguage
public ConstantLanguage()
-
-
Method Details
-
constant
-
createPredicate
-
createExpression
-
createPredicate
-
createExpression
-