You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/03/14 18:36:16 UTC

[23/24] struts git commit: Adds info about new extension point

Adds info about new extension point


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/fefb91fe
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/fefb91fe
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/fefb91fe

Branch: refs/heads/master
Commit: fefb91fe118bc4518196c4086a63960558454ed5
Parents: 3a84a62
Author: Lukasz Lenart <lu...@apache.org>
Authored: Tue Mar 14 10:11:23 2017 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Tue Mar 14 10:11:23 2017 +0100

----------------------------------------------------------------------
 .../apache/struts2/config/DefaultBeanSelectionProvider.java    | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/fefb91fe/core/src/main/java/org/apache/struts2/config/DefaultBeanSelectionProvider.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/struts2/config/DefaultBeanSelectionProvider.java b/core/src/main/java/org/apache/struts2/config/DefaultBeanSelectionProvider.java
index 6e5bf8b..a89ae9a 100644
--- a/core/src/main/java/org/apache/struts2/config/DefaultBeanSelectionProvider.java
+++ b/core/src/main/java/org/apache/struts2/config/DefaultBeanSelectionProvider.java
@@ -333,6 +333,12 @@ import org.apache.struts2.views.velocity.VelocityManager;
  *     <td>singleton</td>
  *     <td>Matches content type of uploaded files (since 2.3.22)</td>
  *   </tr>
+ *   <tr>
+ *     <td>com.opensymphony.xwork2.LocalizedTextProvider</td>
+ *     <td>struts.localizedTextProvider</td>
+ *     <td>singleton</td>
+ *     <td>Provides access to resource bundles used to localise messages (since 2.5.11)</td>
+ *   </tr>
  * </table>
  *
  * <!-- END SNIPPET: extensionPoints -->