railo.runtime.cfx
Interface CFXTagPool

All Known Implementing Classes:
CFXTagPoolImpl

public interface CFXTagPool

Pool for cfx tags


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)
           
 

Method Detail

getClasses

Map getClasses()
Returns:
Returns the classes.

getCustomTag

CustomTag getCustomTag(String name)
                       throws CFXTagException
return custom tag that match the name

Parameters:
name -
Returns:
matching tag
Throws:
CFXTagException

getCFXTagClass

CFXTagClass getCFXTagClass(String name)
                           throws CFXTagException
Throws:
CFXTagException

releaseCustomTag

void releaseCustomTag(CustomTag ct)
realese custom tag

Parameters:
ct -

releaseTag

void releaseTag(Object tag)


Copyright © 2012 Railo