Interface TodoListController.Action
-
- All Known Implementing Classes:
TodoListController.DeleteTodoItemAction
,TodoListController.DeleteTodoListAction
,TodoListController.SetPriorityAction
- Enclosing class:
- TodoListController
private static interface TodoListController.Action
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
-
-
-
Method Detail
-
execute
void execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem) throws ClientErrorException, ServletException, IOException
-
-