org.riotfamily.riot.editor.ui
Class FrameSetController

java.lang.Object
  extended by org.riotfamily.riot.editor.ui.FrameSetController
All Implemented Interfaces:
Controller

public class FrameSetController
extends Object
implements Controller


Field Summary
static String REQUESTED_URL_PARAM
           
 
Constructor Summary
FrameSetController()
           
 
Method Summary
 ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
           
 void setViewName(String viewName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUESTED_URL_PARAM

public static final String REQUESTED_URL_PARAM
See Also:
Constant Field Values
Constructor Detail

FrameSetController

public FrameSetController()
Method Detail

setViewName

public void setViewName(String viewName)

handleRequest

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