Interface IHasSimpleURL

All Known Implementing Classes:
ConstantHasSimpleURL

@MustImplementEqualsAndHashcode public interface IHasSimpleURL
Interface for a simple URL provider.
Note: cannot be a functional interface because it requires equals and hashCode to be implemented!
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getSimpleURL

      @Nonnull ISimpleURL getSimpleURL()
      Returns:
      The simple URL to be used. May not be null.