public final class EvaluatorPool extends Object
Constructor and Description |
---|
EvaluatorPool() |
Modifier and Type | Method and Description |
---|---|
void |
add(TagLibTag libTag,
Tag tag,
FunctionLib[] flibs,
CFMLString cfml)
Diese Methode wird aufgerufen um eine neue Methode in den Pool zu spielen.
|
void |
clear()
clears the ppol
|
void |
run()
Die Methode run wird aufgerufen sobald, der CFML Transformer den Uebersetzungsprozess angeschlossen hat.
|
public EvaluatorPool()
public void add(TagLibTag libTag, Tag tag, FunctionLib[] flibs, CFMLString cfml)
libTag
- Die Definition des Tag aus der TLD.cfxdTag
- Das konkrete Tag innerhalb der kompletten CFXD.flibs
- Saemtliche Function Library Deskriptoren des aktuellen Tag Libray Deskriptors.cfml
- CFMLString des aktuellen Uebersetzungsprozess.public void run() throws TemplateException
TemplateException
public void clear()
Copyright © 2015 Lucee