|
Apache Tomcat 7.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.runtime.TagHandlerPool
public class TagHandlerPool
Pool of tag handlers that can be reused.
Field Summary | |
---|---|
protected InstanceManager |
instanceManager
|
static String |
OPTION_MAXSIZE
|
static String |
OPTION_TAGPOOL
|
Constructor Summary | |
---|---|
TagHandlerPool()
Constructs a tag handler pool with the default capacity. |
Method Summary | |
---|---|
Tag |
get(Class<? extends Tag> handlerClass)
Gets the next available tag handler from this tag handler pool, instantiating one if this tag handler pool is empty. |
protected static String |
getOption(ServletConfig config,
String name,
String defaultV)
|
static TagHandlerPool |
getTagHandlerPool(ServletConfig config)
|
protected void |
init(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OPTION_TAGPOOL
public static final String OPTION_MAXSIZE
protected InstanceManager instanceManager
Constructor Detail |
---|
public TagHandlerPool()
Method Detail |
---|
public static TagHandlerPool getTagHandlerPool(ServletConfig config)
protected void init(ServletConfig config)
public Tag get(Class<? extends Tag> handlerClass) throws JspException
handlerClass
- Tag handler class
JspException
- if a tag handler cannot be instantiatedpublic void reuse(Tag handler)
handler
- Tag handler to add to this tag handler poolpublic void release()
protected static String getOption(ServletConfig config, String name, String defaultV)
|
Apache Tomcat 7.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |