Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.pageload |
Classes used when loading pages (and thier heirarchies of components) from thier
specifications, as well as organizaing thier templates.
|
org.apache.tapestry.services.impl |
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponent.finishLoad(IRequestCycle cycle,
IPageLoader loader,
IComponentSpecification specification)
Invokes
AbstractComponent.finishLoad() . |
void |
BaseComponent.finishLoad(IRequestCycle cycle,
IPageLoader loader,
IComponentSpecification specification)
Loads the template for the component, then invokes
AbstractComponent.finishLoad(IRequestCycle, IPageLoader, IComponentSpecification) . |
void |
IComponent.finishLoad(IRequestCycle cycle,
IPageLoader loader,
IComponentSpecification specification)
Allows a component to finish any setup after it has been constructed.
|
Modifier and Type | Class and Description |
---|---|
class |
PageLoader
Implementation of tapestry.page.PageLoader.
|
Modifier and Type | Method and Description |
---|---|
void |
PageSource.setLoader(IPageLoader loader) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentTemplateLoaderImpl.setPageLoader(IPageLoader pageLoader) |
Constructor and Description |
---|
ComponentTemplateLoaderLogic(org.apache.commons.logging.Log log,
IPageLoader pageLoader,
BindingSource bindingSource) |