This page (revision-12) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
12 23-Apr-2022 17:05 4 KB Harry Metske to previous
11 23-Apr-2022 17:05 4 KB Harry Metske to previous | to last
10 23-Apr-2022 17:05 4 KB Harry Metske to previous | to last
9 23-Apr-2022 17:05 4 KB Harry Metske to previous | to last
8 23-Apr-2022 17:05 3 KB Harry Metske to previous | to last
7 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
6 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
5 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
4 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
3 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
2 23-Apr-2022 17:05 694 bytes Harry Metske to previous | to last incoming and outgoing wiki links added
1 23-Apr-2022 17:05 630 bytes Harry Metske to last

Page References

Incoming links Outgoing links
WikiPageStats...nobody

Version management

Difference between version and

At line 19 changed one line
The information should be presentable in a tabular form where you can sort it and filter it (like the %%Sortable and %%table-filter).
The information should be presentable in a tabular form where you can sort it and filter it (like the {{{%%Sortable and %%table-filter}}}).
At line 21 changed 3 lines
The functionality can be built in different forms:
* as a JSPWiki plugin
* as an MBean
The following classes are foreseen :
* a class that represents the statistics of one page (com.ecyrd.jspwiki.stats.WikiPageStat)
* a factory class that creates and gathers all the WikiPageStat objects (com.ecyrd.jspwiki.stats.WikiPageStatFactory) . This class should provide public methods that return a List of (populated) WikiPageStat objects. (optionally with a pattern as filter to return a subset of the pagestats)
* a class that provides the information to the end user:
** a JSPWiki plugin to provide the info in HTML format
** an MBean ?
** a class to provide the stats in xml format for automated processing afterwards
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.