|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This service provides informations about mime types.
Copyright 2004 SAP AG
| Method Summary | |
IMime |
get(IResource resource)
Returns a mime type for the given resource. |
IMime |
get(RID rid)
Returns a mime type for the given RID. |
IMime |
get(java.lang.String extension)
Returns a mime type for the given extension. |
java.lang.String |
getDescription(java.lang.String mime)
Deprecated. as of NW04. Use IMime#getDescription(String) instead. |
java.lang.String |
getDescription(java.lang.String mime,
java.util.Locale locale)
Deprecated. as of NW04. Use IMime#getDescription(String,Locale) instead. |
java.lang.String[] |
getExtensionsForMimetype(java.lang.String mimetype)
Deprecated. as of NW04. Use IMime#getExtensions() instead. |
java.lang.String |
getImage(IResource resource)
Deprecated. as of NW04. Use IMime#getImage instead |
java.lang.String |
getImage(java.lang.String mime)
Deprecated. as of NW04. Use IMime#getImage instead. |
java.lang.String |
getImagePath(IResource resource)
Deprecated. as of NW04. Use IMime#getImagePath instead |
java.lang.String |
getImagePath(java.lang.String mime)
Deprecated. as of NW04. Use IMime#getImagePath instead |
IMime |
getMime(java.lang.String mime)
Returns a mime type for the given mime type string representation. |
java.lang.String |
getMimetypeForExtension(java.lang.String extension)
Deprecated. as of NW04. Use #get(String) instead. |
java.lang.String |
getMimetypeForRid(RID rid)
Deprecated. as of NW04. Use #get(RID) instead |
java.lang.String |
getMimetypeForURI(URI uri)
Deprecated. as of NW04. Use #get(RID)instead |
IMime[] |
getMimetypes()
Returns all registered mime types. |
| Methods inherited from interface com.sapportals.wcm.service.IService |
getDescription, getDescription, getID |
| Method Detail |
public IMime get(java.lang.String extension)
throws WcmException
extension - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situation
public IMime getMime(java.lang.String mime)
throws WcmException
mime - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situation
public IMime get(IResource resource)
throws WcmException
resource - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situation
public IMime get(RID rid)
throws WcmException
rid - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situation
public IMime[] getMimetypes()
throws WcmException
WcmException - Exception raised in failure situationpublic java.lang.String[] getExtensionsForMimetype(java.lang.String mimetype)
mimetype - TBD: Description of the incoming method parameterpublic java.lang.String getMimetypeForExtension(java.lang.String extension)
extension - TBD: Description of the incoming method parameterpublic java.lang.String getMimetypeForURI(URI uri)
uri - TBD: Description of the incoming method parameterpublic java.lang.String getMimetypeForRid(RID rid)
rid - TBD: Description of the incoming method parameterpublic java.lang.String getImage(java.lang.String mime)
mime - TBD: Description of the incoming method parameterpublic java.lang.String getImage(IResource resource)
resource - TBD: Description of the incoming method parameterpublic java.lang.String getImagePath(java.lang.String mime)
mime - TBD: Description of the incoming method parameterpublic java.lang.String getImagePath(IResource resource)
resource - TBD: Description of the incoming method parameterpublic java.lang.String getDescription(java.lang.String mime)
mime - TBD: Description of the incoming method parameter
public java.lang.String getDescription(java.lang.String mime,
java.util.Locale locale)
mime - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameter
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||