org.riotfamily.pages.controller
Class PageController
java.lang.Object
org.riotfamily.website.view.ConfigurableViewController
org.riotfamily.pages.controller.PageController
- All Implemented Interfaces:
- Controller
public class PageController
- extends ConfigurableViewController
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageController
public PageController()
populateModel
protected void populateModel(Model model,
HttpServletRequest request)
- Description copied from class:
ConfigurableViewController
- Can be overwritten by subclasses to populate the model. The default
implementation does nothing, hence an empty model is passed to the view.
- Overrides:
populateModel
in class ConfigurableViewController
populateModel
protected void populateModel(Model model,
Page page)