Uses of Interface
org.apache.commons.jelly.expression.ExpressionFactory
Packages that use ExpressionFactory
Package
Description
This package contains the main jelly API classes.
Implementations of the Expression classes using commons-jexl.
Expressions used to turn the tag attribute values into compiled expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino etc.
Jelly parsers both XML syntax and non-XML syntaxes are supported.
-
Uses of ExpressionFactory in org.apache.commons.jelly
Methods in org.apache.commons.jelly that return ExpressionFactoryModifier and TypeMethodDescriptionprotected ExpressionFactoryTagLibrary.getExpressionFactory()Allows derived tag libraries to use their own factoryMethods in org.apache.commons.jelly with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionTagLibrary.createExpression(ExpressionFactory factory, TagScript tagScript, String attributeName, String attributeValue) Allows taglibs to use their own expression evaluation mechanism -
Uses of ExpressionFactory in org.apache.commons.jelly.expression
Methods in org.apache.commons.jelly.expression with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionstatic ExpressionCompositeExpression.parse(String text, ExpressionFactory factory) Parses the given String to be either a ConstantExpression, an Expression denoted as "${foo}" or some String with embedded expressions such as "abc${something}def${else}xyz" which results in a CompositeExpression being returned. -
Uses of ExpressionFactory in org.apache.commons.jelly.expression.jexl
Classes in org.apache.commons.jelly.expression.jexl that implement ExpressionFactoryModifier and TypeClassDescriptionclassRepresents a factory of Jexl expression which fully supports the Expression Language in JSTL and JSP. -
Uses of ExpressionFactory in org.apache.commons.jelly.parser
Methods in org.apache.commons.jelly.parser that return ExpressionFactoryModifier and TypeMethodDescriptionprotected ExpressionFactoryXMLParser.createExpressionFactory()XMLParser.getExpressionFactory()Methods in org.apache.commons.jelly.parser with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionvoidXMLParser.setExpressionFactory(ExpressionFactory expressionFactory) Sets the expression factory used to evaluate tag attributes