Constructor and Description |
---|
TemplateException(CFMLString cfml,
String message)
Constructor of the class
|
TemplateException(CFMLString cfml,
String message,
String detail)
Constructor of the class
|
TemplateException(CFMLString cfml,
Throwable e)
Constructor of the class
|
Modifier and Type | Field and Description |
---|---|
CFMLString |
Data.cfml |
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.
|
Constructor and Description |
---|
Data(Page page,
CFMLString cfml,
EvaluatorPool ep,
TransfomerSettings settings,
TagLib[][] tlibs,
FunctionLib[] flibs,
TagLibTag[] scriptTags) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorPool.add(TagLibTag libTag,
Tag tag,
FunctionLib[] flibs,
CFMLString cfml)
Diese Methode wird aufgerufen um eine neue Methode in den Pool zu spielen.
|
Constructor and Description |
---|
ProcessingDirectiveException(CFMLString cfml,
String charset,
Boolean dotNotationUpperCase,
Boolean writeLog) |
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) |
Constructor and Description |
---|
AbstrCFMLExprTransformer.ExprData(Page page,
EvaluatorPool ep,
CFMLString cfml,
TagLib[][] tlibs,
FunctionLib[] flibs,
TransfomerSettings settings,
boolean allowLowerThan,
TagLibTag[] scriptTags) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
CFMLString |
CFMLTransformerException.getCfml()
Returns the value of cfml.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CFMLTransformer.comment(CFMLString cfml) |
static TemplateException |
CFMLTransformer.createTemplateException(CFMLString cfml,
String msg,
String detail,
TagLibTag tag) |
static TemplateException |
CFMLTransformer.createTemplateException(CFMLString cfml,
String msg,
TagLibTag tag) |
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.
|
void |
TagDependentBodyTransformer.transform(Page page,
CFMLTransformer parent,
EvaluatorPool ep,
TagLib[][] tlibs,
FunctionLib[] flibs,
Tag tag,
TagLibTag tagLibTag,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings setting) |
Constructor and Description |
---|
CFMLTransformerException(CFMLString cfml,
Exception e)
Konstruktor mit einem CFMLString und einer anderen Exception.
|
CFMLTransformerException(CFMLString cfml,
String message)
Hauptkonstruktor, mit CFMLString und message.
|
TagData(TagLib[][] tlibs,
FunctionLib[] flibs,
TagLibTag[] scriptTags,
CFMLString cfml,
Boolean dotNotationUpperCase,
Page page) |
TagData(TagLib[][] tlibs,
FunctionLib[] flibs,
TagLibTag[] scriptTags,
CFMLString cfml,
TransfomerSettings settings,
Page page) |
Modifier and Type | Method and Description |
---|---|
CFMLString |
CFMLString.subCFMLString(int start)
Gibt eine Untermenge des CFMLString als CFMLString zurueck,
ausgehend von start bis zum Ende des CFMLString.
|
CFMLString |
CFMLString.subCFMLString(int start,
int count)
Gibt eine Untermenge des CFMLString als CFMLString zurueck,
ausgehend von start mit einer maximalen Laenge count.
|
Copyright © 2015 Lucee