@Controller
@RequestMapping("/audit")
public class AuditLogController
extends Object
- Author:
- Daniel Bernstein
-
Field Summary
Fields
protected final org.slf4j.Logger
-
Constructor Summary
Constructors
-
Method Summary
get(String storeId,
String spaceId,
javax.servlet.http.HttpServletResponse response)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
log
protected final org.slf4j.Logger log
-
Constructor Details
-
AuditLogController
@Autowired
public AuditLogController(@Qualifier("contentStoreManager")
ContentStoreManager contentStoreManager)
-
Method Details
-
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