|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.millstone.base.terminal.ExternalResource
External resource implements source for resources fetched from location specified by URL:s. The resources are fetched directly by the client terminal and are not fetched trough the terminal adapter.
Constructor Summary | |
ExternalResource(java.lang.String sourceURL)
Create new download component for downloading directly from given URL. |
|
ExternalResource(java.net.URL sourceURL)
Create new download component for downloading directly from given URL. |
Method Summary | |
java.lang.String |
getMIMEType()
Get the MIME type of the resource. |
java.lang.String |
getURL()
Get the URL of the external resource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExternalResource(java.net.URL sourceURL)
public ExternalResource(java.lang.String sourceURL)
Method Detail |
public java.lang.String getURL()
public java.lang.String getMIMEType()
Resource
getMIMEType
in interface Resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |