|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An ExternalLink is a reference to an external URL.
| Field Summary | |
static int |
TYPEIDThe type id of this class. |
static java.lang.String |
TYPENAMEThe constant class type identifier |
| Fields inherited from interface oracle.panama.model.Service |
CATEGORY_MASTER, CATEGORY_SERVICE, CATEGORY_USER_HOME |
| Method Summary | |
java.lang.String |
getDefaultMimeType()Gets the default mime type of the bookmark |
java.lang.String |
getDefaultURL()Gets the default URL of the bookmark |
java.lang.String |
getExternalURL()Deprecated. Replaced by getDefaultURL() Gets the href property (String) value. |
java.lang.String |
getLanguage()Gets the language property value |
java.lang.String |
getMimeType()Deprecated. Replaced by getDefaultMimeType() Gets the mime type property value |
java.lang.String[] |
getSupportedMimeTypes() |
java.lang.String |
getURL(java.lang.String mimeType)Gets the URL corresponding to a mimetype |
void |
removeURL(java.lang.String mimeType)Removes the URL corresponding to a mimetype |
void |
setDefaultURL(java.lang.String mimeType, java.lang.String url)Sets the default mimetype and url of the bookmark |
void |
setExternalURL(java.lang.String url)Deprecated. Replaced by setDefaultURL(String, String) Sets the href property (String) value. |
void |
setLanguage(java.lang.String language)Sets the language property value |
void |
setMimeType(java.lang.String mimeType)Deprecated. Replaced by setDefaultURL(String, String) Sets the mime type property value |
void |
setURL(java.lang.String mimeType, java.lang.String url)Sets the URL corresponding to a mimetype |
| Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll |
| Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
| Field Detail |
public static final int TYPEID
public static final java.lang.String TYPENAME
| Method Detail |
public java.lang.String getDefaultMimeType()
public java.lang.String getDefaultURL()
public java.lang.String getExternalURL()
getDefaultURL() Gets the href property (String) value.public java.lang.String getLanguage()
public java.lang.String getMimeType()
getDefaultMimeType() Gets the mime type property valuepublic java.lang.String[] getSupportedMimeTypes()
public java.lang.String getURL(java.lang.String mimeType)
mimeType - the mime typepublic void removeURL(java.lang.String mimeType)
mimeType - the mime type
public void setDefaultURL(java.lang.String mimeType,
java.lang.String url)
mimeType - the mime typeurl - the urlpublic void setExternalURL(java.lang.String url)
setDefaultURL(String, String) Sets the href property (String) value.url - The new value for the property.public void setLanguage(java.lang.String language)
language - the new value for the propertypublic void setMimeType(java.lang.String mimeType)
setDefaultURL(String, String) Sets the mime type property valuemimeType - the new value for the property
public void setURL(java.lang.String mimeType,
java.lang.String url)
mimeType - the mime typeurl - the URL
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||