| Package | Description |
|---|---|
| org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine. |
| org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
| org.apache.tapestry.services.impl |
| Modifier and Type | Method and Description |
|---|---|
ComponentTemplate |
ITemplateSourceDelegate.findTemplate(IRequestCycle cycle,
IComponent component,
java.util.Locale locale)
Invoked by the
ITemplateSource when a template can't be found
by normal means (i.e., in the normal locations). |
| Modifier and Type | Method and Description |
|---|---|
ComponentTemplate |
TemplateSource.getTemplate(IRequestCycle cycle,
IComponent component)
Locates the template for the component.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentTemplate |
TemplateSourceImpl.getTemplate(IRequestCycle cycle,
IComponent component)
Reads the template for the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentTemplateLoaderLogic.loadTemplate(IRequestCycle requestCycle,
ITemplateComponent loadComponent,
ComponentTemplate template) |