static @Nullable Iterator<PathEntry> |
PathEntry.getContentPaths(@NotNull Manifest manifest,
long bundleLastModified) |
Parses the "Sling-Initial-Content" header from the given manifest and returns the resolved PathEntries
|
static @Nullable Iterator<PathEntry> |
PathEntry.getContentPaths(Map<String,String> headers,
long bundleLastModified) |
Parses the "Sling-Initial-Content" header from the given headers and returns the resolved PathEntries
|
static @Nullable Iterator<PathEntry> |
PathEntry.getContentPaths(org.osgi.framework.Bundle bundle) |
Parses the "Sling-Initial-Content" header from the given bundle and returns the resolved PathEntries
|