Package lumis.service.seo.sitemap
Class SitemapResource
- java.lang.Object
-
- lumis.service.seo.sitemap.SitemapResource
-
-
Constructor Summary
Constructors Constructor Description SitemapResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
viewSitemap(HttpServletRequest request, HttpServletResponse response, String serviceInstanceId)
Redirects to the serviceinstance sitemap.
-
-
-
Method Detail
-
viewSitemap
@GET @Path("/viewsitemap") public String viewSitemap(@Context HttpServletRequest request, @Context HttpServletResponse response, @QueryParam("serviceInstanceId") String serviceInstanceId) throws IOException, PortalException
Redirects to the serviceinstance sitemap. The secure protocol sitemap is given preference to the non secure protocol sitemap.- Parameters:
request
-response
-serviceInstanceId
-- Returns:
- Throws:
IOException
PortalException
- Since:
- 11.0.0
-
-