@Controller public class RedirectController extends Object
| Constructor and Description |
|---|
RedirectController() |
| Modifier and Type | Method and Description |
|---|---|
String |
handleRedirect(String apiKey,
String isShownAt) |
String |
removeAll() |
@RequestMapping(value={"/{apiKey}/redirect","/{apiKey}/redirect.json"},
method=GET)
public String handleRedirect(@PathVariable
String apiKey,
@RequestParam(value="shownAt",required=true)
String isShownAt)
throws Exception
Exception@RequestMapping(value="/clearTokens",
method=GET)
public String removeAll()
Copyright © 2017. All rights reserved.