Class PermalinkController

Object
PermalinkController

@Controller public class PermalinkController extends Object
  • Constructor Details

    • PermalinkController

      public PermalinkController()
  • Method Details

    • createPanelPermalink

      @RequestMapping(value="/api/panel/permalink", method=POST, headers="Accept=application/json", produces="application/json") @ResponseBody public PermalinkDTO createPanelPermalink(@RequestBody PanelPermalinkRequest request)