org.apache.jetspeed.statistics.impl
Class PageLogRecord
java.lang.Object
org.apache.jetspeed.statistics.impl.LogRecord
org.apache.jetspeed.statistics.impl.PageLogRecord
public class PageLogRecord
- extends LogRecord
PageLogRecord
Extends the abstract class LogRecord to holds the fields of a Page Access log
entry.
- Version:
- $Id: LogRecord.java 188420 2005-03-23 22:25:50Z rdk $
- Author:
- Richard D. Klein
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 |
pagePath
protected String pagePath
PageLogRecord
public PageLogRecord()
getPagePath
public String getPagePath()
- Returns:
- Returns the pagePath.
setPagePath
public void setPagePath(String pagePath)
- Parameters:
pagePath
- The pagePath to set.
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.