| java.lang.Object org.apache.commons.jelly.expression.jexl.JexlExpressionFactory
JexlExpressionFactory | public class JexlExpressionFactory implements ExpressionFactory(Code) | | Represents a factory of Jexl
expression which fully supports the Expression Language in JSTL and JSP.
In addition this ExpressionFactory can also support Ant style variable
names, where '.' is used inside variable names.
author: James Strachan version: $Revision: 155420 $ |
isSupportAntVariables | public boolean isSupportAntVariables()(Code) | | whether we should allow Ant-style expresssions, using dots aspart of variable name |
isValidAntVariableName | protected boolean isValidAntVariableName(String text)(Code) | | true if the given string is a valid Ant variable name,typically thats alphanumeric text with '.' etc. |
setSupportAntVariables | public void setSupportAntVariables(boolean supportAntVariables)(Code) | | Sets whether we should allow Ant-style expresssions, using dots as
part of variable name
|
|
|