org.riotfamily.website.txt2img
Class ButtonController

java.lang.Object
  extended by org.riotfamily.website.txt2img.ButtonController
All Implemented Interfaces:
Controller

public class ButtonController
extends Object
implements Controller


Constructor Summary
ButtonController(ButtonService buttonService)
           
 
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

ButtonController

public ButtonController(ButtonService buttonService)
Method Detail

handleRequest

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