Class DynamicBeanTag

All Implemented Interfaces:
DynaTag, BeanSource, Tag

public class DynamicBeanTag extends DynaBeanTagSupport implements BeanSource
This tag is bound onto a Java Bean class. When the tag is invoked a bean will be created using the tags attributes. The bean may also have an invoke method called invoke(), run(), execute() or some such method which will be invoked after the bean has been configured.
Version:
$Revision: 155420 $
Author:
James Strachan, Jason van Zyl