Class PreflightAssetsResource
java.lang.Object
org.graylog2.bootstrap.preflight.web.resources.PreflightAssetsResource
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PreflightAssetsResource
@Inject public PreflightAssetsResource(javax.activation.MimetypesFileTypeMap mimeTypes)
-
-
Method Details
-
index
@Produces("text/html") @GET @RequiresPermissions("preflight:only") public jakarta.ws.rs.core.Response index(@Context jakarta.ws.rs.core.Request request) -
get
@Path("/{filename}") @GET @RequiresPermissions("preflight:only") public jakarta.ws.rs.core.Response get(@Context jakarta.ws.rs.core.Request request, @PathParam("filename") String filename)
-