Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
WebDocument | version 1.0 | no |
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. |
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 |
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 |
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: Sun Jan 27 18:15:12 2013 GMT | (c)2013 Devronium Applications |