Package ca.uhn.fhir.rest.server
Interface IServerConformanceProvider<T extends org.hl7.fhir.instance.model.api.IBaseResource>
-
public interface IServerConformanceProvider<T extends org.hl7.fhir.instance.model.api.IBaseResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetServerConformance(javax.servlet.http.HttpServletRequest theRequest, RequestDetails theRequestDetails)Actually create and return the conformance statement See the class documentation for an important note if you are extending this classvoidsetRestfulServer(RestfulServer theRestfulServer)This setter is needed in implementation classes (along with a no-arg constructor) to avoid reference cycles in the Spring wiring of a RestfulServer instance.
-
-
-
Method Detail
-
getServerConformance
T getServerConformance(javax.servlet.http.HttpServletRequest theRequest, RequestDetails theRequestDetails)
Actually create and return the conformance statement See the class documentation for an important note if you are extending this class
-
setRestfulServer
void setRestfulServer(RestfulServer theRestfulServer)
This setter is needed in implementation classes (along with a no-arg constructor) to avoid reference cycles in the Spring wiring of a RestfulServer instance.- Parameters:
theRestfulServer-
-
-