railo.runtime.cfx.customtag
Class CFXTagPoolImpl

java.lang.Object
  extended by railo.runtime.cfx.customtag.CFXTagPoolImpl
All Implemented Interfaces:
CFXTagPool

public final class CFXTagPoolImpl
extends Object
implements CFXTagPool


Constructor Summary
CFXTagPoolImpl(Map classes)
          constructor of the class
 
Method Summary
 CFXTagClass getCFXTagClass(String name)
           
 Map getClasses()
           
 CustomTag getCustomTag(String name)
          return custom tag that match the name
 void releaseCustomTag(CustomTag ct)
          realese custom tag
 void releaseTag(Object tag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFXTagPoolImpl

public CFXTagPoolImpl(Map classes)
constructor of the class

Parameters:
classes -
Method Detail

getClasses

public Map getClasses()
Specified by:
getClasses in interface CFXTagPool
Returns:
Returns the classes.
See Also:
CFXTagPool.getClasses()

getCustomTag

public CustomTag getCustomTag(String name)
                       throws CFXTagException
Description copied from interface: CFXTagPool
return custom tag that match the name

Specified by:
getCustomTag in interface CFXTagPool
Returns:
matching tag
Throws:
CFXTagException
See Also:
CFXTagPool.getCustomTag(java.lang.String)

getCFXTagClass

public CFXTagClass getCFXTagClass(String name)
                           throws CFXTagException
Throws:
CFXTagException

releaseCustomTag

public void releaseCustomTag(CustomTag ct)
Description copied from interface: CFXTagPool
realese custom tag

Specified by:
releaseCustomTag in interface CFXTagPool
See Also:
CFXTagPool.releaseCustomTag(com.allaire.cfx.CustomTag)

releaseTag

public void releaseTag(Object tag)


Copyright © 2012 Railo