railo.runtime.cfx
Interface CFXTagPool

All Known Implementing Classes:
CFXTagPoolImpl

public interface CFXTagPool

Pool for cfx tags


Method Summary
 Map getClasses()
           
 CustomTag getCustomTag(String name)
          return custom tag that match the name
 void releaseCustomTag(CustomTag ct)
          realese custom 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

releaseCustomTag

void releaseCustomTag(CustomTag ct)
realese custom tag

Parameters:
ct -


Copyright © 2012 Railo