@Path(value="/api-browser") public class DocumentationBrowserResource extends RestResource
userService| Constructor and Description |
|---|
DocumentationBrowserResource(MimetypesFileTypeMap mimeTypes,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
asset(String route) |
String |
index() |
javax.ws.rs.core.Response |
root() |
checkAnyPermission, checkPermission, checkPermission, getCurrentUser, getIndexSet, getSubject, getUriBuilderToSelf, isAnyPermitted, isAnyPermitted, isPermitted, isPermitted, setPrettyPrint@Inject public DocumentationBrowserResource(MimetypesFileTypeMap mimeTypes, Configuration configuration)
@GET
public javax.ws.rs.core.Response root()
throws IOException
IOException@GET @Produces(value="text/html") @Path(value="index.html") public String index() throws IOException
IOException@GET
@Path(value="/{route: .*}")
public javax.ws.rs.core.Response asset(@PathParam(value="route")
String route)
throws IOException
IOExceptionCopyright © 2012–2017 Graylog, Inc.. All rights reserved.