Package | Description |
---|---|
org.apache.tapestry.pageload |
Classes used when loading pages (and thier heirarchies of components) from thier
specifications, as well as organizaing thier templates.
|
Modifier and Type | Method and Description |
---|---|
protected MultiKey |
PageSource.buildKey(IEngine engine,
java.lang.String pageName)
Builds a key for a named page in the application's current locale.
|
protected MultiKey |
PageSource.buildKey(IPage page)
Builds a key from an existing page, using the page's name and locale.
|