public class DefaultThymeleafNarrativeGenerator extends BaseThymeleafNarrativeGenerator implements INarrativeGenerator
BaseThymeleafNarrativeGenerator.NarrativeAttributeProcessor| Modifier and Type | Field and Description |
|---|---|
static String |
NARRATIVES_PROPERTIES |
| Constructor and Description |
|---|
DefaultThymeleafNarrativeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getPropertyFile() |
boolean |
isUseHapiServerConformanceNarrative()
If set to
true (default is false) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI RestfulServer
instances. |
void |
setUseHapiServerConformanceNarrative(boolean theValue)
If set to
true (default is false) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI RestfulServer
instances. |
generateNarrative, isCleanWhitespace, isIgnoreFailures, isIgnoreMissingTemplates, setCleanWhitespace, setIgnoreFailures, setIgnoreMissingTemplatesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateNarrativepublic static final String NARRATIVES_PROPERTIES
public DefaultThymeleafNarrativeGenerator()
protected List<String> getPropertyFile()
getPropertyFile in class BaseThymeleafNarrativeGeneratorpublic void setUseHapiServerConformanceNarrative(boolean theValue)
true (default is false) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI RestfulServer
instances. This narrative provides a friendly search page which can assist users of the service.public boolean isUseHapiServerConformanceNarrative()
true (default is false) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI RestfulServer
instances. This narrative provides a friendly search page which can assist users of the service.Copyright © 2014–2017 University Health Network. All rights reserved.