@Singleton @Path(value="") public class WebInterfaceAssetsResource extends Object
| Constructor and Description |
|---|
WebInterfaceAssetsResource(IndexHtmlGenerator indexHtmlGenerator,
Set<Plugin> plugins,
MimetypesFileTypeMap mimeTypes) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
get(javax.ws.rs.core.Request request,
String filename) |
javax.ws.rs.core.Response |
get(javax.ws.rs.core.Request request,
String pluginName,
String filename) |
javax.ws.rs.core.Response |
getIndex(org.glassfish.jersey.server.ContainerRequest request) |
@Inject public WebInterfaceAssetsResource(IndexHtmlGenerator indexHtmlGenerator, Set<Plugin> plugins, MimetypesFileTypeMap mimeTypes)
@Path(value="plugin/{plugin}/{filename}")
@GET
public javax.ws.rs.core.Response get(@Context
javax.ws.rs.core.Request request,
@PathParam(value="plugin")
String pluginName,
@PathParam(value="filename")
String filename)
@Path(value="{filename: .*}")
@GET
public javax.ws.rs.core.Response get(@Context
javax.ws.rs.core.Request request,
@PathParam(value="filename")
String filename)
@GET
public javax.ws.rs.core.Response getIndex(@Context
org.glassfish.jersey.server.ContainerRequest request)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.