|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.statusicons.Mimes
Global convenience class to access specific Mimes by their ID or their ABAP name
Copyright 2004 SAP AG
| Constructor Summary | |
Mimes()
|
|
| Method Summary | |
static String[] |
getAvailableNames()
The only purpose of this method is for demonstrations... |
static String |
getIdByName(String name)
|
static String |
getMimeUrl(String id)
Retrieve the URL for a specific mime |
static String |
getShortTextByName(String name)
|
static void |
refresh()
Reload the content of this repository |
static void |
setNotFoundUrl(String url)
Set the URL that is returned if a Mime can not be found Defaults to an empty String (""); |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Mimes()
| Method Detail |
public static String getMimeUrl(String id)
id - the ID or ABAP name for the Mime
public static String getIdByName(String name)
public static String getShortTextByName(String name)
public static void refresh()
public static String[] getAvailableNames()
public static void setNotFoundUrl(String url)
url - The URL to return if a mime could not be found.
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||