Interface ResourceUrlResolver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FILE_PROTOCOL  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String apply​(java.lang.String externalForm)  
      static boolean hasProtocol​(@NotNull java.lang.String externalForm)  
      static boolean isFileProtocol​(@NotNull java.lang.String externalForm)  
      static @NotNull java.lang.String removeProtocol​(@NotNull java.lang.String externalForm)  
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Method Detail

      • apply

        java.lang.String apply​(java.lang.String externalForm)
        Specified by:
        apply in interface java.util.function.Function<java.lang.String,​java.lang.String>
      • isFileProtocol

        static boolean isFileProtocol​(@NotNull
                                      @NotNull java.lang.String externalForm)
      • hasProtocol

        static boolean hasProtocol​(@NotNull
                                   @NotNull java.lang.String externalForm)
      • removeProtocol

        @NotNull
        static @NotNull java.lang.String removeProtocol​(@NotNull
                                                        @NotNull java.lang.String externalForm)