|
ColdBox Platform - CacheBox Version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
cachebox.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 |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
private boolean featureCheck(string feature, string engine)
featureenginepublic string getEngine()
public numeric getVersion()
public boolean isComponentData()
public boolean isInstanceCheck()
public boolean isJSONSupported()
public boolean isMT()
public boolean isOnMM()
public boolean isRAMResource()
|
ColdBox Platform - CacheBox Version 1.1 | ||||
| FRAMES | |||||