Package org.apache.commons.jelly
package org.apache.commons.jelly
This package contains the main jelly API classes.
Developers writing tags should use this package.
-
ClassDescription
Compilablerepresents a Tag that is compilable.DynaBeanTagis a DynaTag implementation which uses a DynaBean to store its attribute values in.DynaTagrepresents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.DynaTagSupportis an abstract base class for any DynaTag implementation to derive from.Jellyis a helper class which is capable of running a Jelly script.JellyContextrepresents the Jelly context.JellyExceptionis the root of all Jelly exceptions.AJellyTagExceptionis an exception generated by a Tag implementation.LocationAwarerepresents a Tag or Exception which is location aware.MapTagis a DynaTag implementation which uses a Map to store its attribute values in.JellyExceptionis the root of all Jelly exceptions.NamespaceAwareTagrepresents a Jelly custom tag which needs to be aware of the XML Namespace context in which it is used.Scriptrepresents a Jelly script.Tagrepresents a Jelly custom tag.Taglibrepresents the metadata for a Jelly custom tag library.TagSupportan abstract base class which is useful to inherit from if developing your own tag.XMLOutputis used to output XML events in a SAX-like manner.Factory to create an XMLOutput for a given Writer.