Package com.onec.ui

Class ActionController

java.lang.Object
com.onec.ui.ActionController

@RestController @RequestMapping("/api/actions") public class ActionController extends Object
Runs a custom ActionSpec server handler for an entity. The button on the list (toolbar / row) or detail surface posts here with the action key and (for row/detail actions) the record id; we resolve the entity, enforce write access, invoke the handler bean, and return its ActionResult so the client can toast / refresh / navigate. Navigation-only actions never reach the server — the client routes them directly.