This interface provides methods for tag handler pooling. It specifies management of pools of tag handlers. Normally, one TagPoolManager derivative is stored per application context. This allows tag pooling on a per web application scope.
TagPoolManagers manage TagHandlerPools. TagHandlerPools are uniquely named per reuse scope. The current JSP spec allows for tag reuse if all of these conditions are met:
- tag scope doesnt conflict
- tags are of the same type
- tags use the same set of attributes
@author Casey Lucas
@see org.apache.tomcat.facade.TagPoolManagerInterceptor