%CSP.Utils
class %CSP.Utils extends %CSP.Page
The %CSP.Utils provides utilities for CSP. %CSP.Utils is also a CSP page that displays the values of all the objects associated with this page.Method Inventory
- DisplayAllObjects()
- OnPage()
- dumpMultidimentional()
- dumpObject()
- dumpQueries()
- dumpSet()
- dumpStreams()
Parameters
parameter ENCODED = 0;
Override ENCODED from %CSP.Page
parameter PRIVATE = 1;
Override PRIVATE from %CSP.Page
Methods
classmethod DisplayAllObjects() as %Boolean
Call this method to output as HTML the values of all the objects associated with this page.
This can be called from anywhere in your page as a debugging aid.
classmethod OnPage() as %Status
OnPage method for CSP page to display the values of all the objects associated with this page.
Display the content of a multidimensional array.
Display an object as HTML
Display query parameters from %request object
Display a set of name/value pairs such as CGI variables or cookies.
Display streams from request object.
Inherited Members
Inherited Methods
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()