@RestController @EnableConfigurationProperties(value=FeaturesProperties.class) @ExposesResourceFor(value=RootResource.class) public class RootController extends Object
Constructor and Description |
---|
RootController(org.springframework.hateoas.server.EntityLinks entityLinks)
Construct an
RootController . |
Modifier and Type | Method and Description |
---|---|
RootResource |
info()
Return a
RepresentationModel object containing the resources served by the Data
Flow server. |
public RootController(org.springframework.hateoas.server.EntityLinks entityLinks)
RootController
.entityLinks
- holder of links to controllers and their associated entity types@RequestMapping(value="/") public RootResource info()
RepresentationModel
object containing the resources served by the Data
Flow server.RepresentationModel
object containing the Data Flow server's resourcesCopyright © 2023 Pivotal Software, Inc.. All rights reserved.