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:
James Holmes
2007-09-17 14:35:17 +00:00
parent 0dd1925b4d
commit 564cff6a13
@@ -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) {