Class PageController

  • All Implemented Interfaces:
    MultipartRequestWrapper.ParsingStrategy, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @WebServlet(name="PageController",
                urlPatterns="/pageController")
    public class PageController
    extends FreemarkerHttpServlet
    Controller for getting data for pages defined in the display model. This controller passes these variables to the template: page: a map with information about the page from the display model. pageUri: the URI of the page that identifies the page in the model (note that this is not the URL address of the page). See implementations of PageDataGetter for more variables.
    See Also:
    Serialized Form