Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
G
M
O
P
R
S
T
V
B
BrowserPlugins
- Enum in
org.piwik
C
clearCustomVariables()
- Method in class org.piwik.
SimplePiwikTracker
Resets all given custom variables.
clearPluginList()
- Method in class org.piwik.
SimplePiwikTracker
Resets all given browser plugins.
G
getCookies()
- Method in class org.piwik.
ResponseData
getCustomData()
- Method in class org.piwik.
SimplePiwikTracker
Getter.
getDownloadTrackURL(String)
- Method in interface org.piwik.
PiwikTracker
Builds the URL for the download tracking request.
getDownloadTrackURL(String)
- Method in class org.piwik.
SimplePiwikTracker
getGeneralQuery()
- Method in class org.piwik.
SimplePiwikTracker
Returns the uery part for the url with all parameters from all given informations set to this tracker.
getGoalTrackURL(String)
- Method in interface org.piwik.
PiwikTracker
getGoalTrackURL(String, String)
- Method in interface org.piwik.
PiwikTracker
getGoalTrackURL(String)
- Method in class org.piwik.
SimplePiwikTracker
getGoalTrackURL(String, String)
- Method in class org.piwik.
SimplePiwikTracker
getIdSite()
- Method in class org.piwik.
SimplePiwikTracker
Getter.
getIp()
- Method in class org.piwik.
SimplePiwikTracker
Getter.
getLinkTrackURL(String)
- Method in interface org.piwik.
PiwikTracker
getLinkTrackURL(String)
- Method in class org.piwik.
SimplePiwikTracker
getPageTrackURL(String)
- Method in interface org.piwik.
PiwikTracker
Builds the URL for the page tracking request.
getPageTrackURL(String)
- Method in class org.piwik.
SimplePiwikTracker
getPageUrl()
- Method in class org.piwik.
SimplePiwikTracker
Getter.
getUrlReferrer()
- Method in class org.piwik.
SimplePiwikTracker
Getter.
getVisitorCustomData()
- Method in class org.piwik.
SimplePiwikTracker
getVisitorId()
- Method in class org.piwik.
SimplePiwikTracker
Returns the visitor id of this tracker object.
M
MAX_CUSTOM_VARIABLE_LENGTH
- Static variable in class org.piwik.
SimplePiwikTracker
Maximum length of a custom variable.
MAX_CUSTOM_VARIABLES
- Static variable in class org.piwik.
SimplePiwikTracker
Maximum number of custom variables.
O
org.piwik
- package org.piwik
P
PiwikException
- Exception in
org.piwik
PiwikException(String)
- Constructor for exception org.piwik.
PiwikException
PiwikException(String, Throwable)
- Constructor for exception org.piwik.
PiwikException
PiwikTracker
- Interface in
org.piwik
R
readRequestInfos(HttpServletRequest)
- Method in class org.piwik.
SimplePiwikTracker
Sets information to the tracker from the request.
ResponseData
- Class in
org.piwik
ResponseData(HttpURLConnection)
- Constructor for class org.piwik.
ResponseData
Initialize the local header data with the header fields from the connection.
S
sendRequest(URL)
- Method in class org.piwik.
SimplePiwikTracker
Sends the request to the PIWIK-Server.
setAcceptLanguage(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the language set in the browser request.
setAcceptLanguage(Locale)
- Method in class org.piwik.
SimplePiwikTracker
Sets the language set in the browser request.
setApiurl(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the url of the piwik installation the tracker will track to.
setApiurl(URL)
- Method in class org.piwik.
SimplePiwikTracker
Sets the url of the piwik installation the tracker will track to.
setCustomData(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the custom data.
setDebugAppendUrl(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets a string for debugging usage.
setForcedDatetime(Date)
- Method in class org.piwik.
SimplePiwikTracker
Sets the time the request was send.
setIdSite(int)
- Method in class org.piwik.
SimplePiwikTracker
Sets the site id.
setIp(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the ip from which the request was send.
setLocalTime(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets local visitor time.
setLocalTime(Date)
- Method in class org.piwik.
SimplePiwikTracker
Sets local visitor time.
setPageCustomVariable(String, String)
- Method in class org.piwik.
SimplePiwikTracker
Sets page custom variables; ignoring fixed order (differs from PHP version).
setPageUrl(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the Page URL.
setPlugin(BrowserPlugins, boolean)
- Method in class org.piwik.
SimplePiwikTracker
Adds a browser plugin to the list to detected plugins.
setRequestCookie(Cookie)
- Method in class org.piwik.
SimplePiwikTracker
Sets the piwik cookie of the requester.
setResolution(int, int)
- Method in class org.piwik.
SimplePiwikTracker
Sets the screen resolution of the browser which sends the request.
setTokenAuth(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the authentication string from the piwik installation for access of piwik data.
setUrlReferrer(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the referrer url of the request.
setUrlReferrer(URL)
- Method in class org.piwik.
SimplePiwikTracker
Sets the referrer url of the request.
setUserAgent(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the user agent identification of the requester.
setVisitorCustomData(String)
- Method in class org.piwik.
SimplePiwikTracker
setVisitorCustomVariable(String, String)
- Method in class org.piwik.
SimplePiwikTracker
Sets visitor custom variables; ignoring fixed order (differs from PHP version).
setVisitorId(String)
- Method in class org.piwik.
SimplePiwikTracker
Sets the id of the requester.
SimplePiwikTracker
- Class in
org.piwik
Piwik - Open source web analytics Client to record visits, page views, Goals, in a Piwik server.
SimplePiwikTracker(String)
- Constructor for class org.piwik.
SimplePiwikTracker
SimplePiwikTracker(int, String, HttpServletRequest)
- Constructor for class org.piwik.
SimplePiwikTracker
Builds a PiwikTracker object, used to track visits, pages and Goal conversions for a specific website, by using the Piwik Tracking API.
T
toString()
- Method in enum org.piwik.
BrowserPlugins
V
valueOf(String)
- Static method in enum org.piwik.
BrowserPlugins
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.piwik.
BrowserPlugins
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION
- Static variable in class org.piwik.
SimplePiwikTracker
B
C
G
M
O
P
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013. All Rights Reserved.