railo.runtime.tag
Class TagHandlerPool

java.lang.Object
  extended by railo.runtime.tag.TagHandlerPool

public final class TagHandlerPool
extends Object

Pool to Handle Tags


Constructor Summary
TagHandlerPool()
           
 
Method Summary
 void reset()
           
 void reuse(javax.servlet.jsp.tagext.Tag tag)
          free a tag for reusing
 javax.servlet.jsp.tagext.Tag use(String tagClass)
          return a tag to use from a class
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagHandlerPool

public TagHandlerPool()
Method Detail

use

public javax.servlet.jsp.tagext.Tag use(String tagClass)
                                 throws PageException
return a tag to use from a class

Parameters:
tagClass -
Returns:
Tag
Throws:
PageException

reuse

public void reuse(javax.servlet.jsp.tagext.Tag tag)
free a tag for reusing

Parameters:
tag -
Throws:
ExpressionException

reset

public void reset()


Copyright © 2012 Railo