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

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

Uses of ObjectPool in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type ObjectPool
 void PageSource.setPool(ObjectPool pool)
           
 

Uses of ObjectPool in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ObjectPool
 ObjectPool Infrastructure.getObjectPool()
          Returns a generic, shared ObjectPool instance.
 

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

Classes in org.apache.tapestry.services.impl that implement ObjectPool
 class ObjectPoolImpl
          Implementation of the ObjectPool interface.
 

Methods in org.apache.tapestry.services.impl that return ObjectPool
 ObjectPool InfrastructureImpl.getObjectPool()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type ObjectPool
 void EngineManagerImpl.setEnginePool(ObjectPool pool)