Quantcast
Channel: JavaBeat » Struts
Viewing all articles
Browse latest Browse all 21

HttpServletResponse in Struts 2 Action Class

$
0
0

Connect to us ( @twitter | @facebook )

There are two ways to get the servlet response object inside struts 2 action class’s execute method. ServletActionContext : Directly accessing the getresponse method from the ServletActionContext class will return the response object. ServletResponseAware : If you implement the action class with ServletResponseAware interface, then struts controller will send the response object through setServletResponse method. […]


Viewing all articles
Browse latest Browse all 21

Trending Articles