railo.runtime.compiler
Interface CFMLCompiler
- All Known Implementing Classes:
- CFMLCompilerImpl
public interface CFMLCompiler
compile
byte[] compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className)
throws TemplateException,
IOException,
TemplateException
- compiles a CFML source file
- Parameters:
source
- cfml source filetld
- tag library deskriptorfld
- function library deskriptorclassRootDir
- target directory for generated classesclassName
- name of the class will be generated
- Throws:
TemplateException
IOException
Copyright © 2012 Railo