public interface PageLoader
ComponentResourceSelector
(prior to 5.3, once for each locale; prior to 5.1, for locale and pooled).RequestPageCache
Modifier and Type | Method and Description |
---|---|
Page |
loadPage(String pageName,
ComponentResourceSelector selector)
Loads the page for the indicated selector.
|
Page loadPage(String pageName, ComponentResourceSelector selector)
pageName
- the canonicalized logical name of the page, which will be made available via
Page.getName()
and ComponentResourcesCommon.getPageName()
(for any component within
the page).selector
- Encapsulates the locale and other information used to select the component's
template and message catalog resources.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.