|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.core.cf.CFMLEngine
public class CFMLEngine
A facade to determine the current running CFML Version and Engine
Constructor Summary | |
---|---|
init()
Constructor |
Method Summary | |
---|---|
private boolean |
featureCheck(string feature, string engine)
Feature Active Check |
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 |
isInstanceCheck()
Checks if the engine can check instances |
boolean |
isJSONSupported()
Checks if the engine can use json methods |
boolean |
isMT()
Checks if the engine is MT |
boolean |
isOnMM()
Checks if the engine is onMissingMethod capable |
boolean |
isRAMResource()
Check if the engine supports RAM writing |
boolean |
isValidationSupported()
Checks if the engine supports our validation engine capable |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
private boolean featureCheck(string feature, string engine)
feature
engine
public string getEngine()
public numeric getVersion()
public boolean isComponentData()
public boolean isInstanceCheck()
public boolean isJSONSupported()
public boolean isMT()
public boolean isOnMM()
public boolean isRAMResource()
public boolean isValidationSupported()
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |