| ![[public]](../public.png) Service Point tapestry.enhance.InjectPageValidateListenerWorker | Interface: | org.apache.tapestry.enhance.EnhancementWorker | 
| Registers components as PageValidateListeners, if they implement the interface. | 
| Implementation | 
| 
 <invoke-factory service-id="hivemind.BuilderFactory" model="singleton"  > 
                
</invoke-factory>
     <construct class="InjectListenerRegistrationWorker"
       > 
                    
</construct>
     <set-object property="listenerInterface"
       value="class:org.apache.tapestry.event.PageValidateListener"
       /> 
     <set property="registerMethodName"
       value="addPageValidateListener"
       />  |