Uses of Class
org.atmosphere.util.analytics.FocusPoint
-
Packages that use FocusPoint Package Description org.atmosphere.util.analytics -
-
Uses of FocusPoint in org.atmosphere.util.analytics
Methods in org.atmosphere.util.analytics that return FocusPoint Modifier and Type Method Description FocusPointFocusPoint. getParentFocusPoint()Methods in org.atmosphere.util.analytics with parameters of type FocusPoint Modifier and Type Method Description java.lang.StringGoogleAnalytics_v1_URLBuildingStrategy. buildURL(FocusPoint focusPoint)java.lang.StringURLBuildingStrategy. buildURL(FocusPoint focusPoint)voidFocusPoint. setParentTrackPoint(FocusPoint parentFocusPoint)voidJGoogleAnalyticsTracker. trackSynchronously(FocusPoint focusPoint)Track the focusPoint in the application synchronously.Constructors in org.atmosphere.util.analytics with parameters of type FocusPoint Constructor Description FocusPoint(java.lang.String name, FocusPoint parentFocusPoint)
-