| Title | Add a getPage(Regexp regexp) method to PageManager |
| Date | 02-Jul-2005 01:55:12 EEST |
| JSPWiki version | |
| Submitter | NascifAbousalhNeto |
| Idea Category | ProviderIdea |
| Reference | |
| Idea Status | NewIdea |
This would allow subsets of pages to be selected much faster, at least for file-based providers.
Instead of calling getAllPages() and then filtering the result, allow the plugin to pass a regexp down to the provider that would use it in a FilenameFilter.
Hmm... If you're using the page cache, then getting all pages and filtering them is way faster than anything else, I believe.