|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionSupport | |
org.apache.commons.jelly.expression | Implementations of the Expression classes using commons-jexl. |
org.apache.commons.jelly.expression.jexl | Expressions used to turn the tag attribute values into compiled expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino etc. |
org.apache.commons.jelly.tags.beanshell | A tag library for working with BeanShell expressions and scripts within Jelly |
org.apache.commons.jelly.tags.bsf | A collection of tag libraries for working with BSF based scripting languages like JavaScript, Jython and PNuts |
org.apache.commons.jelly.tags.jsl | The Jelly Stylesheet Library (JSL) |
org.apache.commons.jelly.tags.xml | The XML Tags from the JSTL |
Uses of ExpressionSupport in org.apache.commons.jelly.expression |
Subclasses of ExpressionSupport in org.apache.commons.jelly.expression | |
class |
CompositeExpression
CompositeExpression is a Composite expression made up of several
Expression objects which are concatenated into a single String. |
class |
ConstantExpression
ConstantExpression represents a constant expression. |
Uses of ExpressionSupport in org.apache.commons.jelly.expression.jexl |
Subclasses of ExpressionSupport in org.apache.commons.jelly.expression.jexl | |
class |
JexlExpression
Represents a Jexl expression which fully supports the Expression Language in JSTL and JSP along with some extra features like object method invocation. |
Uses of ExpressionSupport in org.apache.commons.jelly.tags.beanshell |
Subclasses of ExpressionSupport in org.apache.commons.jelly.tags.beanshell | |
class |
BeanShellExpression
Represents a beanshell expression |
Uses of ExpressionSupport in org.apache.commons.jelly.tags.bsf |
Subclasses of ExpressionSupport in org.apache.commons.jelly.tags.bsf | |
class |
BSFExpression
Represents a BSF expression |
Uses of ExpressionSupport in org.apache.commons.jelly.tags.jsl |
Subclasses of ExpressionSupport in org.apache.commons.jelly.tags.jsl | |
class |
XPathPatternExpression
An expression which returns an XPath based Pattern (like an XSLT pattern). |
Uses of ExpressionSupport in org.apache.commons.jelly.tags.xml |
Subclasses of ExpressionSupport in org.apache.commons.jelly.tags.xml | |
class |
XPathExpression
An expression which returns an XPath object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |