49 | | - '''manager''': the S3ResourceController instance |
50 | | - '''session''': the session store |
51 | | - '''request''': the web2py Request instance |
52 | | - '''response''': the web2py Response instance |
53 | | - '''T''': the global translator object |
54 | | - '''db''': the global DAL instance (database) |
55 | | - '''download_url''': the default download-URL |
56 | | - '''method''': string containing the requested method |
| 49 | - self.'''manager''': the S3ResourceController instance |
| 50 | - self.'''session''': the session store |
| 51 | - self.'''request''': the web2py Request instance |
| 52 | - self.'''response''': the web2py Response instance |
| 53 | - self.'''T''': the global translator object |
| 54 | - self.'''db''': the global DAL instance (database) |
| 55 | - self.'''download_url''': the default download-URL |
| 56 | - self.'''method''': string containing the requested method |
59 | | - '''resource''': the S3Resource instance for the requested resource |
60 | | - '''prefix''': the application prefix ("Module" prefix) |
61 | | - '''name''': the name of the requested resource (without prefix) |
62 | | - '''table''': the corresponding database table |
63 | | - '''tablename''': the database table name |
64 | | - '''record''': the record ID specified in the URL |
| 59 | - self.'''resource''': the S3Resource instance for the requested resource |
| 60 | - self.'''prefix''': the application prefix ("Module" prefix) |
| 61 | - self.'''name''': the name of the requested resource (without prefix) |
| 62 | - self.'''table''': the corresponding database table |
| 63 | - self.'''tablename''': the database table name |
| 64 | - self.'''record''': the record ID specified in the URL |