|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.statistics.impl.LogRecord
org.apache.jetspeed.statistics.impl.PageLogRecord
public class PageLogRecord
PageLogRecord
Extends the abstract class LogRecord to holds the fields of a Page Access log entry.
Field Summary | |
---|---|
protected java.lang.String |
pagePath
|
Fields inherited from class org.apache.jetspeed.statistics.impl.LogRecord |
---|
ipAddress, logType, msElapsedTime, status, timeStamp, TYPE_PAGE, TYPE_PORTLET, TYPE_USER, userName |
Constructor Summary | |
---|---|
PageLogRecord()
|
Method Summary | |
---|---|
java.lang.String |
getPagePath()
|
void |
setPagePath(java.lang.String pagePath)
|
Methods inherited from class org.apache.jetspeed.statistics.impl.LogRecord |
---|
getIpAddress, getLogType, getMsElapsedTime, getStatus, getTimeStamp, getUserName, setIpAddress, setLogType, setMsElapsedTime, setStatus, setTimeStamp, setUserName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String pagePath
Constructor Detail |
---|
public PageLogRecord()
Method Detail |
---|
public java.lang.String getPagePath()
public void setPagePath(java.lang.String pagePath)
pagePath
- The pagePath to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |