org.apache.cocoon.profiling.statistics
Class PageReportImpl
java.lang.Object
org.apache.cocoon.profiling.statistics.PageReportImpl
- All Implemented Interfaces:
- PageReport
public class PageReportImpl
- extends Object
- implements PageReport
- Since:
- 2.1.10
- Version:
- $Id: PageReportImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statistics
protected final List statistics
id
protected final String id
date
protected final Date date
PageReportImpl
public PageReportImpl(String id)
getId
public String getId()
- Specified by:
getId
in interface PageReport
- See Also:
PageReport.getId()
getDate
public Date getDate()
- Specified by:
getDate
in interface PageReport
- See Also:
PageReport.getDate()
getStatistics
public List getStatistics()
- Specified by:
getStatistics
in interface PageReport
- See Also:
PageReport.getStatistics()
addStatistics
public void addStatistics(Statistics stats)
- Parameters:
stats
-
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.