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.
|
org.apache.tapestry.resolver | |
org.apache.tapestry.services.impl |
Modifier and Type | Method and Description |
---|---|
void |
PageLoader.setComponentResolver(ComponentSpecificationResolver resolver) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentSpecificationResolverImpl
Utility class that understands the rules of component types (which may optionally have a library
prefix) and can resolve the type to a
INamespace and a
IComponentSpecification . |
Modifier and Type | Method and Description |
---|---|
void |
TemplateSourceImpl.setComponentSpecificationResolver(ComponentSpecificationResolver resolver) |
Constructor and Description |
---|
DefaultParserDelegate(IComponent component,
java.lang.String componentAttributeName,
IRequestCycle cycle,
ComponentSpecificationResolver resolver) |