public class CommonTemplateContentLocator extends Object implements TemplatePathLocator
| Constructor and Description |
|---|
CommonTemplateContentLocator()
Constructs a new instance of
CommonTemplateContentLocator defaulting to _common resource location. |
CommonTemplateContentLocator(String resourceLocation)
Constructs a new instance of
CommonTemplateContentLocator for a targeted common location. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullTemplatePath(String relativeTemplateFile)
Get the full path to a relative template file.
|
public CommonTemplateContentLocator()
CommonTemplateContentLocator defaulting to _common resource location.public CommonTemplateContentLocator(String resourceLocation)
CommonTemplateContentLocator for a targeted common location.resourceLocation - A custom common file location.public String getFullTemplatePath(String relativeTemplateFile)
getFullTemplatePath in interface TemplatePathLocatorrelativeTemplateFile - Template fileCopyright © 2021. All rights reserved.