Uses of Class
org.apache.sling.resourceresolver.impl.mapping.MapEntry
Packages that use MapEntry
-
Uses of MapEntry in org.apache.sling.resourceresolver.impl.mapping
Methods in org.apache.sling.resourceresolver.impl.mapping that return MapEntryModifier and TypeMethodDescriptionstatic MapEntry
MapEntry.createResolveEntry
(String url, Resource resource, boolean trailingSlash) Methods in org.apache.sling.resourceresolver.impl.mapping that return types with arguments of type MapEntryModifier and TypeMethodDescriptionMapEntry.createMapEntry
(String url, Resource resource, boolean trailingSlash) MapEntries.getMapMaps()
@NotNull Collection<MapEntry>
MapEntriesHandler.getMapMaps()
Return a flat listing of map entries used for mapping resources to URLsMapEntries.getResolveMaps()
MapEntriesHandler.getResolveMaps()
Creates a flat listing of all the map entries used for resolving URLs to resourcesMapEntries.getResolveMapsIterator
(String requestPath) MapEntriesHandler.getResolveMapsIterator
(@NotNull String requestPath) Creates an iterator over the possibly applicable mapping entries for resolving a resourceMethods in org.apache.sling.resourceresolver.impl.mapping with parameters of type MapEntry