Class TodoListsController.Action
- java.lang.Object
-
- info.ejava.examples.jaxrs.todos.ui.TodoListsController.Action
-
- Direct Known Subclasses:
TodoListsController.PopulateAction
- Enclosing class:
- TodoListsController
private abstract class TodoListsController.Action extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Action()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
execute(HttpServletRequest req, HttpServletResponse resp)
-
-
-
Method Detail
-
execute
public abstract void execute(HttpServletRequest req, HttpServletResponse resp) throws ClientErrorException, ServletException, IOException
-
-