Service Point tapestry.request.EnginePool | Interface: | org.apache.tapestry.services.ObjectPool |
---|
Contains engine instances, keyed on locale, ready for use in the current request. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="impl.ObjectPoolImpl"
>
- <event-listener
service-id="tapestry.ResetEventCoordinator"
/>
</construct>
</invoke-factory>
|