Configuration
instead.@Deprecated public interface AnalyticsConfiguration
AnalyticsConfiguration
interface provides access to entries of a
analytics configuration node.com.day.cq.wcm.webservicesupport.Configuration}
Modifier and Type | Method and Description |
---|---|
Object |
get(String name)
Deprecated.
|
<T> T |
get(String name,
Class<T> type)
Deprecated.
|
<T> T |
get(String name,
T defaultValue)
Deprecated.
|
String |
getFormattedPagePath(Page page)
Deprecated.
|
String |
getPagePath()
Deprecated.
Return the path of the @ Page} where the analyics configuration resides.
|
String |
getPath()
Deprecated.
Returns the path of the analytics configuration @ Resource} .
|
Resource |
getResource()
Deprecated.
Returns the @ Resource} of the analytics configuration.
|
SitecatalystAccount |
getSitecatalystAccount()
Deprecated.
Gets corresponding SiteCatalyst account.
|
ValueMap |
getValueMap()
Deprecated.
|
Boolean |
hasService(String servicename)
Deprecated.
Checks if the service with
servicename is configured. |
Resource getResource()
String getPath()
String getPagePath()
String getFormattedPagePath(Page page)
Page
. A trailing slash will be
removed if present, all other slashes will be replaced by colons.
/content/geometrixx/en/support
will be formatted to
content:geometrixx:en:support
page
- Page to format resource pathcom.day.cq.analytics.sitecatalyst.SitecatalystUtil#getFormattedPageName(com.day.cq.analytics.sitecatalyst.Page)
<T> T get(String name, T defaultValue)
T
- name
- defaultValue
- ValueMap getValueMap()
SitecatalystAccount getSitecatalystAccount()
T
- Account typetype
- Class of type SitecatalystAccount
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"