com.sapportals.wcm.service.mimehandler

Interface IMime


public interface IMime

Container for mime types.

Copyright 2004 SAP AG


Method Summary
 String getDefaultExtension()
          Returns the default extension for this mime type or null if no default extension is set.
 String getDescription()
          The description for this mime type
 String getDescription(Locale locale)
          The description for this mime type
 String[] getExtensions()
          Returns all extensions for this mime type
 String getImage()
          This method returns the image (icon)
 String getImagePath()
          Returns the path to the image (icon)
 String getType()
          Returns the mime type representatiom
 

Method Detail

getType

String getType()
Returns the mime type representatiom

Returns:
The mime type

getImage

String getImage()
This method returns the image (icon)

Returns:
image

getImagePath

String getImagePath()
Returns the path to the image (icon)

Returns:
The the path to the image (icon)

getDefaultExtension

String getDefaultExtension()
Returns the default extension for this mime type or null if no default extension is set.

Returns:
The default extension for this mime type

getExtensions

String[] getExtensions()
Returns all extensions for this mime type

Returns:
All extensions assigned to this mime type

getDescription

String getDescription()
The description for this mime type

Returns:
description

getDescription

String getDescription(Locale locale)
The description for this mime type

Parameters:
locale - locale
Returns:
description
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice