Class ActionsController
java.lang.Object
org.craftercms.social.controllers.rest.v3.system.ActionsController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ActionsController
public ActionsController()
-
-
Method Details
-
getCurrentActions
-
update
@RequestMapping(method={PUT,POST}) @ResponseBody public SocialSecurityAction update(@RequestParam("actionName") String actionName, @RequestParam String roles) throws SocialException - Throws:
SocialException
-