Interface SourceBuilder

    • Method Detail

      • src

        SourceBuilder src​(java.lang.String url)
        Sets the source URL for the media.
        Parameters:
        url - a String URL
      • type

        SourceBuilder type​(java.lang.String type)
        Sets the type of media represented by the src. The browser will look at the type when deciding which source files to request from the server.
        Parameters:
        type - the media type
        See Also:
        SourceElement.setType(String)