@ConsumerType public interface AnalyticsPageNameProvider
s.pageName
for Analytics or retrieving Resource
s from
custom pageName's.
Registered AnalyticsPageNameProvider
will be called based on their
Constants.SERVICE_RANKING
. If one implementation can provide a value, then this
value will be taken and remaining providers are not called anymore.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPageName(AnalyticsPageNameContext context)
Called when pageName for a resource is requested.
|
Resource |
getResource(AnalyticsPageNameContext context)
Called when the
Resource for a given pageName is requested. |
java.lang.String getPageName(AnalyticsPageNameContext context)
context
- the resolution AnalyticsPageNameContext
null
or the generated pageNameResource getResource(AnalyticsPageNameContext context)
Resource
for a given pageName is requested.context
- the resolution AnalyticsPageNameContext
null
or the resource that matches the pageName provided via contextCopyright © 2010 - 2020 Adobe. All Rights Reserved