Package ca.uhn.fhir.narrative
Class CustomThymeleafNarrativeGenerator
- java.lang.Object
-
- ca.uhn.fhir.narrative2.BaseNarrativeGenerator
-
- ca.uhn.fhir.narrative2.ThymeleafNarrativeGenerator
-
- ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
-
- ca.uhn.fhir.narrative.CustomThymeleafNarrativeGenerator
-
- All Implemented Interfaces:
INarrativeGenerator
public class CustomThymeleafNarrativeGenerator extends BaseThymeleafNarrativeGenerator
-
-
Constructor Summary
Constructors Constructor Description CustomThymeleafNarrativeGenerator(String... thePropertyFile)Create a new narrative generator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getPropertyFile()voidsetPropertyFile(String... thePropertyFile)Set the property file to use-
Methods inherited from class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
populateResourceNarrative
-
Methods inherited from class ca.uhn.fhir.narrative2.ThymeleafNarrativeGenerator
applyTemplate, getStyle, setMessageResolver
-
Methods inherited from class ca.uhn.fhir.narrative2.BaseNarrativeGenerator
cleanWhitespace, getManifest, setManifest
-
-
-
-
Constructor Detail
-
CustomThymeleafNarrativeGenerator
public CustomThymeleafNarrativeGenerator(String... thePropertyFile)
Create a new narrative generator- Parameters:
thePropertyFile- The name of the property file, in one of the following formats:- file:/path/to/file/file.properties
- classpath:/com/package/file.properties
-
-
Method Detail
-
setPropertyFile
public void setPropertyFile(String... thePropertyFile)
Set the property file to use- Parameters:
thePropertyFile- The name of the property file, in one of the following formats:- file:/path/to/file/file.properties
- classpath:/com/package/file.properties
-
getPropertyFile
public List<String> getPropertyFile()
- Specified by:
getPropertyFilein classBaseThymeleafNarrativeGenerator
-
-