Package muntjac :: Package terminal :: Module resource :: Class IResource
[hide private]
[frames] | no frames]

Class IResource

source code

object --+
         |
        IResource
Known Subclasses:

IResource provided to the client terminal. Support for actually displaying the resource type is left to the terminal.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
getMIMEType(self)
Gets the MIME type of the resource.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getMIMEType(self)

source code 

Gets the MIME type of the resource.

Returns:
the MIME type of the resource.