Uses of Interface
org.apache.commons.jelly.impl.BeanSource

Packages that use BeanSource
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. 
 

Uses of BeanSource in org.apache.commons.jelly.impl
 

Classes in org.apache.commons.jelly.impl that implement BeanSource
 class DynamicBeanTag
          This tag is bound onto a Java Bean class.
 class DynamicDynaBeanTag
          This tag is bound onto a DynaClass instance.
 

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

Classes in org.apache.commons.jelly.tags.core that implement BeanSource
 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.