Package | Description |
---|---|
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.core |
The core Tags from the JSTL plus Jelly extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
DynaBeanTagSupport
DynaBeanTag is a DynaTag implementation which uses a DynaBean
to store its attribute values in. |
class |
DynaTagSupport
DynaTagSupport is an abstract base class
for any DynaTag implementation to derive from. |
class |
MapTagSupport
MapTag is a DynaTag implementation which uses a Map
to store its attribute values in. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
SetPropertiesTag
A tag which sets the bean properties on the given bean.
|
class |
UseBeanTag
A tag which instantiates an instance of the given class
and then sets the properties on the bean.
|
class |
UseListTag
A tag which creates a List implementation and optionally
adds all of the elements identified by the items attribute.
|
Copyright © 2014 Apache Software Foundation. All rights reserved.