|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageSource
Access to localized page instances (which are now shared singletons, starting in release 5.2).
This service is a wrapper around the PageLoader
that caches the loaded pages.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |