|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
TagPoolManagerInterceptor
Field Summary | |
static java.lang.String |
CONTEXT_ATTRIBUTE_NAME
This constant is the name of the TagPoolManager attribute stored into each ServletContext (if tag pooling is enabled.) |
Method Summary | |
TagHandlerPool |
getPool(java.lang.String poolName,
java.lang.Class handlerClass)
Obtain a named pool. |
void |
shutdown()
This method allows the pool manager to shutdown all of its pools. |
Field Detail |
public static final java.lang.String CONTEXT_ATTRIBUTE_NAME
Method Detail |
public TagHandlerPool getPool(java.lang.String poolName, java.lang.Class handlerClass)
poolName
- unique name of the tag poolhandlerClass
- the type of tag handler objects stored by the pool
public void shutdown()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |