public class JexlExpressionFactory extends Object implements ExpressionFactory
| Constructor and Description |
|---|
JexlExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
createExpression(String text)
Creates a new expression for the given text
|
boolean |
isSupportAntVariables() |
protected boolean |
isValidAntVariableName(String text) |
void |
setSupportAntVariables(boolean supportAntVariables)
Sets whether we should allow Ant-style expresssions, using dots as
part of variable name
|
public Expression createExpression(String text) throws JellyException
ExpressionFactorycreateExpression in interface ExpressionFactoryJellyExceptionpublic boolean isSupportAntVariables()
public void setSupportAntVariables(boolean supportAntVariables)
protected boolean isValidAntVariableName(String text)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.