Class WebURLHandler


  • public class WebURLHandler
    extends java.lang.Object
    A class to load URLs.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static LoggerEx log  
    • Constructor Summary

      Constructors 
      Constructor Description
      WebURLHandler()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static WebURL getURL​(java.lang.Class aClass, java.lang.String aName)
      Returns a URL for given string.
      static WebURL getURL​(java.lang.Object anObj)
      Returns a URL for given string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebURLHandler

        public WebURLHandler()
    • Method Detail

      • getURL

        public static WebURL getURL​(java.lang.Object anObj)
        Returns a URL for given string.
      • getURL

        @Nullable
        public static WebURL getURL​(@Nonnull
                                    java.lang.Class aClass,
                                    @Nullable
                                    java.lang.String aName)
        Returns a URL for given string.