Class StaticResourcesServiceJaxrs

All Implemented Interfaces:
BasicService, StaticResourcesService, org.springframework.beans.factory.InitializingBean

@Path("static") @Produces({"application/xml+fhir","application/fhir+xml","application/xml","application/json+fhir","application/fhir+json","application/json","text/html"}) public class StaticResourcesServiceJaxrs extends AbstractServiceJaxrs<StaticResourcesService> implements StaticResourcesService
  • Field Details

  • Constructor Details

  • Method Details

    • getFile

      @GET @Path("/{fileName}") public jakarta.ws.rs.core.Response getFile(@PathParam("fileName") String fileName, @Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      getFile in interface StaticResourcesService