@Component @ConditionalOnClass(value=ca.uhn.fhir.rest.server.IResourceProvider.class) @EnableConfigurationProperties(value=FhirProperties.class) @ConfigurationProperties(value="hapi.fhir.rest") public class HapiFhirServletContext extends Object
| Constructor and Description |
|---|
HapiFhirServletContext(FhirProperties properties,
ca.uhn.fhir.context.FhirContext fhirContext,
org.springframework.beans.factory.ObjectProvider<List<ca.uhn.fhir.rest.server.IResourceProvider>> resourceProviders,
org.springframework.beans.factory.ObjectProvider<ca.uhn.fhir.rest.server.IServerConformanceProvider<? extends org.hl7.fhir.instance.model.api.IBaseResource>> conformanceProvider,
org.springframework.beans.factory.ObjectProvider<ca.uhn.fhir.rest.server.IPagingProvider> pagingProvider,
org.springframework.beans.factory.ObjectProvider<List<ca.uhn.fhir.rest.server.interceptor.IServerInterceptor>> interceptors,
org.springframework.beans.factory.ObjectProvider<List<FhirRestfulServerCustomizer>> customizers) |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.rest.server.IServerConformanceProvider<? extends org.hl7.fhir.instance.model.api.IBaseResource> |
getConformanceProvider() |
List<FhirRestfulServerCustomizer> |
getCustomizers() |
ca.uhn.fhir.context.FhirContext |
getFhirContext() |
List<ca.uhn.fhir.rest.server.interceptor.IServerInterceptor> |
getInterceptors() |
ca.uhn.fhir.rest.server.IPagingProvider |
getPagingProvider() |
FhirProperties |
getProperties() |
List<ca.uhn.fhir.rest.server.IResourceProvider> |
getResourceProviders() |
public HapiFhirServletContext(FhirProperties properties, ca.uhn.fhir.context.FhirContext fhirContext, org.springframework.beans.factory.ObjectProvider<List<ca.uhn.fhir.rest.server.IResourceProvider>> resourceProviders, org.springframework.beans.factory.ObjectProvider<ca.uhn.fhir.rest.server.IServerConformanceProvider<? extends org.hl7.fhir.instance.model.api.IBaseResource>> conformanceProvider, org.springframework.beans.factory.ObjectProvider<ca.uhn.fhir.rest.server.IPagingProvider> pagingProvider, org.springframework.beans.factory.ObjectProvider<List<ca.uhn.fhir.rest.server.interceptor.IServerInterceptor>> interceptors, org.springframework.beans.factory.ObjectProvider<List<FhirRestfulServerCustomizer>> customizers)
public FhirProperties getProperties()
public ca.uhn.fhir.context.FhirContext getFhirContext()
public List<ca.uhn.fhir.rest.server.IResourceProvider> getResourceProviders()
public ca.uhn.fhir.rest.server.IServerConformanceProvider<? extends org.hl7.fhir.instance.model.api.IBaseResource> getConformanceProvider()
public ca.uhn.fhir.rest.server.IPagingProvider getPagingProvider()
public List<ca.uhn.fhir.rest.server.interceptor.IServerInterceptor> getInterceptors()
public List<FhirRestfulServerCustomizer> getCustomizers()
Copyright © 2019 igia. All rights reserved.