This class maintains reusable portlet response objects in a pool.
Clients can use the obtainObject() method to retrieve an
portlet response object, and releaseObject() to release
it back to the pool once is done with it.
Constructor Summary
public
RenderResponsePool(int minSize, int maxSize, boolean overflow, int partitionSize, Logger logger)