| ![[public]](../public.png) Service Point tapestry.page.NamespaceClassSearchComponentClassProvider | Interface: | org.apache.tapestry.pageload.ComponentClassProvider | 
| Searches for a class with a name matching the component type in the default package
        (and in packages defined by the namespace's org.apache.tapestry.component-class-packages meta property). | 
| Implementation | 
| 
 <invoke-factory service-id="hivemind.BuilderFactory" model="singleton"  > 
                
</invoke-factory>
     <construct class="NamespaceClassSearchComponentClassProvider"
       > 
                    
</construct>
     <set property="packagesName"
       value="org.apache.tapestry.component-class-packages"
       /> 
     <set-object property="classFinder"
       value="infrastructure:classFinder"
       />  |