What are the Action Classes?

Showing Answers 1 - 9 of 9 Answers

DEBABRAT

  • Nov 24th, 2007
 

Action classes in struts are ActionServlet, Action, RequestProcessor, ActionMapping and ActionForm

  Was this answer useful?  Yes

mabhijit

  • Jan 11th, 2008
 

The action classes are the link between the Struts framework and your business application logic.
The fact that the main method in the action class is called "perform" indicates that the action classes should do something. Every action needs to be extended from org.apache.struts.action.Action.
These are the action classes
ActionServlet, Action, RequestProcessor, ActionMapping and ActionForm

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions