Class TestAction

  • All Implemented Interfaces:
    Action

    public class TestAction
    extends Object
    implements Action
    • Constructor Detail

      • TestAction

        public TestAction()
    • Method Detail

      • execute

        public ActionCommand execute​(jakarta.servlet.http.HttpServletRequest req,
                                     jakarta.servlet.http.HttpServletResponse responce,
                                     ActionMapping mapping)
                              throws Exception
        Description copied from interface: Action
        Executes the action.
        Specified by:
        execute in interface Action
        Parameters:
        req - the http request.
        responce - the http response.
        mapping - default mapping as configured in the CMS.
        Returns:
        ActionCommand
        Throws:
        Exception - on different kind of errors