@RestController @RequestMapping(value="/pommes") public class PommesController extends Object
| Constructor and Description |
|---|
PommesController() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allApplications() |
List<String> |
applicationLookup(String query) |
@RequestMapping(value="all") public List<String> allApplications() throws IOException
IOException@RequestMapping(value="{query}")
public List<String> applicationLookup(@PathVariable(value="query")
String query)
throws IOException
IOExceptionCopyright © 2004–2016 1&1. All rights reserved.