Create and return the appropriate Action class for the
given type and actionConfig . NOTE:
The dependence on ActionServlet suggests that this should be broken up
along the lines of the other Abstract/concrete pairs in the
org.apache.struts.chain.commands package.
Parameters: context - The Context for this request Parameters: type - Name of class to instantiate Parameters: actionConfig - The ActionConfig for this request Instantiated Action class throws: Exception - if there are any problems instantiating the Actionclass. |