|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.util.CFMLEngine
public class CFMLEngine
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 |
---|
public init()
Method Detail |
---|
public string getEngine()
public numeric getVersion()
public boolean isComponentData()
public boolean isJSONSupported()
public boolean isMT()
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |