GetPageContext() - get the current coldfusion page context object
GetPageContext.cfm
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GetPageContext function example: how to get the current coldfusion page context object</title>
</head>
<body>
<h2 style="color:Crimson">GetPageContext Function Example</h2>
<cfset CurrentPageContext=GetPageContext()>
<cfdump var="#CurrentPageContext#" label="Current Page Context">
</body>
</html>
- GetMetaData() - get the metadata information for coldfusion query object
- GetTempDirectory() - get the temporary directory that coldfusion uses for temporary files
- SetLocale() - set the country language local for coldfusion processing and the page returned to the client
- GetMetricData() - get server parformace metrics
- GetTempFile() - create a temporary file in a directory
- WriteOutput() - append text to the page output stream