Package muntjac :: Package terminal :: Package gwt :: Package server :: Module abstract_application_servlet :: Class RequestType
[hide private]
[frames] | no frames]

Class RequestType

source code

object --+
         |
        RequestType

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
values(cls) source code
Class Variables [hide private]
  FILE_UPLOAD = 'FILE_UPLOAD'
  UIDL = 'UIDL'
  OTHER = 'OTHER'
  STATIC_FILE = 'STATIC_FILE'
  APPLICATION_RESOURCE = 'APPLICATION_RESOURCE'
  _values = ['FILE_UPLOAD', 'UIDL', 'OTHER', 'STATIC_FILE', 'APP...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_values

Value:
['FILE_UPLOAD',
 'UIDL',
 'OTHER',
 'STATIC_FILE',
 'APPLICATION_RESOURCE']