@RestController
@RequestMapping(value="/dashboard/api/actions",
produces="application/json")
public class ActionsController
extends BaseController
localeResolver| Constructor and Description |
|---|
ActionsController() |
| Modifier and Type | Method and Description |
|---|---|
RestResponse<List<Action>> |
index(String idpEntityId) |
createRestResponse, getLocale@RequestMapping(method=GET) public RestResponse<List<Action>> index(@RequestHeader(value="X-IDP-ENTITY-ID") String idpEntityId)
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.