public class ApiListingResource extends Object
| Constructor and Description |
|---|
ApiListingResource() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
getCookies(HttpHeaders headers) |
protected Map<String,List<String>> |
getHeaders(HttpHeaders headers) |
Response |
getListing(Application app,
com.sun.jersey.spi.container.servlet.WebConfig sc,
HttpHeaders headers,
UriInfo uriInfo,
String type) |
Response |
getListingJson(Application app,
com.sun.jersey.spi.container.servlet.WebConfig sc,
HttpHeaders headers,
UriInfo uriInfo) |
Response |
getListingYaml(Application app,
com.sun.jersey.spi.container.servlet.WebConfig sc,
HttpHeaders headers,
UriInfo uriInfo) |
protected Map<String,List<String>> |
getQueryParams(MultivaluedMap<String,String> params) |
protected io.swagger.models.Swagger |
scan(Application app,
com.sun.jersey.spi.container.servlet.WebConfig sc) |
protected io.swagger.models.Swagger scan(Application app, com.sun.jersey.spi.container.servlet.WebConfig sc)
public Response getListing(@Context Application app, @Context com.sun.jersey.spi.container.servlet.WebConfig sc, @Context HttpHeaders headers, @Context UriInfo uriInfo, String type)
public Response getListingJson(@Context Application app, @Context com.sun.jersey.spi.container.servlet.WebConfig sc, @Context HttpHeaders headers, @Context UriInfo uriInfo)
public Response getListingYaml(@Context Application app, @Context com.sun.jersey.spi.container.servlet.WebConfig sc, @Context HttpHeaders headers, @Context UriInfo uriInfo)
protected Map<String,List<String>> getQueryParams(MultivaluedMap<String,String> params)
protected Map<String,String> getCookies(HttpHeaders headers)
protected Map<String,List<String>> getHeaders(HttpHeaders headers)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.