aspose file tools
The moose likes Struts and the fly likes HttpServletRequest in Struts2 Interceptor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "HttpServletRequest in Struts2 Interceptor" Watch "HttpServletRequest in Struts2 Interceptor" New topic
Author

HttpServletRequest in Struts2 Interceptor

Navin Pillu
Ranch Hand

Joined: Apr 19, 2005
Posts: 103
Hi All

I've a doubt about Struts2 Interceptor. I want a HttpServletRequest object in the interceptor which should be threadsafe. We can get Session using but don't know how can we get the Request object.

Thanks
Navin
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Look at the source code for the "servletConfig" interceptor; it accesses the request.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HttpServletRequest in Struts2 Interceptor
 
Similar Threads
struts2 interceptors
Struts2 FileUpload - request is nulled
Logout is not properly working in struts2 please help me
setting attribute in struts2.
migration to Struts2