|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface allows pooling of tag handlers.
TagPoolManager| Method Summary | |
javax.servlet.jsp.tagext.Tag |
getHandler()
This method is called by JSPs to obtain a tag handler. |
void |
releaseHandler(javax.servlet.jsp.tagext.Tag usedTag,
boolean removeFromPool)
This method is called by JSPs when they are finished using a tag handler obtained from getHandler |
void |
shutdown()
This method is called to shutdown this pool. |
| Method Detail |
public javax.servlet.jsp.tagext.Tag getHandler()
public void releaseHandler(javax.servlet.jsp.tagext.Tag usedTag,
boolean removeFromPool)
usedTag - removeFromPool - Set to true if this handler should be removed from the pool.
This might occur if an exception is thrown during tag usage.public void shutdown()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||