This package contains the main jelly API classes. Developers writing tags should use this package.
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.
Core implementation classes for Jelly.
Jelly parsers both XML syntax and non-XML syntaxes are supported.
Classes for using Jelly on the Servlet platform.
The core Tags from the JSTL plus Jelly extensions.
A collection of JUnit tags for performing unit tests written in Jelly script.
The <suite> tag allows a test suite to be created and then test cases can either be individually ran or the whole suite ran.
The <case> tag allows a single test case to be created as part of a suite.
The <run> tag can be used to run a given Test, TestCase or TestSuite
There is an example of these tags in action here