Uses of Class
org.piwik.PiwikException

Uses of PiwikException in org.piwik
 

Methods in org.piwik that throw PiwikException
 void SimplePiwikTracker.readRequestInfos(javax.servlet.http.HttpServletRequest request)
          Sets information to the tracker from the request.
 ResponseData SimplePiwikTracker.sendRequest(URL destination)
          Sends the request to the PIWIK-Server.
 void SimplePiwikTracker.setApiurl(String apiurl)
          Sets the url of the piwik installation the tracker will track to.
 void SimplePiwikTracker.setApiurl(URL apiurl)
          Sets the url of the piwik installation the tracker will track to.
 void SimplePiwikTracker.setLocalTime(String time)
          Sets local visitor time.
 int SimplePiwikTracker.setPageCustomVariable(String name, String value)
          Sets page custom variables; ignoring fixed order (differs from PHP version).
 void SimplePiwikTracker.setUrlReferrer(String urlReferrer)
          Sets the referrer url of the request.
 int SimplePiwikTracker.setVisitorCustomVariable(String name, String value)
          Sets visitor custom variables; ignoring fixed order (differs from PHP version).
 

Constructors in org.piwik that throw PiwikException
SimplePiwikTracker(int idSite, String apiUrl, javax.servlet.http.HttpServletRequest request)
          Builds a PiwikTracker object, used to track visits, pages and Goal conversions for a specific website, by using the Piwik Tracking API.
SimplePiwikTracker(String apiUrl)
           
 



Copyright © 2013. All Rights Reserved.