Uses of Class
org.apache.commons.jelly.tags.define.DefineTagSupport

Packages that use DefineTagSupport
org.apache.commons.jelly.tags.define Tag library which allows the creation of new tags using Jelly script itself. 
 

Uses of DefineTagSupport in org.apache.commons.jelly.tags.define
 

Subclasses of DefineTagSupport in org.apache.commons.jelly.tags.define
 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 © 2011. All Rights Reserved.