Package dev.dsf.fhir.webservice.jaxrs
Class StaticResourcesServiceJaxrs
java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService<S>
dev.dsf.fhir.webservice.jaxrs.AbstractServiceJaxrs<StaticResourcesService>
dev.dsf.fhir.webservice.jaxrs.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 Summary
FieldsFields inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
delegateFields inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
currentIdentityProvider -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.dsf.fhir.webservice.jaxrs.AbstractServiceJaxrs
afterPropertiesSetMethods inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
setCurrentIdentityProviderMethods inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
getCurrentIdentityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.fhir.webservice.base.BasicService
setCurrentIdentityProvider
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
StaticResourcesServiceJaxrs
-
-
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:
getFilein interfaceStaticResourcesService
-