Uses of Interface
org.apache.tapestry.resolver.ComponentSpecificationResolver

Packages that use ComponentSpecificationResolver
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 Namespace resolution of pages/components/etc.. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ComponentSpecificationResolver in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type ComponentSpecificationResolver
 void PageLoader.setComponentResolver(ComponentSpecificationResolver resolver)
           
 

Uses of ComponentSpecificationResolver in org.apache.tapestry.resolver
 

Classes in org.apache.tapestry.resolver that implement ComponentSpecificationResolver
 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 INamespaceand a IComponentSpecification.
 

Uses of ComponentSpecificationResolver in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type ComponentSpecificationResolver
 void TemplateSourceImpl.setComponentSpecificationResolver(ComponentSpecificationResolver resolver)
           
 

Constructors in org.apache.tapestry.services.impl with parameters of type ComponentSpecificationResolver
DefaultParserDelegate(IComponent component, String componentAttributeName, IRequestCycle cycle, ComponentSpecificationResolver resolver)
           
 



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