ColdBox Platform Version 3.7.0

coldbox.system.core.cf
Class CFMLEngine

WEB-INF.cftags.component
        extended by coldbox.system.core.cf.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
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

init

public init()
Constructor

Method Detail

featureCheck

private boolean featureCheck(string feature, string engine)
Feature Active Check

Parameters:
feature
engine

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.


isInstanceCheck

public boolean isInstanceCheck()
Checks if the engine can check instances.


isJSONSupported

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


isMT

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


isOnMM

public boolean isOnMM()
Checks if the engine is onMissingMethod capable.


isRAMResource

public boolean isRAMResource()
Check if the engine supports RAM writing


isValidationSupported

public boolean isValidationSupported()
Checks if the engine supports our validation engine capable.


ColdBox Platform Version 3.7.0