Class SiteMapController

    • Constructor Detail

      • SiteMapController

        public SiteMapController()
    • Method Detail

      • getSitemapXml

        @RequestMapping(value="/sitemap.xml",
                        method=GET,
                        produces="application/xml")
        public java.lang.String getSitemapXml​(org.springframework.ui.Model model,
                                              javax.servlet.http.HttpServletResponse response)