|
| Total Answers and Comments: 10 |
Last Update: June 09, 2008 Asked by: enjoy |
|
| | |
|
Submitted by: _Neo_ In Struts1, Action Servlet is a servelet (since it extends HTTPServle) but Action class extents org.apache.struts.action.Action which has nothing to do with Servlet.
In Struts2, Action class extends com.opensymphony.xwork2.ActionSupport which has nothing to do with Servlet.
So, to answer the question, Action class is not a Servlet by any logic.
Above answer was rated as good by the following members: pradeepkmr18, pradeep_rmk, dala.prasad | Go To Top
|