@Path(value="/api-docs") public class DocumentationResource extends RestResource
configuration, userService| Constructor and Description |
|---|
DocumentationResource(HttpConfiguration httpConfiguration,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
DocumentationRestResourceClasses documentationRestResourceClasses) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
globalOverview() |
javax.ws.rs.core.Response |
overview() |
javax.ws.rs.core.Response |
route(String route,
javax.ws.rs.core.HttpHeaders httpHeaders) |
checkAnyPermission, checkPermission, checkPermission, getCurrentUser, getIndexSet, getSubject, getUriBuilderToSelf, isAnyPermitted, isAnyPermitted, isPermitted, isPermitted, setPrettyPrint@Inject public DocumentationResource(HttpConfiguration httpConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DocumentationRestResourceClasses documentationRestResourceClasses)
@GET @Timed @Produces(value="application/json") public javax.ws.rs.core.Response overview()
@GET @Timed @Produces(value="application/json") @Path(value="/global") public javax.ws.rs.core.Response globalOverview()
@GET
@Timed
@Produces(value="application/json")
@Path(value="/{route: .+}")
public javax.ws.rs.core.Response route(@PathParam(value="route")
String route,
@Context
javax.ws.rs.core.HttpHeaders httpHeaders)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.