Library:Apache Jakarta Commons Jelly
Version:1.0
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons Jelly.
NamePackageDescription
ArgTagParentorg.apache.commons.jelly.tags.coreInterface for classes that support ArgTag children.
BeanSourceorg.apache.commons.jelly.implA tag which is associated with a JavaBean, such as a DynamicBeanTag
CollectionTagorg.apache.commons.jelly.implA tag which is capable of consuming objects, such as a <useList> tag such that nested objects will be added to the parent tag.
CompilableTagorg.apache.commons.jelly

Compilable represents a Tag that is compilable.

DynaTagorg.apache.commons.jelly

DynaTag represents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.

Expressionorg.apache.commons.jelly.expression

Expression represents an arbitrary expression using some pluggable expression language.

ExpressionFactoryorg.apache.commons.jelly.expression

ExpressionFactory is a factory of Expression objects.

LocationAwareorg.apache.commons.jelly

LocationAware represents a Tag or Exception which is location aware.

NamespaceAwareTagorg.apache.commons.jelly

NamespaceAwareTag represents a Jelly custom tag which needs to be aware of the XML Namespace context in which it is used.

Scriptorg.apache.commons.jelly

Script represents a Jelly script.

Tagorg.apache.commons.jelly

Tag represents a Jelly custom tag.

TagFactoryorg.apache.commons.jelly.impl

TagFactory represents a Factory of Tag instances.

TagLibraryResolverorg.apache.commons.jelly.impl

TagLibraryResolver represents an object capable of resolving a URI to a TagLibrary instance.

XPathSourceorg.apache.commons.jelly.xpathA tag which is capable of producing a source of XPath context objects such as <x:forEach>
Search