Uses of Interface
org.apache.jasper.runtime.TagHandlerPool

Packages that use TagHandlerPool
org.apache.jasper.runtime This package needs to be visible and is used at runtime by the generated servlets. 
 

Uses of TagHandlerPool in org.apache.jasper.runtime
 

Classes in org.apache.jasper.runtime that implement TagHandlerPool
 class TagHandlerPoolImpl
          This class provides a basic implementation of TagHandlerPool.
 

Methods in org.apache.jasper.runtime that return TagHandlerPool
 TagHandlerPool TagPoolManager.getPool(java.lang.String poolName, java.lang.Class handlerClass)
          Obtain a named pool.
 TagHandlerPool TagPoolManagerImpl.getPool(java.lang.String poolName, java.lang.Class handlerClass)
          Obtain a pool by the given name that provides handlers for the given class.
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.