This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push:
new 08a4127 WW-5113 WW-5114 Drops deprecated options
08a4127 is described below
commit 08a41272619eb2ce78d4ccd93749b8118618ffd4
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Jan 23 18:07:15 2021 +0100
WW-5113 WW-5114 Drops deprecated options
---
source/plugins/plugins.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/source/plugins/plugins.md b/source/plugins/plugins.md
index 22c1fc1..07cc369 100644
--- a/source/plugins/plugins.md
+++ b/source/plugins/plugins.md
@@ -77,8 +77,6 @@ The following extension points are available in Struts 2:
|struts.patternMatcher|Matches patterns, such as action names, generally used
in configuration (since
2.1)|singleton|com.opensymphony.xwork2.util.PatternMatcher|
|struts.staticContentLoader|Loads static resources (since
2.1)|singleton|org.apache.struts2.views.dispatcher.DefaultStaticContentLoader|
|struts.xworkConverter|Handles conversion logic and allows to load custom
converters per class or per
action|singleton|com.opensymphony.xwork2.conversion.impl.XWorkConverter|
-|struts.xworkTextProvider|Allows provide custom TextProvider for whole
application|default|com.opensymphony.xwork2.TextProvider|
-|struts.localeProvider|DEPRECATED! Allows provide custom TextProvider for
whole application - instead this endpoint use
**struts.localeProviderFactory**|singleton|com.opensymphony.xwork2.LocaleProvider|
|struts.localeProviderFactory|Allows provide custom LocaleProvider for whole
application|singleton|com.opensymphony.xwork2.LocaleProviderFactory|
|struts.urlRenderer|Allows provide custom implementation of environment
specific URL rendering/creating
class|singleton|org.apache.struts2.components.UrlRenderer|
|struts.unknownHandlerManager|Implementation of this interface allows handle
logic of unknown Actions, Methods or
Results|singleton|com.opensymphony.xwork2.UnknownHandlerManager|