Package org.apache.tapestry.resolver

Namespace resolution of pages/components/etc..

See:
          Description

Interface Summary
ComponentSpecificationResolver Service interface for locating component specifications.
IComponentResourceResolver Service responsible for finding resources relative or specific to a IComponent.
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.
ComponentResourceResolverImpl Implementation of IComponentResourceResolver.
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.
 

Package org.apache.tapestry.resolver Description

Namespace resolution of pages/components/etc..

Author:
Howard Lewis Ship hlship@apache.org


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.