Uses of Class
org.apache.commons.jelly.MapTagSupport

Packages that use MapTagSupport
org.apache.commons.jelly.tags.core The core Tags from the JSTL plus Jelly extensions. 
 

Uses of MapTagSupport in org.apache.commons.jelly.tags.core
 

Subclasses of MapTagSupport in org.apache.commons.jelly.tags.core
 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.