Package ca.uhn.fhir.narrative2
Class ThymeleafNarrativeGenerator
java.lang.Object
ca.uhn.fhir.narrative2.BaseNarrativeGenerator
ca.uhn.fhir.narrative2.ThymeleafNarrativeGenerator
- All Implemented Interfaces:
INarrativeGenerator
- Direct Known Subclasses:
BaseThymeleafNarrativeGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringapplyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext)protected EnumSet<TemplateTypeEnum>getStyle()voidsetMessageResolver(org.thymeleaf.messageresolver.IMessageResolver theMessageResolver)Methods inherited from class ca.uhn.fhir.narrative2.BaseNarrativeGenerator
cleanWhitespace, getManifest, populateResourceNarrative, setManifest
-
Constructor Details
-
ThymeleafNarrativeGenerator
public ThymeleafNarrativeGenerator()Constructor
-
-
Method Details
-
applyTemplate
protected String applyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext)- Specified by:
applyTemplatein classBaseNarrativeGenerator
-
getStyle
- Specified by:
getStylein classBaseNarrativeGenerator
-
setMessageResolver
-