Package com.helger.commons.url
Interface IHasSimpleURL
- All Known Implementing Classes:
ConstantHasSimpleURL
Interface for a simple URL provider.
Note: cannot be a functional interface because it requires equals and hashCode to be implemented!
Note: cannot be a functional interface because it requires equals and hashCode to be implemented!
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
getSimpleURL
- Returns:
- The simple URL to be used. May not be
null.
-