org.riotfamily.riot.list.ui
Class ListController
java.lang.Object
org.riotfamily.riot.list.ui.ListController
- All Implemented Interfaces:
- Controller
public class ListController
- extends Object
- implements Controller
Controller that displays lists defined in the ListRepository.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected RiotLog log
ListController
public ListController()
setListService
public void setListService(ListService listService)
setViewName
public void setViewName(String viewName)
getViewName
protected String getViewName()
handleRequest
public final ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Specified by:
handleRequest
in interface Controller
- Throws:
Exception