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
public class ThymeleafNarrativeGenerator extends BaseNarrativeGenerator
-
-
Constructor Summary
Constructors Constructor Description ThymeleafNarrativeGenerator()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
ThymeleafNarrativeGenerator
public ThymeleafNarrativeGenerator()
Constructor
-
-
Method Detail
-
applyTemplate
protected String applyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext)
- Specified by:
applyTemplatein classBaseNarrativeGenerator
-
getStyle
protected EnumSet<TemplateTypeEnum> getStyle()
- Specified by:
getStylein classBaseNarrativeGenerator
-
setMessageResolver
public void setMessageResolver(org.thymeleaf.messageresolver.IMessageResolver theMessageResolver)
-
-