Class AuditLogController


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

      • log

        protected final org.slf4j.Logger log
    • Constructor Detail

      • AuditLogController

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

      • get

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