|
||||||||||
| 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.Request
public class Request
Represents a requested URL along with a count of how many times it has been accessed.
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.pebble.logging.CountedUrl |
|---|
blog, NAME_LENGTH_LIMIT |
| Constructor Summary | |
|---|---|
Request(java.lang.String url)
Creates a new instance representing the specified url. |
|
Request(java.lang.String url,
Blog blog)
Creates a new instance representing the specified url. |
|
| Method Summary | |
|---|---|
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 Request(java.lang.String url)
url - the url as a String
public Request(java.lang.String url,
Blog blog)
url - the url as a Stringblog - the owning Blog| Method Detail |
|---|
protected void setUrl(java.lang.String url)
CountedUrl
setUrl in class CountedUrlurl - the url as a String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||