org.mule.expression
Interface ExpressionConstants

All Known Implementing Classes:
CorrelationPropertiesExpressionEvaluator, MapPayloadExpressionEvaluator, MessageAttachmentExpressionEvaluator, MessageAttachmentsExpressionEvaluator, MessageAttachmentsListExpressionEvaluator, MessageHeaderExpressionEvaluator, MessageHeadersExpressionEvaluator, MessageHeadersListExpressionEvaluator

public interface ExpressionConstants

Constnts for Headers and Attachment processing shared by a number of the Expression evaluators


Field Summary
static String ALL_ARGUMENT
           
static String COUNT_ARGUMENT
           
static String DELIM
           
static String OPTIONAL_ARGUMENT
           
 

Field Detail

DELIM

static final String DELIM
See Also:
Constant Field Values

ALL_ARGUMENT

static final String ALL_ARGUMENT
See Also:
Constant Field Values

COUNT_ARGUMENT

static final String COUNT_ARGUMENT
See Also:
Constant Field Values

OPTIONAL_ARGUMENT

static final String OPTIONAL_ARGUMENT
See Also:
Constant Field Values


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.