public class ExpressionParser extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.jexl.JexlContext |
context |
Constructor and Description |
---|
ExpressionParser() |
ExpressionParser(Map vars) |
Modifier and Type | Method and Description |
---|---|
void |
addVariables(Map map) |
protected org.apache.commons.jexl.Expression |
createExpression(String expression) |
Object |
evaluate(String expression) |
Object |
getVariable(Object name) |
Map |
getVariables() |
String |
parse(String input) |
String |
parse(String input,
boolean trim) |
Object |
setVariable(Object name,
Object value) |
Object |
unsetVariable(Object name) |
public ExpressionParser(Map vars)
public ExpressionParser()
Copyright © 2012 Codehaus. All Rights Reserved.