@Controller @Configuration public class ChangesController extends Object
ChangesController.ChangelogProvider| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangesController.ChangelogProvider
Provider of
Resource as change log of platform. |
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGES_URI |
| Constructor and Description |
|---|
ChangesController() |
| Modifier and Type | Method and Description |
|---|---|
ChangesController.ChangelogProvider |
defaultChangelogProvider()
Registers default implementation of
ChangesController.ChangelogProvider. |
String |
getChangesContent() |
public static final String CHANGES_URI
@RequestMapping(value="/changes",
method=GET,
produces="text/plain")
@ResponseBody
public String getChangesContent()
throws IOException
IOException@Bean @ConditionalOnMissingBean public ChangesController.ChangelogProvider defaultChangelogProvider()
ChangesController.ChangelogProvider.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.