简体   繁体   中英

Struts2 - Access request object inside action's execute method

Is it possible to access the request object inside an struts2 action's execute() method?

My requirement is to get some parameter value from the request scope which is being sent by some third party site, using URL redirection.

RequestAware接口就是您想要的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM