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
ExpressionFactory
createExpression
in interface ExpressionFactory
JellyException
public boolean isSupportAntVariables()
public void setSupportAntVariables(boolean supportAntVariables)
protected boolean isValidAntVariableName(String text)
Copyright © 2014 Apache Software Foundation. All rights reserved.