org.apache.sling.resourceresolver.impl.mapping
Interface MapConfigurationProvider
- All Superinterfaces:
- org.apache.sling.api.resource.ResourceResolverFactory
- All Known Implementing Classes:
- CommonResourceResolverFactoryImpl
public interface MapConfigurationProvider
- extends org.apache.sling.api.resource.ResourceResolverFactory
Internal interface representing the additional methods
MapEntries needs from the ResourceResolverFactory.
Exists primarily to facilitate mocking of the ResourceResolverFactory
when testing MapEntries.
| Fields inherited from interface org.apache.sling.api.resource.ResourceResolverFactory |
PASSWORD, SUBSERVICE, USER, USER_IMPERSONATION |
| Methods inherited from interface org.apache.sling.api.resource.ResourceResolverFactory |
getAdministrativeResourceResolver, getResourceResolver, getServiceResourceResolver |
getMapRoot
String getMapRoot()
getVirtualURLMap
Map<?,?> getVirtualURLMap()
getMappings
Mapping[] getMappings()
getDefaultVanityPathRedirectStatus
int getDefaultVanityPathRedirectStatus()
isVanityPathEnabled
boolean isVanityPathEnabled()
isOptimizeAliasResolutionEnabled
boolean isOptimizeAliasResolutionEnabled()
getVanityPathConfig
List<MapConfigurationProvider.VanityPathConfig> getVanityPathConfig()
- A list of white and black list prefixes all ending with a slash.
If
null is returned, all paths are allowed.
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.