@RestController
@RequestMapping(value="/rest",
produces={"application/xml","application/json"})
public class HerdRestController
extends HerdBaseController
| Constructor and Description |
|---|
HerdRestController() |
| Modifier and Type | Method and Description |
|---|---|
BuildInformation |
getBuildInfo()
Gets the build information.
|
getList, validateNoDuplicateQueryStringParams@RequestMapping(value="/buildInfo",
method=GET)
@Secured(value="FN_BUILD_INFO_GET")
public BuildInformation getBuildInfo()
Copyright © 2017. All rights reserved.