Class Summary |
_Execute |
|
_Mail |
Retrieves and deletes e-mail messages from a POP mail server. |
Abort |
Stops processing of a page at the tag location. |
Admin |
|
AjaxImport |
|
AjaxProxy |
|
Applet |
|
Application |
Defines scoping for a CFML application, enables or disables storing client variables,
and specifies a client variable storage mechanism. |
Associate |
Allows subtag data to be saved with the base tag. |
Authenticate |
Authenticates a user, setting a security context for the application. |
Cache |
Speeds up page rendering when dynamic content does not have to be retrieved each time a user accesses
the page. |
Calendar |
|
CFImportTag |
To create cfimport custom tags |
CFTag |
Creates a CFML Custom Tag |
CFTagCore |
|
CFXTag |
Creates a CFML CFX Tag |
Chart |
|
Chartdata |
|
ChartDataBean |
|
Chartseries |
|
ChartSeriesBean |
|
Col |
Defines table column header, width, alignment, and text. |
Collection |
Allows you to create and administer Collections. |
Content |
Defines the MIME type returned by the current page. |
Cookie |
Defines cookie variables, including expiration and security options. |
CustomTag |
|
DBInfo |
Handles all interactions with files. |
Directory |
Handles interactions with directories. |
Div |
Lets you execute HTTP POST and GET operations on files. |
Document |
|
DocumentItem |
|
DocumentSection |
|
Dump |
Outputs variables for debugging purposes. |
Error |
Enables the display of customized HTML pages when errors occur. |
Execute |
Enables CFML developers to execute a process on a server computer. |
Exit |
Used to: Abort the processing of the currently executing CFML custom tag, exit the template
within the currently executing CFML custom tag and reexecute a section of code within the currently
executing CFML custom tag |
Feed |
|
FeedProperties |
|
FileTag |
Handles all interactions with files. |
Flash |
|
Flush |
Flushes currently available data to the client. |
Form |
implementation of the form tag |
Formgroup |
|
Formitem |
|
Forward |
Used to: Abort the processing of the currently executing CFML custom tag, exit the template
within the currently executing CFML custom tag and reexecute a section of code within the currently
executing CFML custom tag |
Ftp |
Lets users implement File Transfer Protocol (FTP) operations. |
Graph |
Displays a graphical representation of data. |
GraphData |
Specifies a data point to be displayed by a cfgraph tag. |
Grid |
|
GridColumn |
Used with cfgrid in a cfform, you use cfgridcolumn to specify column data in a cfgrid control. |
GridColumnBean |
|
GridRow |
Lets you define a cfgrid that does not use a query as source for row data. |
GridUpdate |
Used in a cfgrid, cfgridupdate allows you to perform updates to data sources directly from edited
grid data. |
Header |
Generates custom HTTP response headers to return to the client. |
HtmlHead |
Writes the text specified in the text attribute to the 'head' section of a generated HTML page. |
Http3 |
Lets you execute HTTP POST and GET operations on files. |
Http4 |
Lets you execute HTTP POST and GET operations on files. |
HttpParam |
Required for cfhttp POST operations, cfhttpparam is used to specify the parameters necessary to
build a cfhttp POST. |
HttpParamBean |
|
Image |
Lets you resize and add labels to GIF and JPEG format images. |
Imap |
|
ImportTag |
this tag is not used, it will ranslation over a evaluator
Imports a jsp Tag Library or a Custom Tag Directory |
Index |
Populates collections with indexed data. |
Input |
|
InputBean |
|
Insert |
Inserts records in data sources. |
Interface |
|
Invoke |
Invokes component methods from within a page or component. |
InvokeArgument |
Required for cfhttp POST operations, cfhttpparam is used to specify the parameters necessary to
build a cfhttp POST. |
Ldap |
Provides an interface to LDAP Lightweight Directory Access Protocol
directory servers like the Netscape Directory Server. |
LLG |
|
Location |
|
Lock |
Provides two types of locks to ensure the integrity of shared data: Exclusive lock and Read-only
lock. |
Log |
Writes a message to a log file. |
Login |
|
Loginuser |
|
Logout |
|
Mail |
Sends e-mail messages by an SMTP server. |
MailParam |
Can either attach a file or add a header to a message. |
MailPart |
Specifies one part of a multipart e-mail message. |
MissingAttribute |
|
Module |
Invokes a custom tag for use in CFML application pages. |
NTAuthenticate |
|
ObjectCache |
Flushes the query cache |
ObjectTag |
Lets you call methods in COM, CORBA, and JAVA objects. |
PageEncoding |
|
Param |
Tests for a parameter's existence, tests its data type, and provides a default value if one
is not assigned. |
PDF |
|
PDFParam |
Required for cfhttp POST operations, cfhttpparam is used to specify the parameters necessary to
build a cfhttp POST. |
PDFParamBean |
|
PieLabelDisp |
|
Pop |
Retrieves and deletes e-mail messages from a POP mail server. |
ProcessingDirective |
Suppresses extra white space and other output, produced by CFML within the tag's scope. |
ProcParam |
|
ProcParamBean |
|
ProcResult |
|
ProcResultBean |
|
Property |
Defines components as complex types that are used for web services authoring. |
Query |
Passes SQL statements to a data source. |
QueryParam |
Checks the data type of a query parameter. |
Registry |
Reads, writes, and deletes keys and values in the system registry. |
Report |
Runs a predefined Crystal Reports report. |
ReportParam |
|
ReportParamBean |
|
ReThrow |
Rethrows the currently active exception. |
SaveContent |
Saves the generated content inside the tag body in a variable. |
Schedule |
Provides a programmatic interface to the Railo scheduling engine. |
Search |
|
Select |
|
Servlet |
Executes a Java servlet on a JRun engine. |
ServletParam |
A child of cfservlet. |
Setting |
|
Silent |
|
Sleep |
Pauses the execution of the page for a given interval |
Slider |
slider applet tag |
Sprite |
|
Stopwatch |
Stops the time from starttag to endtag |
StoredProc |
|
Table |
Builds a table in a CFML page. |
TagHandlerPool |
Pool to Handle Tags |
TagUtil |
|
Textarea |
|
TextInput |
|
ThreadTag |
Lets you execute HTTP POST and GET operations on files. |
Throw |
The cfthrow tag raises a developer-specified exception that can be caught with cfcatch tag
having any of the following type specifications - cfcatch type = 'custom_type', cfcatch type = 'Application'
'cfcatch' type = 'Any' |
Timer |
|
Trace |
|
Transaction |
Transaction class |
Tree |
|
TreeItem |
|
TreeItemBean |
|
Update |
Updates existing records in data sources. |
Video |
implementation of the tag Compiler |
VideoPlayerJW |
implementation of the tag Compiler |
VideoPlayerParam |
implementation of the tag Compiler |
VideoPlayerParamBean |
|
Wddx |
Serializes and de-serializes CFML data structures to the XML-based WDDX format. |
Xml |
Creates a XML document object that contains the markup in the tag body. |
Zip |
|
ZipParam |
|
ZipParamContent |
|
ZipParamSource |
|