| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
OGNLFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(MuleMessage message) |
boolean |
equals(Object obj) |
String |
getExpression() |
int |
hashCode() |
void |
setExpression(String expression)
Sets the expression for this filter.
|
public String getExpression()
public void setExpression(String expression) throws ConfigurationException
expression - the expression to use for message evaluationConfigurationException - if the expression cannot be parsedOgnl.parseExpression(String)public boolean accept(MuleMessage message)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.