Interface StrutsAction


public interface StrutsAction
Author:
Brian Wing Shun Chan, Mika Koivisto
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
  • Method Details

    • execute

      String execute(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Throws:
      Exception