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

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 © 2002-2006 Apache Software Foundation. All Rights Reserved.