Class PermalinkController
Object
PermalinkController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
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)
-