public final class CFXTagPoolImpl extends Object implements CFXTagPool
Constructor and Description |
---|
CFXTagPoolImpl(Map<String,CFXTagClass> classes)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
CFXTagClass |
getCFXTagClass(String name) |
Map<String,CFXTagClass> |
getClasses() |
CustomTag |
getCustomTag(String name)
return custom tag that match the name
|
void |
releaseCustomTag(CustomTag ct)
realese custom tag
|
void |
releaseTag(Object tag) |
public CFXTagPoolImpl(Map<String,CFXTagClass> classes)
classes
- public Map<String,CFXTagClass> getClasses()
getClasses
in interface CFXTagPool
public CustomTag getCustomTag(String name) throws CFXTagException
CFXTagPool
getCustomTag
in interface CFXTagPool
CFXTagException
public CFXTagClass getCFXTagClass(String name) throws CFXTagException
getCFXTagClass
in interface CFXTagPool
CFXTagException
public void releaseCustomTag(CustomTag ct)
CFXTagPool
releaseCustomTag
in interface CFXTagPool
public void releaseTag(Object tag)
releaseTag
in interface CFXTagPool
Copyright © 2015 Lucee