接口 URLConstants


  • @ProviderType
    public interface URLConstants
    Defines standard names for property keys associated with URLStreamHandlerService and java.net.ContentHandler services.

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

    作者:
    $Id: 490baaad326523bcb3915ef04572d3c28560db0b $
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static java.lang.String URL_CONTENT_MIMETYPE
      Service property naming the MIME types serviced by a java.net.ContentHandler.
      static java.lang.String URL_HANDLER_PROTOCOL
      Service property naming the protocols serviced by a URLStreamHandlerService.
    • 字段详细资料

      • URL_HANDLER_PROTOCOL

        static final java.lang.String URL_HANDLER_PROTOCOL
        Service property naming the protocols serviced by a URLStreamHandlerService. The property's value is a protocol name or an array of protocol names.
        另请参阅:
        常量字段值
      • URL_CONTENT_MIMETYPE

        static final java.lang.String URL_CONTENT_MIMETYPE
        Service property naming the MIME types serviced by a java.net.ContentHandler. The property's value is a MIME type or an array of MIME types.
        另请参阅:
        常量字段值