public interface AnalyticsPageNameResolver
AnalyticsPageNameResolver
service can be used to generate the
Analytics pageName based on Framework
mappings or other context data.
It's mostly used by back-end processes that need the pageName to run reports
against Analytics.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)
AnalyticsPageNameProvider
for providing your own pageName
resolutioncontext
- the resolution AnalyticsPageNameContext
null
or the generated pageNameResource getResource(AnalyticsPageNameContext context)
Resource
for a given pageName is requested. See
AnalyticsPageNameProvider
for providing your own pageName
resolutioncontext
- the resolution AnalyticsPageNameContext
null
or the resource that matches the pageName provided via
AnalyticsPageNameContext
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"