Revision 11eb5cd0

b/lib/rapi/baserlib.py
465 465

  
466 466
  @cvar POST_OPCODE: Set this to a class derived from L{opcodes.OpCode} to
467 467
    automatically generate a POST handler submitting the opcode
468
  @cvar POST_RENAME: Set this to rename parameters in the DELETE handler (see
468
  @cvar POST_RENAME: Set this to rename parameters in the POST handler (see
469 469
    L{baserlib.FillOpcode})
470 470
  @ivar GetPostOpInput: Define this to override the default method for
471 471
    getting opcode parameters (see L{baserlib.OpcodeResource._GetDefaultData})
472 472

  
473 473
  @cvar DELETE_OPCODE: Set this to a class derived from L{opcodes.OpCode} to
474
    automatically generate a GET handler submitting the opcode
474
    automatically generate a DELETE handler submitting the opcode
475 475
  @cvar DELETE_RENAME: Set this to rename parameters in the DELETE handler (see
476 476
    L{baserlib.FillOpcode})
477 477
  @ivar GetDeleteOpInput: Define this to override the default method for

Also available in: Unified diff