Updating plugin ext points doc

WW-2192


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@581894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2007-10-04 13:39:08 +00:00
parent 4e9821f05b
commit bbd4170da6
@@ -137,6 +137,12 @@ import com.opensymphony.xwork2.validator.ActionValidatorManager;
* <td>singleton</td>
* <td>Creates reflection context maps used for reflection and expression language operations (since 2.1)</td>
* </tr>
* <tr>
* <td>com.opensymphony.xwork2.config.PackageProvider</td>
* <td>N/A</td>
* <td>singleton</td>
* <td>All beans registered as PackageProvider implementations will be automatically included in configuration building (since 2.1)</td>
* </tr>
* </table>
*
* <!-- END SNIPPET: extensionPoints -->