org.riotfamily.riot.list.ui
Class ListController

java.lang.Object
  extended by 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.


Field Summary
protected  RiotLog log
           
 
Constructor Summary
ListController()
           
 
Method Summary
protected  String getViewName()
           
 ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
           
 void setListService(ListService listService)
           
 void setViewName(String viewName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected RiotLog log
Constructor Detail

ListController

public ListController()
Method Detail

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