[問題] java spring RequestMapping問題

作者: uioty (uioty)   2016-02-25 09:06:18
各位好,最近接觸到了java spring
因為這對我來講是很新的工具,有些地方實在想不通怎麼用...
目前我想試著由使用者輸入然後用RequestMapping產生一個頁面
簡單來講,我的問題是
有沒有可能這樣做:
@RequestMapping(value = "/user/{userInput}", method = RequestMethod.GET)
其中userInput是從另外的頁面讀取使用者輸入的資料這樣
比如說,使用者在另外的頁面輸入:books
然後可以產生一個頁面 網址是localhost/user/books
不好意思大概問了很粗淺的問題...>_<
謝謝
作者: swallowcc (guest)   2016-02-25 10:57:00
可以啊你拿到值以後ModelAndView設一下viewName跟處理過得到的資料,就可以導向你要去的頁面了
作者: yyc1217 (somo)   2016-02-27 14:03:00
請用@PathVariable

Links booklink

Contact Us: admin [ a t ] ucptt.com