ColdBox Platform Version 2.6.3

coldbox.system.util
Class CFMLEngine

WEB-INF.cftags.component
        extended by coldbox.system.util.CFMLEngine

public class CFMLEngine
extends WEB-INF.cftags.component

A facade to determine the current running CFML Version and Engine


Constructor Summary
init()
          Constructor
 
Method Summary
 string getEngine()
          Get the current CFML Engine
 numeric getVersion()
          Returns the current running CFML version
 boolean isComponentData()
          Checks if the engine can use component data.
 boolean isJSONSupported()
          Checks if the engine can use json methods.
 boolean isMT()
          Checks if the engine is MT.
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()

Method Detail

getEngine

public string getEngine()
Get the current CFML Engine


getVersion

public numeric getVersion()
Returns the current running CFML version


isComponentData

public boolean isComponentData()
Checks if the engine can use component data.


isJSONSupported

public boolean isJSONSupported()
Checks if the engine can use json methods.


isMT

public boolean isMT()
Checks if the engine is MT.


ColdBox Platform Version 2.6.3