java.net.ContentHandler
services.
The values associated with these keys are of type java.lang.String[]
, unless otherwise indicated.
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. |
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.