Class GalleryRestController

java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<GalleryEntity,Long>
sk.iway.iwcm.components.gallery.GalleryRestController

@RestController @RequestMapping("/admin/rest/components/gallery") @PreAuthorize("@WebjetSecurityService.hasPermission(\'menuGallery\')") public class GalleryRestController extends DatatableRestControllerV2<GalleryEntity,Long>
GalleryRestController