public interface PageSource
PageLoader
that caches the loaded pages.Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Clears the source's cache of loaded pages.
|
Set<Page> |
getAllPages()
Returns all currently loaded pages.
|
Page |
getPage(String canonicalPageName)
Returns a loaded instance of the indicated page, using the Locale and other information
from the
ComponentResourceSelector obtained from the ComponentRequestSelectorAnalyzer . |
void clearCache()
DynamicTemplate
, but the
underlying Resource
is noticed to have changed.Page getPage(String canonicalPageName)
ComponentResourceSelector
obtained from the ComponentRequestSelectorAnalyzer
.canonicalPageName
- Set<Page> getAllPages()
ComponentResourceSelector
s. This is needed
for reporting purposes only.PageCatalog
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.