Uses of Interface
org.apache.tapestry.services.ClassFinder

Packages that use ClassFinder
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 Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ClassFinder in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type ClassFinder
 void NamespaceClassSearchComponentClassProvider.setClassFinder(ClassFinder classFinder)
           
 

Uses of ClassFinder in org.apache.tapestry.resolver
 

Methods in org.apache.tapestry.resolver with parameters of type ClassFinder
 void ComponentSpecificationResolverImpl.setClassFinder(ClassFinder classFinder)
           
 

Uses of ClassFinder in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ClassFinder
 ClassFinder Infrastructure.getClassFinder()
          Used to search for a class name within a list of packages.
 

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

Classes in org.apache.tapestry.services.impl that implement ClassFinder
 class ClassFinderImpl
          Implemenation of service tapestry.ClassFinder.
 

Methods in org.apache.tapestry.services.impl that return ClassFinder
 ClassFinder InfrastructureImpl.getClassFinder()
           
 



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