Package com.sapportals.wcm.service.mimehandler
Provides a service for managing information related to mime types.
See:
Description
|
Interface Summary |
| IMime |
Container for mime types. |
| IMimeHandlerService |
This service provides informations about mime types. |
Package com.sapportals.wcm.service.mimehandler Description
Provides a service for managing information related to mime types.
Package Specification
Purpose
The mime handler service provides information about mime types.
Mime types are mapped to file extensions and associated with icons in the
mimes.properties file. It is the task of the mime handler to read this information
and to pass it on to applications whenever requested.
Typically, applications need to know which mime type is associated with a
particular resource, RID or file extension and which icon must be used to
represent the mime type. For example, when an application presents a list of
files to a user, it needs to know which icon must be displayed for each file type
and can ask the mime handler to supply this information.
The mime handler is sometimes required to translate file endings into mime types.
For example, when the Netscape browser is used, it only recognizes mime types and
not file endings. For this reason, a file can only be opened with the Netscape
browser if its extension has been translated into a mime type with the help of
the mime handler service.
Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.