public class SpringHttpRamlRequest extends Object implements RamlRequest
| Constructor and Description |
|---|
SpringHttpRamlRequest(org.springframework.http.HttpRequest request,
byte[] body) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getContentType() |
Values |
getFormValues() |
Values |
getHeaderValues() |
String |
getMethod() |
Values |
getQueryValues() |
String |
getRequestUrl(String baseUri,
boolean includeServletPath) |
public SpringHttpRamlRequest(org.springframework.http.HttpRequest request,
byte[] body)
public String getRequestUrl(String baseUri, boolean includeServletPath)
getRequestUrl in interface RamlRequestpublic String getMethod()
getMethod in interface RamlRequestpublic Values getQueryValues()
getQueryValues in interface RamlRequestpublic Values getFormValues()
getFormValues in interface RamlRequestpublic Values getHeaderValues()
getHeaderValues in interface RamlMessagepublic String getContentType()
getContentType in interface RamlMessagepublic byte[] getContent()
getContent in interface RamlMessageCopyright © 2014–2017. All rights reserved.