dpkkr Site Admin
Joined: 10 Apr 2005 Posts: 1314
|
Posted: Sun Feb 05, 2006 4:00 pm Post subject: What is ActionServlet? |
|
|
| The class org.apache.struts.action.ActionServlet is the called the ActionServlet. In the the Jakarta Struts Framework this class plays the role of controller. All the requests to the server goes through the controller. Controller is responsible for handling all the requests. |
|