WikiPageStats
Back to current versionRestore this version

WikiPageStats#

Introduction#

As a JSPWiki administrator you need some statistical information about the pages in your wiki.


The information I'd like to see per page is the following:

The information should be presentable in a tabular form where you can sort it and filter it (like the %%Sortable and %%table-filter).

The following interfaces/classes are planned :

Security#

Security is important because sensitive meta data of pages are provided, for now the access to this function should be limited to administrators.
Another reason to limit access is the fact that gathering all this info might generate quite some load on the server.

Interfaces/classes#

Interace com.ecyd.jspwiki.stats.WikiPageStat#

This interface describes what information can be stored and retrieved per page. For now we only deal with regular WikiPages, not attachments.