Package | Description |
---|---|
org.apache.commons.jelly.tags.define |
Tag library which allows the creation of new tags using Jelly script itself.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanTag
Binds a Java bean to the given named Jelly tag so that the attributes of
the tag set the bean properties..
|
class |
ClassLoaderTag
Creates a new
URLClassLoader to dynamically
load tags froms. |
class |
DynaBeanTag
Binds a Java bean to the given named Jelly tag so that the attributes of
the tag set the bean properties..
|
class |
ExtendTag
<extend> is used to extend a dynamic tag defined in an inherited
dynamic tag library
|
class |
JellyBeanTag
Binds a Java bean to the given named Jelly tag so that the attributes of
the tag set the bean properties.
|
class |
TagTag
<tag> is used to define a new tag
using a Jelly script to implement the behaviour of the tag.
|
Copyright © 2014. All rights reserved.