Class EvaluatorConstants
- java.lang.Object
-
- org.apache.synapse.commons.evaluators.EvaluatorConstants
-
public class EvaluatorConstants extends Object
Constants used through out the evaluators
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvaluatorConstants.URI_FRAGMENTS
-
Field Summary
Fields Modifier and Type Field Description static StringANDstatic StringCONDITIONstatic StringCONDITIONSstatic StringDEFAULT_PRIORITYstatic StringEMPTY_PREFIXstatic StringEQUALstatic StringHEADERstatic StringMATCHstatic StringNOTstatic StringORstatic StringPARAMstatic StringPRIORITYstatic StringPROPERTYstatic StringREGEXstatic StringSOAPstatic StringSOURCEstatic StringSYNAPSE_NAMESPACEstatic StringTYPEstatic StringURLstatic StringVALUE
-
Constructor Summary
Constructors Constructor Description EvaluatorConstants()
-
-
-
Field Detail
-
AND
public static final String AND
- See Also:
- Constant Field Values
-
OR
public static final String OR
- See Also:
- Constant Field Values
-
NOT
public static final String NOT
- See Also:
- Constant Field Values
-
MATCH
public static final String MATCH
- See Also:
- Constant Field Values
-
EQUAL
public static final String EQUAL
- See Also:
- Constant Field Values
-
HEADER
public static final String HEADER
- See Also:
- Constant Field Values
-
PARAM
public static final String PARAM
- See Also:
- Constant Field Values
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
PROPERTY
public static final String PROPERTY
- See Also:
- Constant Field Values
-
SOAP
public static final String SOAP
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
SOURCE
public static final String SOURCE
- See Also:
- Constant Field Values
-
REGEX
public static final String REGEX
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
CONDITIONS
public static final String CONDITIONS
- See Also:
- Constant Field Values
-
CONDITION
public static final String CONDITION
- See Also:
- Constant Field Values
-
PRIORITY
public static final String PRIORITY
- See Also:
- Constant Field Values
-
DEFAULT_PRIORITY
public static final String DEFAULT_PRIORITY
- See Also:
- Constant Field Values
-
SYNAPSE_NAMESPACE
public static final String SYNAPSE_NAMESPACE
- See Also:
- Constant Field Values
-
EMPTY_PREFIX
public static final String EMPTY_PREFIX
- See Also:
- Constant Field Values
-
-