Class TodoListController.DeleteTodoItemAction
- java.lang.Object
-
- info.ejava.examples.jaxrs.todos.ui.TodoListController.DeleteTodoItemAction
-
- All Implemented Interfaces:
TodoListController.Action
- Enclosing class:
- TodoListController
private class TodoListController.DeleteTodoItemAction extends Object implements TodoListController.Action
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DeleteTodoItemAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
-
-
-
Method Detail
-
execute
public void execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem) throws ClientErrorException, ServletException, IOException
- Specified by:
execute
in interfaceTodoListController.Action
- Throws:
ClientErrorException
ServletException
IOException
-
-