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