Package | Description |
---|---|
org.apache.tapestry5.internal.pageload |
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
|
org.apache.tapestry5.internal.services.templates |
[INTERNAL USE ONLY] component template support classes; API subject to change
|
org.apache.tapestry5.modules |
Constructor and Description |
---|
DefaultComponentResourceLocator(ComponentTemplateLocator componentTemplateLocator) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTemplateLocator |
class |
PageTemplateLocator
The special case for pages, where the template is searched for in the web application context.
|
Modifier and Type | Method and Description |
---|---|
ComponentTemplateLocator |
TapestryModule.buildComponentTemplateLocator(List<ComponentTemplateLocator> configuration)
Builds the
ComponentTemplateLocator as a chain of command. |
Modifier and Type | Method and Description |
---|---|
ComponentTemplateLocator |
TapestryModule.buildComponentTemplateLocator(List<ComponentTemplateLocator> configuration)
Builds the
ComponentTemplateLocator as a chain of command. |
static void |
TapestryModule.contributeComponentTemplateLocator(OrderedConfiguration<ComponentTemplateLocator> configuration,
AssetFactory contextAssetFactory,
String applicationFolder,
ComponentClassResolver componentClassResolver)
Contributes two template locators:
Default
Searches for the template on the classpath (
DefaultTemplateLocator
Page
Searches for page templates in the context (PageTemplateLocator )
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.