Modifier and Type | Method and Description |
---|---|
byte[] |
CFMLCompilerImpl.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className) |
byte[] |
CFMLCompiler.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className)
compiles a CFML source file
|
byte[] |
CFMLCompiler.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className)
compiles a CFML source file
|
Modifier and Type | Method and Description |
---|---|
int |
Exit.doEndTag() |
Modifier and Type | Class and Description |
---|---|
class |
BytecodeException |
Modifier and Type | Method and Description |
---|---|
void |
Function.addAttribute(Attribute attr) |
Modifier and Type | Method and Description |
---|---|
Expression |
ExprTransformer.transform(Page page,
EvaluatorPool ep,
TagLib[][] tld,
FunctionLib[] fld,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings)
Wird aufgerufen um aus dem uebergebenen CFMLString einen Ausdruck auszulesen
und diesen in ein CFXD Element zu uebersetzten.
|
Expression |
ExprTransformer.transformAsString(Page page,
EvaluatorPool ep,
TagLib[][] tld,
FunctionLib[] fld,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings,
boolean allowLowerThan)
Wird aufgerufen um aus dem uebergebenen CFMLString einen Ausdruck auszulesen
und diesen in ein CFXD Element zu uebersetzten.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionEvaluator.evaluate(BIF bif,
FunctionLibFunction flf) |
TagLib |
EvaluatorSupport.execute(Config config,
Tag tag,
TagLibTag libTag,
FunctionLib[] flibs,
Data data)
Die Methode execute wird aufgerufen, wenn der Context eines Tags geprueft werden soll.
|
TagLib |
Evaluator.execute(Config config,
Tag tag,
TagLibTag libTag,
FunctionLib[] flibs,
Data data)
Die Methode evaluate wird aufgerufen, wenn der Context eines Tags geprueft werden soll.
|
void |
EvaluatorPool.run()
Die Methode run wird aufgerufen sobald, der CFML Transformer den Uebersetzungsprozess angeschlossen hat.
|
Modifier and Type | Method and Description |
---|---|
void |
ArrayToList.evaluate(BIF bif,
FunctionLibFunction flf) |
void |
IsNull.evaluate(BIF bif,
FunctionLibFunction flf) |
void |
PrecisionEvaluate.evaluate(BIF bif,
FunctionLibFunction flf) |
void |
GetTickCount.evaluate(BIF bif,
FunctionLibFunction flf) |
void |
IsDefined.evaluate(BIF bif,
FunctionLibFunction flf) |
void |
StructKeyExists.evaluate(BIF bif,
FunctionLibFunction flf) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessingDirectiveException |
Modifier and Type | Method and Description |
---|---|
TagLib |
ProcessingDirective.execute(Config config,
Tag tag,
TagLibTag libTag,
FunctionLib[] flibs,
Data data) |
TagLib |
PageEncoding.execute(Config config,
Tag tag,
TagLibTag libTag,
FunctionLib[] flibs,
Data data) |
TagLib |
Loop.execute(Config config,
Tag tag,
TagLibTag libTag,
FunctionLib[] flibs,
Data data) |
TagLib |
Import.execute(Config config,
Tag tag,
TagLibTag libTag,
FunctionLib[] flibs,
Data data) |
Modifier and Type | Method and Description |
---|---|
Expression |
SimpleExprTransformer.simple(CFMLString cfml)
Liest ein
|
Expression |
SimpleExprTransformer.string(CFMLString cfml)
Liest den String ein
|
Expression |
SimpleExprTransformer.transform(Page page,
EvaluatorPool ep,
TagLib[][] tld,
FunctionLib[] fld,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings) |
Expression |
CFMLExprTransformer.transform(Page page,
EvaluatorPool ep,
TagLib[][] tld,
FunctionLib[] fld,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings) |
Expression |
SimpleExprTransformer.transformAsString(Page page,
EvaluatorPool ep,
TagLib[][] tld,
FunctionLib[] fld,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings,
boolean allowLowerThan) |
Expression |
CFMLExprTransformer.transformAsString(Page page,
EvaluatorPool ep,
TagLib[][] tld,
FunctionLib[] fld,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings,
boolean allowLowerThan) |
Modifier and Type | Class and Description |
---|---|
static class |
AbstrCFMLScriptTransformer.ComponentTemplateException |
Modifier and Type | Method and Description |
---|---|
TemplateException |
AbstrCFMLScriptTransformer.ComponentTemplateException.getTemplateException() |
Modifier and Type | Method and Description |
---|---|
Expression |
CFMLScriptTransformer.expression(AbstrCFMLExprTransformer.ExprData data) |
Statement |
AbstrCFMLScriptTransformer.paramStatement(AbstrCFMLExprTransformer.ExprData data,
Body parent) |
void |
JavaScriptTransformer.transform(Page page,
CFMLTransformer parent,
EvaluatorPool ep,
TagLib[][] tlibs,
FunctionLib[] flibs,
Tag tag,
TagLibTag tagLibTag,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings) |
void |
CFMLScriptTransformer.transform(Page page,
CFMLTransformer parentTransformer,
EvaluatorPool ep,
TagLib[][] tlibs,
FunctionLib[] fld,
Tag tag,
TagLibTag libTag,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings) |
void |
CFMLOrJavaScriptTransformer.transform(Page page,
CFMLTransformer parent,
EvaluatorPool ep,
TagLib[][] tlibs,
FunctionLib[] flibs,
Tag tag,
TagLibTag tagLibTag,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings) |
Constructor and Description |
---|
AbstrCFMLScriptTransformer.ComponentTemplateException(TemplateException te) |
Modifier and Type | Method and Description |
---|---|
static TemplateException |
CFMLTransformer.createTemplateException(CFMLString cfml,
String msg,
String detail,
TagLibTag tag) |
static TemplateException |
CFMLTransformer.createTemplateException(CFMLString cfml,
String msg,
TagLibTag tag) |
static TemplateException |
CFMLTransformer.setAddional(TemplateException te,
TagLibTag tlt) |
Modifier and Type | Method and Description |
---|---|
static TemplateException |
CFMLTransformer.setAddional(TemplateException te,
TagLibTag tlt) |
Modifier and Type | Method and Description |
---|---|
static void |
CFMLTransformer.attributes(TagData data,
TagLibTag tag,
Tag parent)
Liest die Attribute eines Tags ein, dies Abhaengig von der Definition innerhalb der Tag-Lib.
|
static Expression |
CFMLTransformer.attributeValue(TagData data,
TagLibTag tag,
String type,
boolean parseExpression,
boolean isNonName,
Expression noExpression)
Liest den Wert eines Attribut, mithilfe des innerhalb der Tag-Lib definierten Expression Transformer, ein.
|
static boolean |
CFMLTransformer.comment(CFMLString cfml) |
static TagLibTag |
CFMLTransformer.getTLT(CFMLString cfml,
String name) |
static String |
CFMLTransformer.identifier(CFMLString cfml,
boolean throwError,
boolean allowColon)
Liest einen Identifier ein und gibt diesen als String zurueck.
|
Page |
CFMLTransformer.transform(ConfigImpl config,
CFMLString cfml,
TagLib[] tlibs,
FunctionLib[] flibs,
long sourceLastModified,
Boolean dotNotationUpperCase)
Startmethode zum transfomieren einer CFMLString.
|
Page |
CFMLTransformer.transform(ConfigImpl config,
PageSource ps,
TagLib[] tlibs,
FunctionLib[] flibs)
Startmethode zum transfomieren einer CFML Datei.
|
void |
TagDependentBodyTransformer.transform(Page page,
CFMLTransformer parent,
EvaluatorPool ep,
TagLib[][] tlibs,
FunctionLib[] flibs,
Tag tag,
TagLibTag tagLibTag,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings setting) |
Modifier and Type | Method and Description |
---|---|
Class |
FunctionLibFunction.getClazz()
Gibt die Klasse zurueck, welche diese Funktion implementiert.
|
FunctionEvaluator |
FunctionLibFunction.getEvaluator() |
Copyright © 2015 Lucee