Class ManifestController


  • @Controller
    @RequestMapping("/manifest")
    public class ManifestController
    extends Object
    Author:
    Daniel Bernstein
    • Field Detail

      • log

        protected final org.slf4j.Logger log
    • Constructor Detail

      • ManifestController

        @Autowired
        public ManifestController​(@Qualifier("contentStoreManager")
                                  ContentStoreManager contentStoreManager)
    • Method Detail

      • get

        @RequestMapping(value="/{storeId}/{spaceId:.*}",
                        method=GET)
        public String get​(@PathVariable("storeId")
                          String storeId,
                          @PathVariable("spaceId")
                          String spaceId,
                          @RequestParam("format")
                          String manifestFormat,
                          javax.servlet.http.HttpServletResponse response)
                   throws Exception
        Throws:
        Exception