@ProviderType @Deprecated public interface TargetedContentHelper
Modifier and Type | Method and Description |
---|---|
java.util.List<Location> |
findLocations(ResourceResolver resolver,
java.lang.String... locationName)
Deprecated.
|
java.util.List<LocationItem> |
findLocationsPaths(ResourceResolver resolver,
java.lang.String[] locations)
Deprecated.
Use
findLocations(ResourceResolver, String[]) instead |
@Deprecated java.util.List<LocationItem> findLocationsPaths(ResourceResolver resolver, java.lang.String[] locations)
findLocations(ResourceResolver, String[])
insteadresolver
- a ResourceResolver
used to access the repositorylocations
- an array of location namesList
of LocationItem
objects an empty list if no paths were found.java.util.List<Location> findLocations(ResourceResolver resolver, java.lang.String... locationName)
TargetedContentManager.findLocations(ResourceResolver, String...)
insteadresolver
- a ResourceResolver
used to access the repositorylocationName
- one or more location names for which to retrieve the pathList
of Location
objects an empty list if no paths were found.Copyright © 2010 - 2020 Adobe. All Rights Reserved