Class TodoListsController.PopulateAction
- java.lang.Object
-
- info.ejava.examples.jaxrs.todos.ui.TodoListsController.Action
-
- info.ejava.examples.jaxrs.todos.ui.TodoListsController.PopulateAction
-
- Enclosing class:
- TodoListsController
private class TodoListsController.PopulateAction extends TodoListsController.Action
-
-
Constructor Summary
Constructors Modifier Constructor Description private
PopulateAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(HttpServletRequest req, HttpServletResponse resp)
-
-
-
Method Detail
-
execute
public void execute(HttpServletRequest req, HttpServletResponse resp) throws InvalidRequestException, ServletException, IOException
- Specified by:
execute
in classTodoListsController.Action
- Throws:
InvalidRequestException
ServletException
IOException
-
-