@Controller @RequestMapping(value="/app") public class VersionResource extends Object
| Constructor and Description |
|---|
VersionResource() |
| Modifier and Type | Method and Description |
|---|---|
VersionDTO |
checkForNewVersion() |
VersionDTO |
getVersion() |
@RequestMapping(value="/rest/version",
method=GET)
@ResponseBody
public VersionDTO getVersion()
throws IOException,
ParseException
IOExceptionParseException@RequestMapping(value="/rest/version/new",
method=GET)
@ResponseBody
public VersionDTO checkForNewVersion()
throws IOException,
ParseException
IOExceptionParseExceptionCopyright © 2021 VILT Group. All rights reserved.