logbox.system.core.util

Class CFMLEngine

lucee.Component
    extended by logbox.system.core.util.CFMLEngine

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

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init()
          Constructor.
    Method Summary
    boolean featureCheck(any feature, any 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 lucee.Component
    None

    Constructor Detail

    init

    public init()

    Constructor


    Method Detail

    featureCheck

    public boolean featureCheck(any feature, any 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