Concept Framework 2.0 documentation Contents | Index

WebDocument

Name Version Deprecated
WebDocument version 1.0 no

Defined in : WebDocument.con
(this file must be included in your application in order to have access, unless you use a child class of WebDocument that includes this file)

Require : web.server.api

Description:
Manages a web application. In provides sessions, content output handling (instead of the echo keyword, you must use the operator<<. Provides two basic javascripts for Reloading and Navigateing.


Properties:
Content Sets or gets the content type
UseSessions If set to true, the document will use a session
endl Sets the type of the end line to use

Methods:
BeginDocument Start outputting to a web document
DestroySession Destroys the current session
EndDocument Ends the output started with BeginDocument
Headers Send a raw HTTP header
Navigate Navigates to the given location
Print The functional version of the operator<<
PrintLn Prints a line, and ends the line with the endl line terminator
Reload Reloads a document
SessionID Gets the current session ID
WebDocument This is the standard contructor for this class and should not be used directly
operatorshl The equivalent of the echo keyword




Documented by Eduard Suica, generation time: Fri Jan 21 18:06:17 2011 GMT(c)2011 RadGs Software