Uses of Interface
org.apache.commons.jelly.DynaTag
Packages that use DynaTag
Package
Description
This package contains the main jelly API classes.
Core implementation classes for Jelly.
The core Tags from the JSTL plus Jelly extensions.
-
Uses of DynaTag in org.apache.commons.jelly
Classes in org.apache.commons.jelly that implement DynaTagModifier and TypeClassDescriptionclassDynaBeanTagis a DynaTag implementation which uses a DynaBean to store its attribute values in.classDynaTagSupportis an abstract base class for any DynaTag implementation to derive from.classMapTagis a DynaTag implementation which uses a Map to store its attribute values in. -
Uses of DynaTag in org.apache.commons.jelly.impl
Classes in org.apache.commons.jelly.impl that implement DynaTagModifier and TypeClassDescriptionclassThis tag is bound onto a Java Bean class.classThis tag is bound onto aDynaClassinstance.classDynamicTagis a tag that is created from inside a Jelly script as a Jelly template and will invoke a given script, passing in its instantiation attributes as variables and will allow the template to invoke its instance body.classStaticTagrepresents a static XML element which echos itself to XMLOutput when it is invoked. -
Uses of DynaTag in org.apache.commons.jelly.tags.core
Classes in org.apache.commons.jelly.tags.core that implement DynaTagModifier and TypeClassDescriptionclassA tag which sets the bean properties on the given bean.classA tag which instantiates an instance of the given class and then sets the properties on the bean.classA tag which creates a List implementation and optionally adds all of the elements identified by the items attribute.