coldbox.system.core.util

Class CFMLEngine

railo-context.Component
        extended by coldbox.system.core.util.CFMLEngine
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  

    Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com Allows you to maninpulate determine CFML engine capabilities

    Constructor Summary
    init()
          Constructor.
    Method Summary
    boolean featureCheck(string feature, string engine)
         Feature Active Check.
    string getEngine()
         Get the current CFML Engine.
    string getFullVersion()
         Returns the current running CFML full version.
    numeric getVersion()
         Returns the current running CFML major version.
     
    Methods inherited from class railo-context.Component
    None

    Constructor Detail

    init

    public init()

    Constructor


    Method Detail

    featureCheck

    public boolean featureCheck(string feature, string engine)

    Feature Active Check

    Parameters:
    feature - The feature to check
    engine - The engine we are checking

    getEngine

    public string getEngine()

    Get the current CFML Engine


    getFullVersion

    public string getFullVersion()

    Returns the current running CFML full version


    getVersion

    public numeric getVersion()

    Returns the current running CFML major version