What is the action mapping

Showing Answers 1 - 2 of 2 Answers

param

  • May 13th, 2006
 

An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class. The instance of ActionMapping is used to select a particular Action is passed on to that Action, thereby providing access to any custom configuration information included with the ActionMapping object

  Was this answer useful?  Yes

siva kumar reddy

  • Aug 3rd, 2006
 

hi

the action mapping object to give the proper action to that partcular request and takes care of validation also.

  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