Home | Trees | Indices | Help |
|
---|
|
object --+ | resource.IResource --+ | application_resource.IApplicationResource --+ | ClassResource
ClassResource
is a named resource accessed with the class
loader.
This can be used to access resources such as icons, files, etc.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Creates a new application resource instance. The resource id is relative to the location of the application class.
|
Gets the MIME type of this resource.
|
Gets the application of this resource. See Also: IApplicationResource.getApplication |
Gets the virtual filename for this resource.
See Also: IApplicationResource.getFilename |
Gets resource as stream. See Also: IApplicationResource.getStream |
Gets the size of the download buffer used for this resource. If the buffer size is 0, the buffer size is decided by the terminal adapter. The default value is 0.
|
Sets the size of the download buffer used for this resource.
|
Gets the length of cache expiration time. This gives the adapter the possibility cache streams sent to the
client. The caching may be made in adapter or at the client if the client
supports caching. Default is
|
Sets the length of cache expiration time. This gives the adapter the possibility cache streams sent to the client. The caching may be made in adapter or at the client if the client supports caching. Zero or negative value disables the caching of this stream.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:51 2013 | http://epydoc.sourceforge.net |