| servletunit.struts.tests.UserAction
UserAction | public class UserAction extends Action (Code) | | |
Method Summary | |
public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This class is reserved for quickly testing out other
user's actions, to help in debugging their problems. |
execute | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code) | | This class is reserved for quickly testing out other
user's actions, to help in debugging their problems.
It is deliberately checked in empty, as it is a place-
holder.
|
|
|