The ActionMapping class maps a specific request to the relevant information of a specific Action, stored in an actionMApping, and the ActionServlet passes ActionMApping to an Execute method for the Action class. Action will use an actionMApping's Findforward method. This method returns an ActionForward that specifies the name so that Action has completed local forwarding.