Package | Description |
---|---|
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 |
DynamicBeanTag
This tag is bound onto a Java Bean class.
|
class |
DynamicDynaBeanTag
This tag is bound onto a
DynaClass instance. |
Modifier and Type | Class and Description |
---|---|
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.