@Deprecated @ProviderType public interface ConfMgr
Modifier and Type | Method and Description |
---|---|
Conf |
getConf(Resource resource)
Deprecated.
Retrieves a
Conf for the given resource using the resource resolver
behind the given resource. |
Conf |
getConf(Resource resource,
ResourceResolver configResolver)
Deprecated.
Retrieves a
Conf for the given resource, but will make all lookups
on the configuration tree using the configResolver. |
Conf getConf(Resource resource)
Conf
for the given resource using the resource resolver
behind the given resource.resource
- a content resource for which a configuration should be resolvedConf getConf(Resource resource, ResourceResolver configResolver)
Conf
for the given resource, but will make all lookups
on the configuration tree using the configResolver. Use this when a separate
user is needed for the configuration lookups.resource
- a content resource for which a configuration should be resolvedconfigResolver
- a dedicated resource resolver to be used for lookups
under the referenced configuration tree(s)Copyright © 2010 - 2020 Adobe. All Rights Reserved