NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item967: Publish the iterators
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Enhancement |
Closed |
Engine |
|
|
There are a number of utility classes that implement simple iterators. These are used in the core, and should be available to extensions (the
SkillsPlugin already uses some)
The packages in question are:
-
Foswiki::ListIterator
-
Foswiki::AggregateIterator
-
Foswiki::LineIterator
As part of the publishing process an pure virtual base class (interface) is required. This is trivial.
--
CrawfordCurrie - 03 Feb 2009
Mainly a documentation fix; no features.
--
CrawfordCurrie - 03 Feb 2009