Documentation for the _.CSP package. More...
Namespaces | |
Documatic | |
Documentation for the _.CSP.Documatic package. | |
Mgr | |
Documentation for the _.CSP.Mgr package. | |
Monitor | |
Documentation for the _.CSP.Monitor package. | |
Portal | |
Documentation for the _.CSP.Portal package. | |
Util | |
Documentation for the _.CSP.Util package. | |
WLD | |
Documentation for the _.CSP.WLD package. | |
Classes | |
class | AbstractAtom |
The CSPAtom class represents a unit of an HTML document. More... | |
class | Apps |
This class is used internally by InterSystems IRIS. More... | |
class | BasicPageSection |
This class is used internally by InterSystems IRIS. More... | |
class | BinaryStream |
Web Stream class that stores binary data in global nodes. More... | |
class | Broker |
This class is used internally by InterSystems IRIS. More... | |
class | CharacterStream |
Web Stream class that stores character data in global nodes. More... | |
class | CompilerContext |
This class represents the context of the current CSP compile. More... | |
class | Daemon |
This class is used internally by InterSystems IRIS. More... | |
class | Documatic |
This class is used internally by InterSystems IRIS. More... | |
class | Document |
The CSP.Document class is the server-side representation of a CSP page. More... | |
class | DwxQuery |
This class is used internally by InterSystems IRIS. More... | |
class | DwxUtils |
This class is used internally by InterSystems IRIS. More... | |
class | Element |
The CSP.Element class is the default class representing an unrecognized tag in the DOM. More... | |
class | Endpoint |
CSP defines the endpoint URL for making a CSP or SOAP request More... | |
class | Error |
This error page will display information that is designed to make debugging an application easier, if you deploy a CSP application then you should use the <class>CSP.ErrorLog</class> error page that logs the information or your own error that displays an error message suitable for an end user rather than providing them with a lot of debug information. More... | |
class | ErrorLog |
This is the default CSP error page. More... | |
class | HTMLEscape |
HTML escape output to the current device. More... | |
class | LogError |
Log the error that has occured but do not display any information to the user about this error. More... | |
class | Login |
Provide a default login and security-token pages for CSP applications. More... | |
class | MatchLanguage |
This class is used internally by InterSystems IRIS. More... | |
class | MVBasicPageSection |
This class is used internally by InterSystems IRIS. More... | |
class | Page |
The <CLASS>CSP.Page</CLASS> object serves as an event handler for CSP requests. More... | |
class | PageBuilder |
This class is used internally by InterSystems IRIS. More... | |
class | PageLookup |
CSP page that provides a standard lookup for wizard-generated forms. More... | |
class | PageSection |
This class is used internally by InterSystems IRIS. More... | |
class | PasswordChange |
Login page with password change. More... | |
class | Request |
The <CLASS>CSP.Request</CLASS> class encapsulates an incoming URL and its parameters. More... | |
class | Response |
The <class>CSP.Response</class> class determines what the HTTP headers generated for this page will look like. More... | |
class | REST |
Applications wishing to support REST should subclass this class, implement the methods to be called, and define a UrlMap XDATA block which maps Urls and request Method (DELETE/GET/POST/PUT) to those methods. More... | |
class | Routine |
Subclass of <CLASS>FileCharacterStream</CLASS> that is used to load, save, compile, delete, etc. More... | |
class | Rule |
The CSP.Rule class is the super class of all rule generated classes that represent elements within the DOM model. More... | |
class | RuleAction |
The CSP.RuleAction class represents the csr:action tag within the DOM model for a CSR page. More... | |
class | RuleAttribute |
The CSP.RuleAttribute class represents the csr:attribute tag within the DOM model for a CSR page. More... | |
class | RuleBlock |
The <class>CSP.RuleBlock</class> class is the super class of all rule generated classes for block structured tags, e.g. More... | |
class | RuleCache |
Implements script tag within a CSR rule. More... | |
class | RuleChildren |
The CSP.RuleChildren class represents the csr:children tag within the DOM model for a CSR page. More... | |
class | RuleClass |
The CSP.RuleClass class implements the csr:class tag for a CSR page. More... | |
class | RuleDefault |
The CSP.RuleDefault class represents the csr:default tag within the DOM model for a CSR page. More... | |
class | RuleDescription |
This class is used internally by InterSystems IRIS. More... | |
class | RuleDoc |
CSP page that provides documentation viewer for CSP Rules. More... | |
class | RuleDocument |
The CSP.RuleDocument class represents a CSR rule. More... | |
class | RuleElement |
The CSP.RuleElement class is the super class of all classes that represent elements within the DOM model for a CSR page. More... | |
class | RuleEnd |
The CSP.RuleEnd class represents the csr:endtag tag within the DOM model for a CSR page. More... | |
class | RuleMgr |
The <CLASS>CSP.RuleMgr</CLASS> class provides an interface for managing the rules used by the CSP compiler. More... | |
class | RuleProperty |
Implement CSR:PROPERTY tag that defines a property in the rule class. More... | |
class | RuleRule |
The CSP.RuleRule class represents the csr:rule tag within the DOM model for a CSR page. More... | |
class | RuleSection |
The CSP.RuleSection class represents the csr:section tag within the DOM model for a CSR page. More... | |
class | RuleStart |
The CSP.RuleStart class represents the csr:starttag tag within the DOM model for a CSR page. More... | |
class | RuleText |
The CSP.RuleText class represents text within the DOM model for a CSR page. More... | |
class | ScriptElement |
The CSP.ScriptElement class is the class representing unrecognized script tag in the DOM. More... | |
class | Session |
The <CLASS>CSP.Session</CLASS> class represents a session within a CSP application. More... | |
class | SessionEvents |
Abstract class which defines the interfaces that are called during the lifetime of a <class>CSP.Session</class> object. More... | |
class | Stream |
The <CLASS>CSP.Stream</CLASS> class implements a base class for multipart/mime streams sent to the CSP Server. More... | |
class | StreamServer |
The <class>CSP.StreamServer</class> serves any stream data directly from InterSystems IRIS. More... | |
class | StudioTemplateError |
This is the error page that is called if an error occurs when generating the XML template code. More... | |
class | StudioTemplateEvent |
For Studio temaplates make sure they stay until the Studio connection is closed. More... | |
class | StudioTemplateInsert |
The <CLASS>CSP.StudioTemplateInsert</CLASS> outputs the template for CSP with certain tags in front and at the end of the template so Studio can recognise this template and insert it into the current document. More... | |
class | StudioTemplateMgr |
Provide a place to put the queries for the Studio templates and the other management functions. More... | |
class | StudioTemplateSuper |
The <CLASS>CSP.StudioTemplateSuper</CLASS> is the superclass for all the template pages. More... | |
class | TagCache |
CSP DOM object that implements CSP script tag. More... | |
class | TagCacheServer |
CSP DOM object that implements CSP server tag. More... | |
class | TagLanguage |
Implement csp:text tag using a common method, GetText that may be used to implement other language enabled tags. More... | |
class | TagMethod |
Implement SCRIPT LANGUAGE=CACHE METHOD= tag. More... | |
class | TagMoveToEnd |
Instances of this class can be added to the DOM for a CSP in order to copy their children to the end of their parent's list of children. More... | |
class | TagSection |
The CSP.TagSection class is the default class representing a tag that starts a new section. More... | |
class | TextAtom |
The CSP.TextAtom class represents a section of text within an HTML document. More... | |
class | TokenStream |
A simple xml tokenizer. More... | |
class | UserAgent |
Determine browser parameters from HTTP_USER_AGENT CGI variable. More... | |
class | Utils |
The <CLASS>CSP.Utils</CLASS> provides utilities for CSP. More... | |
class | WebSocket |
The <CLASS>CSP.WebSocket</CLASS> object serves as an event handler for communication between client and server using the WebSocket protocol (RFC 6455). More... | |
class | WhitelistUtils |
Whitelist facility to selectively restrict web access to [ZenMethod] calls. More... | |
class | XMLSQL |
The <class>CSP.XMLSQL</class> accepts an SQL statement in the incoming URL and executes it as a Dynamic SQL query. More... | |
Documentation for the _.CSP package.