Class PortletRest

java.lang.Object
io.meeds.layout.rest.PortletRest

@RestController @RequestMapping("portlets") public class PortletRest extends Object
  • Constructor Details

    • PortletRest

      public PortletRest()
  • Method Details

    • getPortlets

      @GetMapping @Secured({"administrators","web-contributors"}) public List<PortletDescriptor> getPortlets()