com.itmill.toolkit.terminal
Interface Resource

All Known Subinterfaces:
ApplicationResource
All Known Implementing Classes:
ClassResource, ExternalResource, FileResource, StreamResource, ThemeResource

public interface Resource

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

Since:
3.0
Version:
5.3.0
Author:
IT Mill Ltd.

Method Summary
 String getMIMEType()
          Gets the MIME type of the resource.
 

Method Detail

getMIMEType

String getMIMEType()
Gets the MIME type of the resource.

Returns:
the MIME type of the resource.


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.