Class TestAction
- java.lang.Object
-
- net.anotheria.anosite.action.generic.TestAction
-
-
Constructor Summary
Constructors Constructor Description TestAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionCommandexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse responce, ActionMapping mapping)Executes the action.
-
-
-
Method Detail
-
execute
public ActionCommand execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse responce, ActionMapping mapping) throws Exception
Description copied from interface:ActionExecutes the action.- Specified by:
executein interfaceAction- 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
-
-