lucee.Componentcoldbox.system.core.util.CFMLEngine
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- Allows you to manipulate determine CFML engine capabilities
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
string
|
getEngine()
Get the current CFML Engine name. |
string
|
getFeatureEngineSlug()
Discover the running engine slug for feature checks. |
string
|
getFullVersion()
Returns the current running CFML full version. |
numeric
|
getVersion()
Returns the current running CFML major version level. |
boolean
|
hasFeature(any feature, [any engine='[runtime expression]'])
CFML Engine based features checker. |
boolean
|
isAdobe()
Verify if this is an adobe server. |
boolean
|
isLucee()
Verify if this is a lucee server. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Method Detail |
---|
Get the current CFML Engine name
Discover the running engine slug for feature checks
Returns the current running CFML full version
Returns the current running CFML major version level
CFML Engine based features checker. Pass in the feature and engine and see if you can use it.
feature
- The feature to checkengine
- The engine we are checking or defaults to the running engineVerify if this is an adobe server
Verify if this is a lucee server