public abstract class AbstractTemplateRptPathProvider extends Object implements RptPathProvider
This abstract path provider has a string template with placeholders like {id}, and provides a way to get a mapping of substitutions to fill in.
| Constructor and Description |
|---|
AbstractTemplateRptPathProvider(String pathTemplate)
Constructor of AbstractTemplateRptPathProvider.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
protected abstract Map<String,String> |
getReplacements() |
public AbstractTemplateRptPathProvider(String pathTemplate)
Constructor of AbstractTemplateRptPathProvider.
pathTemplate - string template with placeholders like “{id}”Copyright © 2016–2024. All rights reserved.