Uses of Class
railo.transformer.bytecode.Page

Packages that use Page
railo.transformer.bytecode   
railo.transformer.bytecode.statement.udf   
railo.transformer.bytecode.util   
railo.transformer.cfml   
railo.transformer.cfml.expression   
railo.transformer.cfml.script   
railo.transformer.cfml.tag   
 

Uses of Page in railo.transformer.bytecode
 

Methods in railo.transformer.bytecode that return Page
 Page BytecodeContext.getPage()
           
 

Constructors in railo.transformer.bytecode with parameters of type Page
BytecodeContext(BytecodeContext statConstr, BytecodeContext constr, Page page, StringExternalizerWriter externalizer, List<LitString> keys, org.objectweb.asm.ClassWriter classWriter, String className, org.objectweb.asm.commons.GeneratorAdapter adapter, org.objectweb.asm.commons.Method method, boolean writeLog, boolean supressWSbeforeArg)
           
 

Uses of Page in railo.transformer.bytecode.statement.udf
 

Constructors in railo.transformer.bytecode.statement.udf with parameters of type Page
Closure(Page page, Expression name, Expression returnType, Expression returnFormat, Expression output, Expression bufferOutput, int access, Expression displayName, Expression description, Expression hint, Expression secureJson, Expression verifyClient, Expression localMode, long cachedWithin, boolean _abstract, boolean _final, Body body, Position start, Position end)
           
Closure(Page page, String name, int access, String returnType, Body body, Position start, Position end)
           
Function(Page page, Expression name, Expression returnType, Expression returnFormat, Expression output, Expression bufferOutput, int access, Expression displayName, Expression description, Expression hint, Expression secureJson, Expression verifyClient, Expression localMode, long cachedWithin, boolean _abstract, boolean _final, Body body, Position start, Position end)
           
Function(Page page, String name, int access, String returnType, Body body, Position start, Position end)
           
FunctionImpl(Page page, Expression name, Expression returnType, Expression returnFormat, Expression output, Expression bufferOutput, int access, Expression displayName, Expression description, Expression hint, Expression secureJson, Expression verifyClient, Expression localMode, long cachedWithin, boolean _abstract, boolean _final, Body body, Position start, Position end)
           
FunctionImpl(Page page, String name, int access, String returnType, Body body, Position start, Position end)
           
 

Uses of Page in railo.transformer.bytecode.util
 

Methods in railo.transformer.bytecode.util that return Page
static Page ASMUtil.getAncestorPage(Statement stat)
           
static Page ASMUtil.getAncestorPage(Statement stat, Page defaultValue)
           
 

Methods in railo.transformer.bytecode.util with parameters of type Page
static Page ASMUtil.getAncestorPage(Statement stat, Page defaultValue)
           
 

Uses of Page in railo.transformer.cfml
 

Methods in railo.transformer.cfml with parameters of type Page
 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 Page in railo.transformer.cfml.expression
 

Fields in railo.transformer.cfml.expression declared as Page
 Page AbstrCFMLExprTransformer.Data.page
           
 

Methods in railo.transformer.cfml.expression with parameters of type Page
 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 Page
AbstrCFMLExprTransformer.Data(Page page, EvaluatorPool ep, CFMLString cfml, FunctionLib[] fld, TransfomerSettings settings, boolean allowLowerThan, TagLibTag[] scriptTags)
           
 

Uses of Page in railo.transformer.cfml.script
 

Methods in railo.transformer.cfml.script with parameters of type Page
 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 Page in railo.transformer.cfml.tag
 

Methods in railo.transformer.cfml.tag that return Page
 Page CFMLTransformer.transform(ConfigImpl config, CFMLString cfml, TagLib[] tlibs, FunctionLib[] flibs, long sourceLastModified)
          Startmethode zum transfomieren einer CFMLString.
 Page CFMLTransformer.transform(ConfigImpl config, SourceFile sf, TagLib[] tlibs, FunctionLib[] flibs)
          Startmethode zum transfomieren einer CFML Datei.
 

Methods in railo.transformer.cfml.tag with parameters of type Page
 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 Page
CFMLTransformer.Data(TagLib[][] tlibs, FunctionLib[] flibs, TagLibTag[] scriptTags, CFMLString cfml, Config config, Page page)
           
 



Copyright © 2012 Railo