重定向导致元素ID的URL

时间:2016-06-30 10:24:12

标签: java redirect

我有一个网址(http://www.example.com/action/showLink?type=x#id),我想将其重定向到(http://www.example.com/action/search),这可能吗? 我正在使用java和jflex文件。

1 个答案:

答案 0 :(得分:0)

不完全确定你的意思。 JFlex似乎与网络服务器无关。

但你使用的是J2ee吗? Servlet技术在响应对象中有一个重定向方法。比如response.sendRedirect(“http://www.example.com/action/search”);