Package org.apache.tapestry.resolver

Interface Summary
ComponentSpecificationResolver Service interface for locating component specifications.
ISpecificationResolverDelegate Delegate interface used when a page or component specification can not be found by the normal means.
PageSpecificationResolver Service interface for locating a page specification given its name.
 

Class Summary
AbstractSpecificationResolver Base class for resolving a IComponentSpecificationfor a particular page or component, within a specified INamespace.
ComponentSpecificationResolverImpl Utility class that understands the rules of component types (which may optionally have a library prefix) and can resolve the type to a INamespaceand a IComponentSpecification.
PageSpecificationResolverImpl Performs the tricky work of resolving a page name to a page specification.