mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-2188 Incompatible API Change in Component.java
Deprecate the old method. git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@576454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -336,6 +336,7 @@ public class Component {
|
||||
* @param encodeResult should the url be encoded
|
||||
* @return the action url.
|
||||
*/
|
||||
@Deprecated
|
||||
protected String determineActionURL(String action, String namespace, String method,
|
||||
HttpServletRequest req, HttpServletResponse res, Map parameters, String scheme,
|
||||
boolean includeContext, boolean encodeResult) {
|
||||
|
||||
Reference in New Issue
Block a user