Uses of Class
railo.transformer.util.CFMLString

Packages that use CFMLString
railo.runtime.exp   
railo.transformer.cfml   
railo.transformer.cfml.evaluator   
railo.transformer.cfml.evaluator.impl   
railo.transformer.cfml.expression   
railo.transformer.cfml.script   
railo.transformer.cfml.tag   
railo.transformer.util   
 

Uses of CFMLString in railo.runtime.exp
 

Constructors in railo.runtime.exp with parameters of type CFMLString
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
 

Uses of CFMLString in railo.transformer.cfml
 

Methods in railo.transformer.cfml with parameters of type CFMLString
 Expression ExprTransformer.transform(Page page, EvaluatorPool ep, 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, 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.
 

Uses of CFMLString in railo.transformer.cfml.evaluator
 

Methods in railo.transformer.cfml.evaluator with parameters of type CFMLString
 void EvaluatorPool.add(TagLibTag libTag, Tag tag, FunctionLib[] flibs, CFMLString cfml)
          Diese Methode wird aufgerufen um eine neue Methode in den Pool zu spielen.
 TagLib EvaluatorSupport.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
          Die Methode execute wird aufgerufen, wenn der Context eines Tags geprueft werden soll.
 TagLib Evaluator.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
          Die Methode evaluate wird aufgerufen, wenn der Context eines Tags geprueft werden soll.
 

Uses of CFMLString in railo.transformer.cfml.evaluator.impl
 

Methods in railo.transformer.cfml.evaluator.impl with parameters of type CFMLString
 TagLib ProcessingDirective.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
           
 TagLib PageEncoding.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
           
 TagLib Import.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
           
 

Constructors in railo.transformer.cfml.evaluator.impl with parameters of type CFMLString
ProcessingDirectiveException(CFMLString cfml, String charset, boolean writeLog)
           
 

Uses of CFMLString in railo.transformer.cfml.expression
 

Fields in railo.transformer.cfml.expression declared as CFMLString
 CFMLString AbstrCFMLExprTransformer.Data.cfml
           
 

Methods in railo.transformer.cfml.expression with parameters of type CFMLString
 Expression SimpleExprTransformer.simple(CFMLString cfml)
          Liest ein
 Expression SimpleExprTransformer.string(CFMLString cfml)
          Liest den String ein
 Expression SimpleExprTransformer.transform(Page page, EvaluatorPool ep, FunctionLib[] fld, TagLibTag[] scriptTags, CFMLString cfml, TransfomerSettings settings)
           
 Expression CFMLExprTransformer.transform(Page page, EvaluatorPool ep, FunctionLib[] fld, TagLibTag[] scriptTags, CFMLString cfml, TransfomerSettings settings)
          Wird aufgerufen um aus dem bergebenen CFMLString einen Ausdruck auszulesen und diesen in ein CFXD Element zu bersetzten.
 Expression SimpleExprTransformer.transformAsString(Page page, EvaluatorPool ep, FunctionLib[] fld, TagLibTag[] scriptTags, CFMLString cfml, TransfomerSettings settings, boolean allowLowerThan)
           
 Expression CFMLExprTransformer.transformAsString(Page page, EvaluatorPool ep, FunctionLib[] fld, TagLibTag[] scriptTags, CFMLString cfml, TransfomerSettings settings, boolean allowLowerThan)
           
 

Constructors in railo.transformer.cfml.expression with parameters of type CFMLString
AbstrCFMLExprTransformer.Data(Page page, EvaluatorPool ep, CFMLString cfml, FunctionLib[] fld, TransfomerSettings settings, boolean allowLowerThan, TagLibTag[] scriptTags)
           
 

Uses of CFMLString in railo.transformer.cfml.script
 

Methods in railo.transformer.cfml.script with parameters of type CFMLString
 void JavaScriptTransformer.transform(Page page, CFMLTransformer parent, EvaluatorPool ep, FunctionLib[] flibs, Tag tag, TagLibTag tagLibTag, TagLibTag[] scriptTags, CFMLString cfml, TransfomerSettings settings)
           
 void CFMLScriptTransformer.transform(Page page, CFMLTransformer parentTransformer, EvaluatorPool ep, FunctionLib[] fld, Tag tag, TagLibTag libTag, TagLibTag[] scriptTags, CFMLString cfml, TransfomerSettings settings)
          Einstiegsmethode fuer den CFScript Transformer, die Methode erbt sich von der Transform Methode der data.cfmlExprTransformer Klasse.
 void CFMLOrJavaScriptTransformer.transform(Page page, CFMLTransformer parent, EvaluatorPool ep, FunctionLib[] flibs, Tag tag, TagLibTag tagLibTag, TagLibTag[] scriptTags, CFMLString cfml, TransfomerSettings settings)
           
 

Uses of CFMLString in railo.transformer.cfml.tag
 

Fields in railo.transformer.cfml.tag declared as CFMLString
 CFMLString CFMLTransformer.Data.cfml
           
 

Methods in railo.transformer.cfml.tag that return CFMLString
 CFMLString CFMLTransformerException.getCfml()
          Returns the value of cfml.
 

Methods in railo.transformer.cfml.tag with parameters of type CFMLString
static boolean CFMLTransformer.comment(CFMLString cfml)
           
static void CFMLTransformer.comment(CFMLString cfml, boolean removeSpace)
          Liest einen Kommentar ein, Kommentare werden nicht in die CFXD bertragen sondern verworfen.
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)
          Liest einen Identifier ein und gibt diesen als String zurck.
 Page CFMLTransformer.transform(ConfigImpl config, CFMLString cfml, TagLib[] tlibs, FunctionLib[] flibs, long sourceLastModified)
          Startmethode zum transfomieren einer CFMLString.
 void TagDependentBodyTransformer.transform(Page page, CFMLTransformer parent, EvaluatorPool ep, FunctionLib[] flibs, Tag tag, TagLibTag tagLibTag, TagLibTag[] scriptTags, CFMLString cfml, TransfomerSettings setting)
           
 

Constructors in railo.transformer.cfml.tag with parameters of type CFMLString
CFMLTransformer.Data(TagLib[][] tlibs, FunctionLib[] flibs, TagLibTag[] scriptTags, CFMLString cfml, Config config, Page page)
           
CFMLTransformerException(CFMLString cfml, Exception e)
          Konstruktor mit einem CFMLString und einer anderen Exception.
CFMLTransformerException(CFMLString cfml, String message)
          Hauptkonstruktor, mit CFMLString und message.
 

Uses of CFMLString in railo.transformer.util
 

Methods in railo.transformer.util that return CFMLString
 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 © 2012 Railo