public class TagHandlerPool
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPTION_MAXSIZE |
static java.lang.String |
OPTION_TAGPOOL |
Constructor and Description |
---|
TagHandlerPool()
Constructs a tag handler pool with the default capacity.
|
TagHandlerPool(int capacity)
Deprecated.
Use static getTagHandlerPool
|
Modifier and Type | Method and Description |
---|---|
Tag |
get(java.lang.Class handlerClass)
Gets the next available tag handler from this tag handler pool,
instantiating one if this tag handler pool is empty.
|
static TagHandlerPool |
getTagHandlerPool(ServletConfig config) |
void |
release()
Calls the release() method of all available tag handlers in this tag
handler pool.
|
void |
reuse(Tag handler)
Adds the given tag handler to this tag handler pool, unless this tag
handler pool has already reached its capacity, in which case the tag
handler's release() method is called.
|
public static java.lang.String OPTION_TAGPOOL
public static java.lang.String OPTION_MAXSIZE
public TagHandlerPool()
@Deprecated public TagHandlerPool(int capacity)
capacity
- Tag handler pool capacitypublic static TagHandlerPool getTagHandlerPool(ServletConfig config)
public Tag get(java.lang.Class handlerClass) throws JspException
handlerClass
- Tag handler classJspException
- if a tag handler cannot be instantiatedpublic void reuse(Tag handler)
handler
- Tag handler to add to this tag handler poolpublic void release()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"