railo.runtime.cfx.customtag
Class CFXTagPoolImpl
java.lang.Object
railo.runtime.cfx.customtag.CFXTagPoolImpl
- All Implemented Interfaces:
- CFXTagPool
public final class CFXTagPoolImpl
- extends Object
- implements CFXTagPool
CFXTagPoolImpl
public CFXTagPoolImpl(Map classes)
- constructor of the class
- Parameters:
classes
-
getClasses
public Map getClasses()
- Specified by:
getClasses
in interface CFXTagPool
- Returns:
- Returns the classes.
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
getCFXTagClass
public CFXTagClass getCFXTagClass(String name)
throws CFXTagException
- Specified by:
getCFXTagClass
in interface CFXTagPool
- Throws:
CFXTagException
releaseCustomTag
public void releaseCustomTag(CustomTag ct)
- Description copied from interface:
CFXTagPool
- realese custom tag
- Specified by:
releaseCustomTag
in interface CFXTagPool
releaseTag
public void releaseTag(Object tag)
- Specified by:
releaseTag
in interface CFXTagPool
Copyright © 2012 Railo