public class TagsExportService extends Object
| Constructor and Description |
|---|
TagsExportService() |
| Modifier and Type | Method and Description |
|---|---|
String |
exportLocalizedTagsForPath(String path,
org.apache.sling.api.resource.ResourceResolver rr)
Export all tags under passed root path in localized structure ex.
|
String |
exportLocalizedTagsForPath(String path,
org.apache.sling.api.resource.ResourceResolver rr,
String lang)
Export all tags under passed root path in localized structure ex.
|
String |
exportNonLocalizedTagsForPath(String path,
org.apache.sling.api.resource.ResourceResolver rr)
Export all tags under passed root path in non-localized structure ex.
|
public String exportNonLocalizedTagsForPath(String path, org.apache.sling.api.resource.ResourceResolver rr)
path - root path from which export will beginrr - ResourceResolver objectpublic String exportLocalizedTagsForPath(String path, org.apache.sling.api.resource.ResourceResolver rr)
path - root path from which export will beginrr - ResourceResolver objectpublic String exportLocalizedTagsForPath(String path, org.apache.sling.api.resource.ResourceResolver rr, String lang)
path - root path from which export will beginrr - ResourceResolver objectlang - localization, which will be used as default if tag do not contain anyCopyright © 2013–2020 Adobe. All rights reserved.