Uses of Class
org.apache.commons.jelly.DynaTagSupport
Packages that use DynaTagSupport
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 DynaTagSupport in org.apache.commons.jelly
Subclasses of DynaTagSupport in org.apache.commons.jellyModifier and TypeClassDescriptionclassDynaBeanTagis a DynaTag implementation which uses a DynaBean to store its attribute values in.classMapTagis a DynaTag implementation which uses a Map to store its attribute values in. -
Uses of DynaTagSupport in org.apache.commons.jelly.impl
Subclasses of DynaTagSupport in org.apache.commons.jelly.implModifier 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 DynaTagSupport in org.apache.commons.jelly.tags.core
Subclasses of DynaTagSupport in org.apache.commons.jelly.tags.coreModifier 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.