@Controller @RequestMapping(value="/audit") public class AuditLogController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
AuditLogController(ContentStoreManager contentStoreManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String storeId,
String spaceId,
javax.servlet.http.HttpServletResponse response) |
@Autowired
public AuditLogController(@Qualifier(value="contentStoreManager")
ContentStoreManager contentStoreManager)
Copyright © 2009–2018 DuraSpace. All rights reserved.