InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by ActionMapping? |
|
Answer» ActionMapping represents the INFORMATION that is known to REQUESTPROCESSOR about the mapping of a specific request to a specific Action class. This instance is used to select an Action and then passing on to that Action, THUS providing access to configuration information included in the ActionMapping object. |
|