org.osgi.service.url.URLConstants Interface Reference

List of all members.


Detailed Description

Defines standard names for property keys associated with URLStreamHandlerServiceand java.net.ContentHandler services.

The values associated with these keys are of type java.lang.String[], unless otherwise indicated.

Version:
Revision
1.8

Definition at line 32 of file URLConstants.java.


Static Public Attributes

static final String URL_HANDLER_PROTOCOL = "url.handler.protocol"
 Service property naming the protocols serviced by a URLStreamHandlerService.
static final String URL_CONTENT_MIMETYPE = "url.content.mimetype"
 Service property naming the MIME types serviced by a java.net.ContentHandler.

Member Data Documentation

final String org.osgi.service.url.URLConstants.URL_HANDLER_PROTOCOL = "url.handler.protocol" [static]

Service property naming the protocols serviced by a URLStreamHandlerService.

The property's value is an array of protocol names.

Definition at line 38 of file URLConstants.java.

final String org.osgi.service.url.URLConstants.URL_CONTENT_MIMETYPE = "url.content.mimetype" [static]

Service property naming the MIME types serviced by a java.net.ContentHandler.

The property's value is an array of MIME types.

Definition at line 43 of file URLConstants.java.


The documentation for this interface was generated from the following file:
Generated on Mon Jan 11 21:19:24 2010 for OpenMobileIS by  doxygen 1.5.4