Class RedirectCleaningRestController

java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<RedirectCleaningAction,Long>
sk.iway.iwcm.components.redirects.RedirectCleaningRestController

@RestController @RequestMapping("/admin/rest/settings/redirect-cleaning") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_redirects\')") public class RedirectCleaningRestController extends DatatableRestControllerV2<RedirectCleaningAction,Long>
Read-only DataTable controller for redirect cleaning previews.

Analysis stores one immutable plan in the application cache for the current domain ID. All authorized administrators in that domain share the preview, while paging, filtering, and sorting operate on the cached snapshot. Execution applies the complete snapshot regardless of the visible page or selected rows.