Package org.atmosphere.util.analytics
Interface URLBuildingStrategy
-
- All Known Implementing Classes:
GoogleAnalytics_v1_URLBuildingStrategy
public interface URLBuildingStrategyFork of https://code.google.com/p/jgoogleanalytics/ Interface for the URL building strategy- Version:
- : 0.1
- Author:
- : Siddique Hameed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringbuildURL(FocusPoint focusPoint)voidsetRefererURL(java.lang.String refererURL)
-
-
-
Method Detail
-
buildURL
java.lang.String buildURL(FocusPoint focusPoint)
-
setRefererURL
void setRefererURL(java.lang.String refererURL)
-
-