|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.runtime.TagPoolManagerImpl
This class provides a basic implementation for TagPoolManager. It simply manages a collection of named pools, including their retrieval and cleanup.
TagPoolManagerInterceptor
Field Summary | |
static java.lang.String |
LOG_NAME
This constant is the log named that can be used in configuration files to enable logging. |
Fields inherited from interface org.apache.jasper.runtime.TagPoolManager |
CONTEXT_ATTRIBUTE_NAME |
Constructor Summary | |
TagPoolManagerImpl()
This constructor just sets up logging. |
Method Summary | |
TagHandlerPool |
getPool(java.lang.String poolName,
java.lang.Class handlerClass)
Obtain a pool by the given name that provides handlers for the given class. |
void |
shutdown()
This method is called when the tag pools should be shutdown. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LOG_NAME
Constructor Detail |
public TagPoolManagerImpl()
Method Detail |
public TagHandlerPool getPool(java.lang.String poolName, java.lang.Class handlerClass)
getPool
in interface TagPoolManager
poolName
- name of the requested poolhandlerClass
- class of the tag handlers
public void shutdown()
shutdown
in interface TagPoolManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |