|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.logging.CountedUrl
net.sourceforge.pebble.logging.Referer
public class Referer
Represents a referer URL along with a count of how many times it has been refered from.
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.pebble.logging.CountedUrl |
|---|
blog, NAME_LENGTH_LIMIT |
| Constructor Summary | |
|---|---|
Referer(java.lang.String url)
Creates a new instance representing the specified url. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDomainFilter()
Gets a regex expression that will filter out other referers with the same domain. |
protected void |
setUrl(java.lang.String url)
Sets the underlying url. |
| Methods inherited from class net.sourceforge.pebble.logging.CountedUrl |
|---|
addLogEntry, equals, getCount, getLogEntries, getName, getTruncatedName, getUrl, hashCode, isFileDownload, isNewsFeed, isPageView, setFileDownload, setName, setNewsFeed, setPageView |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Referer(java.lang.String url)
url - the url as a String| Method Detail |
|---|
protected void setUrl(java.lang.String url)
CountedUrl
setUrl in class CountedUrlurl - the url as a Stringpublic java.lang.String getDomainFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||