|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynaTag | |
org.apache.commons.jelly | This package contains the main jelly API classes. |
org.apache.commons.jelly.impl | Core implementation classes for Jelly. |
org.apache.commons.jelly.tags.ant | A tag library for using Ant tasks within Jelly |
org.apache.commons.jelly.tags.sql | The SQL Tags from the JSTL |
org.apache.commons.jelly.tags.swing | A tag library for creating Swing UIs via Jelly script |
Uses of DynaTag in org.apache.commons.jelly |
Classes in org.apache.commons.jelly that implement DynaTag | |
class |
DynaBeanTagSupport
DynaBeanTag is a DynaTag implementation which uses a DynaBean
to store its attribute values in. |
class |
MapTagSupport
MapTag is 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 DynaTag | |
class |
DynamicBeanTag
This tag is bound onto a Java Bean class. |
class |
DynamicDynaBeanTag
This tag is bound onto a DynaClass instance. |
class |
DynamicTag
DynamicTag is 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. |
class |
StaticTag
StaticTag represents a static XML element
which echos itself to XMLOutput when it is invoked. |
Uses of DynaTag in org.apache.commons.jelly.tags.ant |
Classes in org.apache.commons.jelly.tags.ant that implement DynaTag | |
class |
AntTag
Tag supporting ant's Tasks as well as dynamic runtime behaviour for 'unknown' tags. |
Uses of DynaTag in org.apache.commons.jelly.tags.sql |
Classes in org.apache.commons.jelly.tags.sql that implement DynaTag | |
class |
RowTag
Adds a new row to a parent <resultSet> Tag. |
Uses of DynaTag in org.apache.commons.jelly.tags.swing |
Classes in org.apache.commons.jelly.tags.swing that implement DynaTag | |
class |
ActionTag
Creates a Swing Action and attaches it to the parent component. |
class |
ComponentTag
This tag creates a Swing component and adds it to its parent tag, optionally declaring this component as a variable if the var attribute is specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |