org.riotfamily.riot.list.command.export
Class ExportController

java.lang.Object
  extended by org.riotfamily.riot.list.command.export.ExportController
All Implemented Interfaces:
Controller

public class ExportController
extends Object
implements Controller


Constructor Summary
ExportController()
           
 
Method Summary
 ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportController

public ExportController()
Method Detail

handleRequest

public ModelAndView handleRequest(HttpServletRequest request,
                                  HttpServletResponse response)
                           throws Exception
Specified by:
handleRequest in interface Controller
Throws:
Exception