Contents

Return to Tags or Functions

cfadmin

Syntax

<cfadmin ... >

This tag is also supported within cfscript.

<cfscript>
  admin ... ;
</cfscript>

[] = Optional attribute

Description

Tag for the railo web/server administrator

Body

This tag can't have a body.

Attributes

There is no restriction for attributes for this tag.

Railo 3.3: The tag cfadmin now also suppors a scripted version

Example:

<cfscript>
admin action="getDebugData" returnvariable="data";
writeDump(data);
</cfscript>