org.riotfamily.riot.editor.ui
Class CustomEditorController

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

public class CustomEditorController
extends Object
implements Controller


Constructor Summary
CustomEditorController(EditorRepository repository)
           
 
Method Summary
static String getUrl(String editorId, String objectId, String parentId, String parentEditorId)
           
 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

CustomEditorController

public CustomEditorController(EditorRepository repository)
Method Detail

handleRequest

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

getUrl

public static String getUrl(String editorId,
                            String objectId,
                            String parentId,
                            String parentEditorId)