org.mule.expression
Class RegexExpressionEvaluator

java.lang.Object
  extended by org.mule.expression.IllegalExpressionEvaluator
      extended by org.mule.expression.RegexExpressionEvaluator
All Implemented Interfaces:
ExpressionEvaluator, NamedObject

public class RegexExpressionEvaluator
extends IllegalExpressionEvaluator


Field Summary
static String NAME
           
 
Fields inherited from class org.mule.expression.IllegalExpressionEvaluator
ILLEGAL_EVALUATOR_MESSAGE
 
Constructor Summary
RegexExpressionEvaluator()
           
 
Method Summary
 String getName()
          Gets the name of the object
 
Methods inherited from class org.mule.expression.IllegalExpressionEvaluator
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

RegexExpressionEvaluator

public RegexExpressionEvaluator()
Method Detail

getName

public String getName()
Description copied from interface: NamedObject
Gets the name of the object

Returns:
the name of the object


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