RequestProcessor Class

RequestProcessor Class is the actual place where the request processing takes place in a Struts controller environmentStruts Documentation When the request object first reaches the actionservlet class ,it invokes the process method of the underlying  RequestProcessor Class.   This process method then looks into the struts-config.xml file and tries to locate the name of the action that has come with ...