public static interface LocalConnector.LocalRequest
| Modifier and Type | Method and Description | 
|---|---|
| String | getMediaType() | 
| String | getMethod()HTTP method. | 
| String | getParam(String key) | 
| String | getPath()URL path, which is the concatenation of controller path and action key, for example "api/issues/search" | 
| boolean | hasParam(String key) | 
String getPath()
WebService.Controller.path, 
WebService.Action.keyString getMediaType()
Request.getMediaType()String getMethod()
Request.method()boolean hasParam(String key)
Request.hasParam(String)@CheckForNull String getParam(String key)
Request.param(String)Copyright © 2009–2016 SonarSource. All rights reserved.