Reference materials for Built in Objects

PageDescription
Encoding HTML CharactersA list of control codes to display "unusual" characters within HTML
String Handling?The methods that you can call from a String
Integer Handling?The methods that you can call when using an Integer
Array Handling?The methods you can call when using an array
$xwiki objectsThe master xwiki object. Provides access to security and overveiw of pages.
$doc objects?All the methods related to the document (current page). Can get owner, creation date etc
$context objects?The context is the state information relating to the current connection. Most commonly used to access the request and response objects. These can be directly referenced (see below). Most commonly used to get current user information.
$request objects?The methods that can be called from the Request Object. Commonly used to get the parameters passed to the current page.
$response objects?The methods that can be called from the Response Object. Can be used to pass information back to the server similar to JSP’s. Should be approached with caution!
Version 1.2 last modified by Administrator on 15/05/2007 at 09:13

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: Administrator on 15/05/2007 at 09:11
All Rights Reserved
1.3.8295