| Trees | Indices | Help |
|
|---|
|
|
Base class for opcode-based RAPI resources.
Instances of this class automatically gain handler functions through
_MetaOpcodeResource for any
method for which a $METHOD$_OPCODE variable is defined at
class level. Subclasses can define a Get$Method$OpInput
method to do their own opcode input processing (e.g. for static values).
The $METHOD$_RENAME variable defines which values are
renamed (see baserlib.FillOpcode).
|
|||
|
__metaclass__ Meta class for RAPI resources. |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
DELETE_OPCODE Set this to a class derived from opcodes.OpCode to automatically generate a DELETE handler submitting the opcode |
|||
|
DELETE_RENAME Set this to rename parameters in the DELETE handler (see baserlib.FillOpcode) |
|||
|
GET_OPCODE Set this to a class derived from opcodes.OpCode to automatically generate a GET handler submitting the opcode |
|||
|
GET_RENAME Set this to rename parameters in the GET handler (see baserlib.FillOpcode) |
|||
|
POST_OPCODE Set this to a class derived from opcodes.OpCode to automatically generate a POST handler submitting the opcode |
|||
|
POST_RENAME Set this to rename parameters in the POST handler (see baserlib.FillOpcode) |
|||
|
PUT_OPCODE Set this to a class derived from opcodes.OpCode to automatically generate a PUT handler submitting the opcode |
|||
|
PUT_RENAME Set this to rename parameters in the PUT handler (see baserlib.FillOpcode) |
|||
|
Inherited from |
|||
|
|||
|
GetDeleteOpInput Define this to override the default method for getting opcode parameters (see baserlib.OpcodeResource._GetDefaultData) |
|||
|
GetGetOpInput Define this to override the default method for getting opcode parameters (see baserlib.OpcodeResource._GetDefaultData) |
|||
|
GetPostOpInput Define this to override the default method for getting opcode parameters (see baserlib.OpcodeResource._GetDefaultData) |
|||
|
GetPutOpInput Define this to override the default method for getting opcode parameters (see baserlib.OpcodeResource._GetDefaultData) |
|||
|
|||
|
Inherited from |
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 3 11:32:46 2013 | http://epydoc.sourceforge.net |