-
Notifications
You must be signed in to change notification settings - Fork 81
CFML Functions that are NOT supported
jamiejackson edited this page Apr 8, 2014
·
9 revisions
Here is a description of all Railo functions that do not exist in or differ from the CFML standard.
The following functions are not currently supported under Railo:
- ajax*
- dotNetToCFType
- getGatewayHelper
- getPrinterInfo
- getSOAP*
- isDDX
- isPDFFile
- queryConvertForGrid
- sendGatewayMessage
- verifyClient
These functions are supported by Railo, but differ in their function from the CFML standards.
- createObject
- no support for type corba and .NET
- rand
- no support for "IBMSecureRandom" algorithm
- xmlTransform
- no support for argument parameters
- cfsearch
- Only type="simple" supported, explicit, internet, internet_basic, natural unsupported.
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs