| A JavaBean representing the configuration information of a
<plug-in> element in a Struts configuration file.
Note that this class does not extend BaseConfig because it
is more "internal" than the other classes which do, and because this class
has an existing "properties" object which collides with the one in
BaseConfig . Also, since one always writes a concrete PlugIn
implementation, there seems to be less call for an arbitrary property map;
one can simply use bean properties instead.
version: $Rev: 471754 $ $Date: 2005-05-12 18:41:19 -0400 (Thu, 12 May 2005) version: $ since: Struts 1.1 |