Reference materials for Built in Objects
| Page | Description |
|---|---|
| Encoding HTML Characters | A 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 objects | The 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
Document data
Attachments:
No attachments for this document
Comments: 0